From 72145910015ae264bbe50c8f7ab89877606f945c26c879378dd773ffa1ec0b03 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 2 Mar 2021 14:08:51 +0000 Subject: [PATCH] Accepting request 875551 from home:malcolmlewis:branches:GNOME:Apps - Update to version 0.99.31+1: * Fix for building with ninja/cmake generator for ninja (-GNinja). * Amsys2 script to prepare standalone folder added user-style.xml required for user custom styles(themes). * Added few more icons as selectable for custom node icon, (gh#giuspen/cherrytree#1514). * Preferences dialog menu languages added flags, (gh#giuspen/cherrytree#1511) * Fixed import from keepnote missing images, (gh#giuspen/cherrytree#1516). * Added button to reset the two user style schemes to the default palettes. * Fix cmake install target, (gh#giuspen/cherrytree#1521). * Two user style schemes, one with a light default and one with a dark default. * Reworked pref dialog tab themes to make room for second user style scheme. * Independent style scheme for plain text and code. * Working on user theme editor, (gh#giuspen/cherrytree#1362). * Split pref dlg source file for upcoming work on theme editor. * Removed default global shortcut Ctrl+Delete to delete tree node because overrides text editor standard, (gh#giuspen/cherrytree#1513). * Insert special symbols chenged from submenu items to dialog, (gh#giuspen/cherrytree#1503). * Renamed filesystem path methods .string_native() and .string_unix(). * New unit test for export to html. * New unit test for export to pdf. + unit test for export to txt; unit tests now in 3 binaries 'run_tests_no_x', 'run_tests_with_x_1', 'run_tests_with_x_2'. * Implemented 'format clone' at cursor which can be applied with existing 'format latest', (gh#giuspen/cherrytree#600). * Translation updates. OBS-URL: https://build.opensuse.org/request/show/875551 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=146 --- _servicedata | 2 +- cherrytree-0.99.30+7.obscpio | 3 --- cherrytree-0.99.31+1.obscpio | 3 +++ cherrytree.changes | 39 ++++++++++++++++++++++++++++++++++++ cherrytree.obsinfo | 6 +++--- cherrytree.spec | 2 +- 6 files changed, 47 insertions(+), 8 deletions(-) delete mode 100644 cherrytree-0.99.30+7.obscpio create mode 100644 cherrytree-0.99.31+1.obscpio diff --git a/_servicedata b/_servicedata index 7dfbdbd..b559eec 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - 58b2d553d9e8edefeb1cf393983543c5c67e676f \ No newline at end of file + 450a6a7826b76468cc225fb29a9aba470a5a81d5 \ No newline at end of file diff --git a/cherrytree-0.99.30+7.obscpio b/cherrytree-0.99.30+7.obscpio deleted file mode 100644 index 4435636..0000000 --- a/cherrytree-0.99.30+7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed364c22d303de7e1673a21ef41eae4a37927eb444d6588c947f5f6f252d269a -size 78135822 diff --git a/cherrytree-0.99.31+1.obscpio b/cherrytree-0.99.31+1.obscpio new file mode 100644 index 0000000..5e17123 --- /dev/null +++ b/cherrytree-0.99.31+1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02febce43a552e9060869009d672389edd38ded6c132994e3630eca737105935 +size 78361614 diff --git a/cherrytree.changes b/cherrytree.changes index 0418524..647057a 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Feb 26 22:53:30 UTC 2021 - malcolmlewis@opensuse.org + +- Update to version 0.99.31+1: + * Fix for building with ninja/cmake generator for ninja + (-GNinja). + * Amsys2 script to prepare standalone folder added user-style.xml + required for user custom styles(themes). + * Added few more icons as selectable for custom node icon, + (gh#giuspen/cherrytree#1514). + * Preferences dialog menu languages added flags, + (gh#giuspen/cherrytree#1511) + * Fixed import from keepnote missing images, + (gh#giuspen/cherrytree#1516). + * Added button to reset the two user style schemes to the default + palettes. + * Fix cmake install target, (gh#giuspen/cherrytree#1521). + * Two user style schemes, one with a light default and one with + a dark default. + * Reworked pref dialog tab themes to make room for second user + style scheme. + * Independent style scheme for plain text and code. + * Working on user theme editor, (gh#giuspen/cherrytree#1362). + * Split pref dlg source file for upcoming work on theme editor. + * Removed default global shortcut Ctrl+Delete to delete tree node + because overrides text editor standard, + (gh#giuspen/cherrytree#1513). + * Insert special symbols chenged from submenu items to dialog, + (gh#giuspen/cherrytree#1503). + * Renamed filesystem path methods .string_native() and + .string_unix(). + * New unit test for export to html. + * New unit test for export to pdf. + + unit test for export to txt; unit tests now in 3 binaries + 'run_tests_no_x', 'run_tests_with_x_1', 'run_tests_with_x_2'. + * Implemented 'format clone' at cursor which can be applied with + existing 'format latest', (gh#giuspen/cherrytree#600). + * Translation updates. + ------------------------------------------------------------------- Sun Jan 31 01:47:32 UTC 2021 - malcolmlewis@opensuse.org diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index 4addb97..02c1a6d 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,5 +1,5 @@ name: cherrytree -version: 0.99.30+7 -mtime: 1612036220 -commit: 58b2d553d9e8edefeb1cf393983543c5c67e676f +version: 0.99.31+1 +mtime: 1614124040 +commit: 450a6a7826b76468cc225fb29a9aba470a5a81d5 diff --git a/cherrytree.spec b/cherrytree.spec index 42cdd20..8d97c98 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 0.99.30+7 +Version: 0.99.31+1 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only