-
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
22 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,21 +1,12 @@ | ||
cherrytree (1.1.3-2) focal; urgency=low | ||
cherrytree (1.1.4-2) focal; urgency=low | ||
|
||
* new multifile data storage, added data integrity check after save (re-read and parse) (#2505) | ||
* new multifile data storage, in case of corruption, all backups are looked for data recovery starting from the most recent (#2505) | ||
* fixed crash when importing text file for incorrect detection of encoding (#2492) | ||
* fixed crash in case of a duplicated button configured in the toolbar (#2482) | ||
* workaround for crash in Gsv::Init() -> [gtk] [critical] Class::register_derived_type(): base_query.type_name is NULL (#2518) | ||
* added support for moving cursor to table cell above/below when key up pressed on first line/down pressed on the last line (#2523) | ||
* added support for moving cursor to table cell previous/next when key left pressed before first character/right pressed after the last character (#2523) | ||
* added in statusbar the position (row,column) of the cursor | ||
* do not allow in the preferences dialog, toolbar configurator, to add a button twice (#2482) | ||
* added checks to prevent a save as or export overwriting the currently open document as it is not supported (#2504) | ||
* drag and drop of text, fixed issus and added support for copy instead of move | ||
* fixed right click -> copy link not working if there is a text selection (#2362) | ||
* fixed syntax highlighting broken in the AppImage (#2493) | ||
* replaced regular expression help dead url (#2511) | ||
* added in config.cfg the group [proxy] to support downloading data/checking for new version available from behind a proxy (#2522) | ||
* implemented reset of zoom with Ctrl+0 (#1835) | ||
* fixed syntax error in latex box wrongly detected as a failure to access latex executable (#2534) | ||
* copy link to node and copy anchor link to include absolute path to the cherrytree document and hierarchical path to node (#2452) | ||
* added auto recovery from a backup (after asking the user) in case of corrupted cherrytree single file document (.ctd, .ctz, .ctb, .ctx) | ||
* added warning message in case an automatic restore from backup was necessary for the new multifile data storage document | ||
* fixed regression with locale in some linux systems (#2529) | ||
* incomplete languages: fi, hi_IN, hu | ||
|
||
|
||
-- Giuseppe Penone <giuspen@gmail.com> Fri, 14 Jun 2024 22:18:45 +0100 | ||
-- Giuseppe Penone <giuspen@gmail.com> Sun, 30 Jun 2024 15:13:02 +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