SHA256
1
0
forked from pool/cherrytree

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
This commit is contained in:
Dominique Leuenberger 2021-05-28 12:08:38 +00:00 committed by Git OBS Bridge
parent ff186e6c11
commit 5d095414fd
6 changed files with 70 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/giuspen/cherrytree.git</param> <param name="url">https://github.com/giuspen/cherrytree.git</param>
<param name="changesrevision">e0f852b7d69bccf060749b4774298b00cdecc90f</param></service></servicedata> <param name="changesrevision">01298f5e59212fc216e5ca8cd68e113f25a794ad</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb84649396dacbeefc4da1d4eb2e8911938dcb4a1aca4b82df9095f951d1a907
size 79537166

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f0141a9eafcc5a93656cd1afdac0331fa86ad908f7db44b2ea14a02b395eaaf
size 79751694

View File

@ -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 <info@paolostivanin.com> Fri Apr 16 07:09:53 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,5 +1,5 @@
name: cherrytree name: cherrytree
version: 0.99.35 version: 0.99.37
mtime: 1618528619 mtime: 1621377605
commit: e0f852b7d69bccf060749b4774298b00cdecc90f commit: 01298f5e59212fc216e5ca8cd68e113f25a794ad

View File

@ -17,7 +17,7 @@
Name: cherrytree Name: cherrytree
Version: 0.99.35 Version: 0.99.37
Release: 0 Release: 0
Summary: A hierarchical note taking application Summary: A hierarchical note taking application
License: GPL-3.0-or-later AND LGPL-2.1-only License: GPL-3.0-or-later AND LGPL-2.1-only