-
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
3 changed files
with
50 additions
and
20 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,12 +1,18 @@ | ||
cherrytree (0.99.47-2) focal; urgency=low | ||
cherrytree (0.99.48-2) focal; urgency=low | ||
|
||
* added support for latex math equations (#400) | ||
* added copy/paste of tree nodes and subnodes between multiple opened files (#1688) | ||
* restored support for drag and drop of text selection; now rich text content is preserved (#1891) | ||
* added syntax highlighting for HCL (Hashicop Configuration Language) from @guitarmanvt (#2005) | ||
* fixed issue at reset toolbar in preferences dialog when menubar in titlebar | ||
* added few node icons for DevOps tools & technology (#1964) | ||
* added command line option (-S/--secondary_session) to run in isolation from a possibly already running main instance (#1965) | ||
* added support for right to left languages in export to html and pdf (#2044, #1668, #698) | ||
* in order to support the right to left languages in export to html, the resulting html text lines are no longer LINE<br/> but <p>LINE</p> | ||
* fixed in export to pdf the link to node+anchor with non ascii anchor name | ||
* fixed export to pdf broken on windows with links to node/node+anchor and destination not in the pdf (#2045) | ||
* on windows, export to pdf, fixed links to files/folders; links to non ascii paths are disabled because currently crashing the library | ||
* improved detection of missing executables required for rendering LatexBoxes. These dependencies are no longer mandatory (#2033) | ||
* added help to the user to show again a hidden menubar (#1927, #2054) | ||
* pressing Tab on the very latest table cell now adds a new table line and moves to its first cell | ||
* fixed issue with relative links to files and folders and documents moved between linux and windows | ||
* in export to html and txt multiple files, now appending the node id to the file names to support multiple nodes with the same name | ||
* added syntax highlight support for solidity (#2030) | ||
* after issues with the domain giuspen.com, the domain changed to giuspen.net and giuspen.com will eventually go | ||
* work has been done to support an appimage, so the first appimage will be available for download shortly (#2025) | ||
|
||
|
||
-- Giuseppe Penone <giuspen@gmail.com> Tue, 12 Apr 2022 20:33:42 +0100 | ||
-- Giuseppe Penone <giuspen@gmail.com> Tue, 28 Jun 2022 22:39:40 +0100 |
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