-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
62 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
cherrytree (0.99.44-2) focal; urgency=low | ||
cherrytree (0.99.45-2) focal; urgency=low | ||
|
||
* copy and paste of a file from the file manager to rich text results in the file being embedded/bundled in the document; on linux and mac os, multiple copy is also supported | ||
* in linux the drag n drop of files from the file manager to rich text also results in the files being embedded/bundled in the document | ||
* fix info dialog indicating pattern not found when pattern contains ampersand (#1876) | ||
* fix export to html of multiple nodes, link to node/page not working when using an apostrophe in the node name/page title (#1869) | ||
* fix export to plain text of multiple nodes with tables and/or codeboxes (#1880) | ||
* strip trailing spaces action to work also inside codeboxes | ||
* added new language Chinese Traditional (work of Emer Chen) | ||
* updated languages: Korean, Turkish, Finnish, Spanish, Russian, Kazakh, German | ||
* fixed issue with tags in dialog messages introduced in 0.99.44 (#1890, #1897) | ||
* fix table cell lose focus after deleting row or column (#194) | ||
* added action to replace tabs with spaces; changed execute code icon to play symbol | ||
* fixed print/export to pdf of code indented with tabs using always 8 spaces as tab width ignoring the settings | ||
* fixed print/export to pdf of codebox of plain text to use plain text configured font | ||
* fixed paste text in codebox with auto resize enabled being left in wrong scrolling position | ||
* added configurability of existing feature to automatically try to link CamelCase text to a node with the same name | ||
* in preferences dialog added possibility to search for a keyboard shortcut: just focus the list and type part of the description (#1833) | ||
* added possibility to disable the auto url link generation as you type - not in preferences dialog yet, look for 'url_autolink' in config.cfg | ||
* changed default keyboard shortcuts for indent/unindent from Shift+Ctrl+'>'/'<' to Ctrl+'>'/'<' (#1901) | ||
* fixed import from zim dropping unwanted header data in the imported node; added missing default zim notes folder (#1870) | ||
* fixed alt access keys in top menu: ensured uniqueness and added missing (#1865) | ||
* fixed crash on windows only during search on multiple nodes if codeboxes are set to not expand automatically (#1729) | ||
* fix RTL (Arabic) links not working (#1889) | ||
* added language Hindi India (work of Paresh Mhatre) | ||
|
||
|
||
-- Giuseppe Penone <giuspen@gmail.com> Wed, 08 Dec 2021 19:02:39 +0000 | ||
-- Giuseppe Penone <giuspen@gmail.com> Sun, 16 Jan 2022 13:44:42 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters