File vnote.spec.changes of Package vnote
-------------------------------------------------------------------
Sat Sep 5 04:03:49 UTC 2020 - xia lei <emricg2@gmail.com>
- update to version 2.10
* Add a simple support for Git sync including push and pull. You need to install
Git and execute git init under the root of your notebook root folder first.
-------------------------------------------------------------------
Sat Mar 28 02:25:28 UTC 2020 - xia lei <emricg2@gmail.com>
- update to version 2.9
* Upgrade to MathJax v3;
* Support e command in Vim mode; (@gydeng)
-------------------------------------------------------------------
Sun Dec 22 15:12:05 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.8.2
* Upgrade Mermaid.js to latest release.
-------------------------------------------------------------------
Sat Dec 14 07:18:08 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.8.1
* Fix PlantUML online resources;
* Add a configuration in Settings to control code block copy button;
-------------------------------------------------------------------
Fri Nov 29 13:28:51 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.8
* Add supports for image hosting, including service GitHub, Gitee, Wechat, and Tencent Cloud; (@fengwenhua)
* Support sorting notebooks in context menu;
* Add theme v_next; (@hzhu212)
-------------------------------------------------------------------
Thu Aug 1 12:10:12 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.7.2
* Call Java (PlantUML) directly on Win;
* Use Qt 5.12.0 on macOS;
* Add config [web]/enable_code_block_copy_button for copy button in code block in read mode;
-------------------------------------------------------------------
Sat Jun 22 13:29:38 UTC 2019 - xia lei <emricg2@gmail.com>
- Editor
* Fix smart table bugs;
- Fix bug which will open two tabs for the same file;
- Add copy button to copy code block in read mode;
- PlantUML: use shell to launch Java;
* Fix PlantUML command
- Add theme v_simple provided by user LuoshuiTianyi;
- Support adding sibling folder in context menu;
-------------------------------------------------------------------
Fri May 31 14:38:53 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.6
* Version-specific user track;
* Package available in NixOS (@kuznero).
-------------------------------------------------------------------
Sat May 11 16:09:46 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.5
* Support RTL text in edit mode;
* Remove credit information in export template;
-------------------------------------------------------------------
Mon Apr 8 09:59:47 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 2.4
- more detail please check https://github.com/tamlok/vnote/releases/tag/2.4
-------------------------------------------------------------------
Thu Dec 6 09:23:32 UTC 2018 - xia lei <emricg2@gmail.com>
- test another qt-devel build require name
-------------------------------------------------------------------
Thu Dec 6 02:29:56 UTC 2018 - xia lei <emricg2@gmail.com>
- restrict all qt relative version
-------------------------------------------------------------------
Wed Dec 5 16:16:33 UTC 2018 - xia lei <emricg2@gmail.com>
- test the ritht qt version
-------------------------------------------------------------------
Wed Dec 5 15:02:30 UTC 2018 - xia lei <emricg2@gmail.com>
- change qt require version
-------------------------------------------------------------------
Wed Dec 5 15:00:37 UTC 2018 - xia lei <emricg2@gmail.com>
- test change qt version
-------------------------------------------------------------------
Wed Dec 5 14:56:24 UTC 2018 - xia lei <emricg2@gmail.com>
1. Keyboard Layout Mapping
- VNote supports specifying keyboard layout mapping which will be used in shortcuts. This will enable Captain mode in some layouts, such as Russian or French.
2. More Powerful Parse&Paste
- VNote will fetch images to local when pasting HTML;
- Support pasting from Microsoft Excel as table;
- Support pasting formula from Zhihu;
- Support pasting images from OneNote;
3. More Handy Editor
3.1. Scaling Image on Insert
3.2. Attach and Insert Link
- When dropping a file in the editor, VNote allow us to attach that file as attachment and insert the relative link to that attachment. Really handy, right?
4. Others
- Ctrl+Shift+V to paste as plain text;
- Fix Unicode (emoji) issue. VNote now supports inserting emoji directly.
- Support equation number of MathJax formulas;
- Support Drag&Drop to copy/move notes;
- Fix blurry toolbar icon on macOS;
- Fix blurry rendering in read mode on Windows;