diff --git a/_servicedata b/_servicedata index e073848..97978b0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - 427d7d9261494e8e2d34511f58a4db8b1143de84 \ No newline at end of file + a84919afd51e1997ea3f78e1ac4cb81663ee2dd5 \ No newline at end of file diff --git a/cherrytree-1.1.2+0.obscpio b/cherrytree-1.1.2+0.obscpio deleted file mode 100644 index 22d9bcf..0000000 --- a/cherrytree-1.1.2+0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:184a82a667024cef4d6e06a3dbb7d13dd4a5fb64614a2124c2fec5e7ff7babc5 -size 83496462 diff --git a/cherrytree-1.1.4+1.obscpio b/cherrytree-1.1.4+1.obscpio new file mode 100644 index 0000000..86bad0a --- /dev/null +++ b/cherrytree-1.1.4+1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07dbb090e8bb22342b6f45aaa566a33f905e9b44125e8cfe068f4c8cd3d352d1 +size 83512846 diff --git a/cherrytree.changes b/cherrytree.changes index 0734b01..f1a5602 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -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. diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index 543fa3f..56cbd2b 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,4 +1,4 @@ name: cherrytree -version: 1.1.2+0 -mtime: 1712263128 -commit: 427d7d9261494e8e2d34511f58a4db8b1143de84 +version: 1.1.4+1 +mtime: 1719774896 +commit: a84919afd51e1997ea3f78e1ac4cb81663ee2dd5 diff --git a/cherrytree.spec b/cherrytree.spec index 13b823a..07e0687 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 1.1.2+0 +Version: 1.1.4+1 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only