|
|
|
@@ -1,3 +1,75 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 01 12:44:06 UTC 2024 - malcolmlewis@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 1.1.4+1:
|
|
|
|
|
+ Fixed msys2 script.
|
|
|
|
|
+ Fixed syntax error in latex wrongly detected as failure to
|
|
|
|
|
access latex executable, (gh#giuspen/cherrytree#2534).
|
|
|
|
|
+ Copy link to node and copy anchor link to include absolute path
|
|
|
|
|
to the cherrytree document and hierarchical path to node,
|
|
|
|
|
(gh#giuspen/cherrytree#2452).
|
|
|
|
|
+ Implemented reset of zoom with Ctrl+0,
|
|
|
|
|
(gh#giuspen/cherrytree#1835).
|
|
|
|
|
+ Improved extraction from a password protected archive (.ctz,
|
|
|
|
|
.ctx) to distinguish incorrect password from a corrupted
|
|
|
|
|
archive / not an archive.
|
|
|
|
|
+ Removed message instructing the user how to manually recover
|
|
|
|
|
using the backups as cherrytree will do it itself automatically
|
|
|
|
|
after asking the user.
|
|
|
|
|
+ Added auto recovery from a backup (after asking the user) in
|
|
|
|
|
case of corrupted document.
|
|
|
|
|
+ Added warning message in case an automatic restore from backup
|
|
|
|
|
was necessary for the new multifile data storage document.
|
|
|
|
|
+ Debugging issue with locale, (gh#giuspen/cherrytree#2529).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 15 21:35:31 UTC 2024 - malcolmlewis@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 1.1.3+1:
|
|
|
|
|
+ Position (row,column) of the cursor in statusbar - improved.
|
|
|
|
|
+ Added in statusbar the position (row,column) of the cursor.
|
|
|
|
|
+ Added in config.cfg the group [proxy] to support downloading.
|
|
|
|
|
data/checking for new version available from behind a proxy,
|
|
|
|
|
(gh#giuspen/cherrytree#2522).
|
|
|
|
|
+ Reworked CtConfig to ensure single instance during whole life
|
|
|
|
|
of the app.
|
|
|
|
|
+ Added support for moving cursor to table cell previous/next
|
|
|
|
|
when key left pressed before first character/right pressed
|
|
|
|
|
after the last character, (gh#giuspen/cherrytree#2523).
|
|
|
|
|
+ Added support for moving cursor to table cell above/below when
|
|
|
|
|
key up pressed on first line/down pressed on the last line,
|
|
|
|
|
(gh#giuspen/cherrytree#2523).
|
|
|
|
|
+ Fixed right click -> copy link not working if there is a text
|
|
|
|
|
selection, (gh#giuspen/cherrytree#2362).
|
|
|
|
|
+ Temporary workaround for crash in Gsv::Init() -> [gtk]
|
|
|
|
|
[critical] Class::register_derived_type(): base_query.type_name
|
|
|
|
|
is NULL, (gh#giuspen/cherrytree#2518).
|
|
|
|
|
+ Removed 'Set the global C++ locale to the user-specified
|
|
|
|
|
locale'.
|
|
|
|
|
+ Minor rework in g_log_set_default_handler,
|
|
|
|
|
(gh#giuspen/cherrytree#2518).
|
|
|
|
|
+ Fix typos in bug_report.md, (gh#giuspen/cherrytree#2519).
|
|
|
|
|
+ Fixed drag and drop of text when line numbers visible.
|
|
|
|
|
+ Replaced regular expression help dead url,
|
|
|
|
|
(gh#giuspen/cherrytree#2511).
|
|
|
|
|
+ Support for drag and drop of text with copy instead of move.
|
|
|
|
|
+ New multifile data storage, in case of corruption all backups
|
|
|
|
|
are looked for data recovery starting from the most recent,
|
|
|
|
|
(gh#giuspen/cherrytree#2505).
|
|
|
|
|
+ Added checks to prevent a save as or export overwriting the
|
|
|
|
|
currently open document (as t as unsupported,
|
|
|
|
|
(gh#giuspen/cherrytree#2504).
|
|
|
|
|
+ Updated supporters record.
|
|
|
|
|
+ Fixed crash when importing text file for incorrect detection of
|
|
|
|
|
encoding, (gh#giuspen/cherrytree#2492).
|
|
|
|
|
+ Removed all noexcept operators.
|
|
|
|
|
+ Do not allow in the preferences dialog, toolbar configurator,
|
|
|
|
|
to add a button twice, (gh#giuspen/cherrytree#2482).
|
|
|
|
|
+ Fixed crash in case of a duplicated button configured in the
|
|
|
|
|
toolbar, (gh#giuspen/cherrytree#2482).
|
|
|
|
|
+ Fixed unit test after new library png encoding.
|
|
|
|
|
+ Updated translations.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 05 16:41:21 UTC 2024 - malcolmlewis@opensuse.org
|
|
|
|
|
|
|
|
|
@@ -6,7 +78,7 @@ Fri Apr 05 16:41:21 UTC 2024 - malcolmlewis@opensuse.org
|
|
|
|
|
(gh#giuspen/cherrytree#2476).
|
|
|
|
|
+ Fixed regression issue with search,
|
|
|
|
|
(gh#giuspen/cherrytree#2469).
|
|
|
|
|
* Fixed drop position of dragged text wrongly one position to the
|
|
|
|
|
+ Fixed drop position of dragged text wrongly one position to the
|
|
|
|
|
left.
|
|
|
|
|
+ Fixed html paste, (gh#giuspen/cherrytree#2474).
|
|
|
|
|
+ README updated: Languages status.
|
|
|
|
|