From 5d095414fd1c9adce41046bb18ed832d1f68fbd03dbac421096dfd710d9d2dcf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 28 May 2021 12:08:38 +0000 Subject: [PATCH] Accepting request 894821 from home:malcolmlewis:branches:GNOME:Apps - Update to version 0.99.37: * Fix crashing Glib::convert_with_fallback(), (gh#giuspen/cherrytree#1593). * Fix after undo, redo jumps to the top of the document, (gh#giuspen/cherrytree#1151). * Assigned keyboard shortcut to move table columns Left/Right: Ctrl+{ and Ctrl+}. * Assigned keyboard shortcut to move table rows Up/Down: Ctrl+[ and Ctrl+], (gh#giuspen/cherrytree#1626). * Ctrl+Arrows in tables disconnected from cells navigation, Ctrl+( and Ctrl+) to navigate Up/Down; Tab and Shift+Tab for navigate Right/Left, (gh#giuspen/cherrytree#194). * Help--Open Preferences Directory moved under File--Preferences. * Fix content in the table can be modified while the node is read only, (gh#giuspen/cherrytree#1674). * Preferences file export complete. * Adding preferences file import/export. * ct_menu_actions.cc just splitted too long lines. * Added dialog listing all available symbols auto replacements, (gh#giuspen/cherrytree#1659). * Preserve print page setup settings, (gh#giuspen/cherrytree#1664). * Fix URL detection doesn't recognize TAB as a delimiter, (gh#giuspen/cherrytree#1654). * Added configurable option to show the full path in the node name header, (gh#giuspen/cherrytree#1399). * Preferences dialog language selection explicit label 'System Default' in place of '-'. * Fixed import of text files with extension not .txt on linux, (gh#giuspen/cherrytree#1656). * Reinstating Gtk::FileFilter::add_mime_type for importing text files, (gh#giuspen/cherrytree#1656). * Configurability of log enable/disable + directory in preferences dialog, tab miscellaneous, (gh#giuspen/cherrytree#1614). * Preferences dialog, custom backup directory simplified using Gtk::FileChooserButton. * Configurability of log enable/disable + directory, (gh#giuspen/cherrytree#1614). * Spell check enabled also for plain text, (gh#giuspen/cherrytree#1651). * Fix [gtk] [critical] gtk_widget_set_visible: assertion 'GTK_IS_WIDGET (widget)' failed after, (gh#giuspen/cherrytree#1643). * Move config.cfg.tmp to config.cfg if not shutting down, (gh#giuspen/cherrytree#1614). * Added added configurable option to have bookmarks under dedicated menu in top menu bar, (gh#giuspen/cherrytree#1643). * New configurable scalable tags allow partial bold/italic/underline when not on by default, (gh#giuspen/cherrytree#1633). * Fix SHIFT+ENTER Able to Modify Locked Notes with Lists, (gh#giuspen/cherrytree#1640). * Translation updates. - Changes from version 0.99.36: * Fix segfault on startup when configured to start on systray, (gh#giuspen/cherrytree#1610). * Translation updates. OBS-URL: https://build.opensuse.org/request/show/894821 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=154 --- _servicedata | 2 +- cherrytree-0.99.35.obscpio | 3 -- cherrytree-0.99.37.obscpio | 3 ++ cherrytree.changes | 62 ++++++++++++++++++++++++++++++++++++++ cherrytree.obsinfo | 6 ++-- cherrytree.spec | 2 +- 6 files changed, 70 insertions(+), 8 deletions(-) delete mode 100644 cherrytree-0.99.35.obscpio create mode 100644 cherrytree-0.99.37.obscpio diff --git a/_servicedata b/_servicedata index 3b421ed..70d3bd3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - e0f852b7d69bccf060749b4774298b00cdecc90f + 01298f5e59212fc216e5ca8cd68e113f25a794ad \ No newline at end of file diff --git a/cherrytree-0.99.35.obscpio b/cherrytree-0.99.35.obscpio deleted file mode 100644 index ce1b1f6..0000000 --- a/cherrytree-0.99.35.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb84649396dacbeefc4da1d4eb2e8911938dcb4a1aca4b82df9095f951d1a907 -size 79537166 diff --git a/cherrytree-0.99.37.obscpio b/cherrytree-0.99.37.obscpio new file mode 100644 index 0000000..a07d01e --- /dev/null +++ b/cherrytree-0.99.37.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0141a9eafcc5a93656cd1afdac0331fa86ad908f7db44b2ea14a02b395eaaf +size 79751694 diff --git a/cherrytree.changes b/cherrytree.changes index c84ca89..64f6595 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Fri May 21 13:28:05 UTC 2021 - malcolmlewis@opensuse.org + +- Update to version 0.99.37: + * Fix crashing Glib::convert_with_fallback(), + (gh#giuspen/cherrytree#1593). + * Fix after undo, redo jumps to the top of the document, + (gh#giuspen/cherrytree#1151). + * Assigned keyboard shortcut to move table columns Left/Right: + Ctrl+{ and Ctrl+}. + * Assigned keyboard shortcut to move table rows Up/Down: Ctrl+[ + and Ctrl+], (gh#giuspen/cherrytree#1626). + * Ctrl+Arrows in tables disconnected from cells navigation, + Ctrl+( and Ctrl+) to navigate Up/Down; Tab and Shift+Tab for + navigate Right/Left, (gh#giuspen/cherrytree#194). + * Help--Open Preferences Directory moved under File--Preferences. + * Fix content in the table can be modified while the node is read + only, (gh#giuspen/cherrytree#1674). + * Preferences file export complete. + * Adding preferences file import/export. + * ct_menu_actions.cc just splitted too long lines. + * Added dialog listing all available symbols auto replacements, + (gh#giuspen/cherrytree#1659). + * Preserve print page setup settings, + (gh#giuspen/cherrytree#1664). + * Fix URL detection doesn't recognize TAB as a delimiter, + (gh#giuspen/cherrytree#1654). + * Added configurable option to show the full path in the node + name header, (gh#giuspen/cherrytree#1399). + * Preferences dialog language selection explicit label + 'System Default' in place of '-'. + * Fixed import of text files with extension not .txt on linux, + (gh#giuspen/cherrytree#1656). + * Reinstating Gtk::FileFilter::add_mime_type for importing text + files, (gh#giuspen/cherrytree#1656). + * Configurability of log enable/disable + directory in + preferences dialog, tab miscellaneous, + (gh#giuspen/cherrytree#1614). + * Preferences dialog, custom backup directory simplified using + Gtk::FileChooserButton. + * Configurability of log enable/disable + directory, + (gh#giuspen/cherrytree#1614). + * Spell check enabled also for plain text, + (gh#giuspen/cherrytree#1651). + * Fix [gtk] [critical] gtk_widget_set_visible: assertion + 'GTK_IS_WIDGET (widget)' failed after, + (gh#giuspen/cherrytree#1643). + * Move config.cfg.tmp to config.cfg if not shutting down, + (gh#giuspen/cherrytree#1614). + * Added added configurable option to have bookmarks under + dedicated menu in top menu bar, (gh#giuspen/cherrytree#1643). + * New configurable scalable tags allow partial + bold/italic/underline when not on by default, + (gh#giuspen/cherrytree#1633). + * Fix SHIFT+ENTER Able to Modify Locked Notes with Lists, + (gh#giuspen/cherrytree#1640). + * Translation updates. +- Changes from version 0.99.36: + * Fix segfault on startup when configured to start on systray, + (gh#giuspen/cherrytree#1610). + * Translation updates. + ------------------------------------------------------------------- Fri Apr 16 07:09:53 UTC 2021 - Paolo Stivanin diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index 25247b8..d5e6360 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,5 +1,5 @@ name: cherrytree -version: 0.99.35 -mtime: 1618528619 -commit: e0f852b7d69bccf060749b4774298b00cdecc90f +version: 0.99.37 +mtime: 1621377605 +commit: 01298f5e59212fc216e5ca8cd68e113f25a794ad diff --git a/cherrytree.spec b/cherrytree.spec index 7a5c3cd..8e658a6 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 0.99.35 +Version: 0.99.37 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only