From d2ef71d618a807bd92df1a58791710ce9caedb2086d328456e9312d45d6bca76 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 22 Dec 2020 08:53:39 +0000 Subject: [PATCH] Accepting request 857857 from home:malcolmlewis:branches:GNOME:Apps - Update to version 0.99.26+2: * Fix select text with keyboard not working, (gh#giuspen/cherrytree#1441). * Fix crash when trying to paste invalid image in clipboard, (gh#giuspen/cherrytree#1440). * Fix open folder link not working when non ASCII path, (gh#giuspen/cherrytree#1423). * Fix recent documents list does't show undescores, (gh#giuspen/cherrytree#1435). * Keyboard shortcut to delete a node becomes Ctrl+Delete since this action now works also with focus on the text/while editing text, (gh#giuspen/cherrytree#1412). * Icon theme fixes/improvements, (gh#giuspen/cherrytree#1426, gh#giuspen/cherrytree#1414 * Fix find function adds empty lines to blank nodes, (gh#giuspen/cherrytree#1428). * Removed code duplications for open file and folder link, (gh#giuspen/cherrytree#1423). * Fix crash trying to open a bookmarked node that was deleted, (gh#giuspen/cherrytree#1430). * Fix wrongly detecting being run from the sorces directory build folder, (gh#giuspen/cherrytree#1422). * Fix non working keyboard shorcuts Alt+Left/Right to go to previous/next visited nodes, (gh#giuspen/cherrytree#1412). * Fix tree drag n drop freezing issue, (gh#giuspen/cherrytree#1377). * Fix table keyboard shortcut Ctrl+comma (add row) and Ctrl+Alt+comma (delete row), (gh#giuspen/cherrytree#1417). * When (re)generating TOC do not remove anchors created from the user, (gh#giuspen/cherrytree#1382). * Translation updates. OBS-URL: https://build.opensuse.org/request/show/857857 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=136 --- _servicedata | 2 +- cherrytree-0.99.25.obscpio | 3 --- cherrytree-0.99.26+2.obscpio | 3 +++ cherrytree.changes | 35 +++++++++++++++++++++++++++++++++++ cherrytree.obsinfo | 6 +++--- cherrytree.spec | 2 +- 6 files changed, 43 insertions(+), 8 deletions(-) delete mode 100644 cherrytree-0.99.25.obscpio create mode 100644 cherrytree-0.99.26+2.obscpio diff --git a/_servicedata b/_servicedata index c82f1f5..e96ff7a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - 3c06ed3a107b96446e0347dbc9dd82f9f65f1368 \ No newline at end of file + a9d0a0fbd911be6509fd486fef4004703b05971c \ No newline at end of file diff --git a/cherrytree-0.99.25.obscpio b/cherrytree-0.99.25.obscpio deleted file mode 100644 index 6b95d44..0000000 --- a/cherrytree-0.99.25.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41b57a27ce95037f924265f4c6f50384bc6f5a58aaa41254d545c3fde02959d4 -size 76723726 diff --git a/cherrytree-0.99.26+2.obscpio b/cherrytree-0.99.26+2.obscpio new file mode 100644 index 0000000..b7f46c6 --- /dev/null +++ b/cherrytree-0.99.26+2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef33b536efea783e3038fed63fad6be881de0c5e92b33642084b8dc3cf3d4ac5 +size 76283918 diff --git a/cherrytree.changes b/cherrytree.changes index ba29e9c..aa3d91b 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Dec 21 13:36:22 UTC 2020 - malcolmlewis@opensuse.org + +- Update to version 0.99.26+2: + * Fix select text with keyboard not working, + (gh#giuspen/cherrytree#1441). + * Fix crash when trying to paste invalid image in clipboard, + (gh#giuspen/cherrytree#1440). + * Fix open folder link not working when non ASCII path, + (gh#giuspen/cherrytree#1423). + * Fix recent documents list does't show undescores, + (gh#giuspen/cherrytree#1435). + * Keyboard shortcut to delete a node becomes Ctrl+Delete since + this action now works also with focus on the text/while editing + text, (gh#giuspen/cherrytree#1412). + * Icon theme fixes/improvements, (gh#giuspen/cherrytree#1426, + gh#giuspen/cherrytree#1414 + * Fix find function adds empty lines to blank nodes, + (gh#giuspen/cherrytree#1428). + * Removed code duplications for open file and folder link, + (gh#giuspen/cherrytree#1423). + * Fix crash trying to open a bookmarked node that was deleted, + (gh#giuspen/cherrytree#1430). + * Fix wrongly detecting being run from the sorces directory build + folder, (gh#giuspen/cherrytree#1422). + * Fix non working keyboard shorcuts Alt+Left/Right to go to + previous/next visited nodes, (gh#giuspen/cherrytree#1412). + * Fix tree drag n drop freezing issue, + (gh#giuspen/cherrytree#1377). + * Fix table keyboard shortcut Ctrl+comma (add row) and + Ctrl+Alt+comma (delete row), (gh#giuspen/cherrytree#1417). + * When (re)generating TOC do not remove anchors created from the + user, (gh#giuspen/cherrytree#1382). + * Translation updates. + ------------------------------------------------------------------- Wed Dec 09 14:24:52 UTC 2020 - malcolmlewis@opensuse.org diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index 8e21bec..a84ea4c 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,5 +1,5 @@ name: cherrytree -version: 0.99.25 -mtime: 1607464299 -commit: 3c06ed3a107b96446e0347dbc9dd82f9f65f1368 +version: 0.99.26+2 +mtime: 1608491650 +commit: a9d0a0fbd911be6509fd486fef4004703b05971c diff --git a/cherrytree.spec b/cherrytree.spec index 688a70d..da3687b 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 0.99.25 +Version: 0.99.26+2 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only