SHA256
1
0
forked from pool/cherrytree

Accepting request 1062362 from home:malcolmlewis:branches:GNOME:Apps

- Update to version 0.99.54+1:
  * Fixed crash when creating lightweight table,
    (gh#giuspen/cherrytree#2204).
  * Added menu item action to toggle focus between text and
    integrated terminal with default shortcut Ctrl+Shift+T,
    (gh#giuspen/cherrytree#1772).
  * Added search dialog option to override search exclusions,
    (gh#giuspen/cherrytree#2174).
  * Added menu item action to insert today's node under the
    selected node rather than under the tree root,
    (gh#giuspen/cherrytree#40).
  * Implemented option to keep cherrytree always on top, under top
    menu 'view', (gh#giuspen/cherrytree#2145).
  * Number of table cells to use as threshold for light mode made
    configurable (default 25).
  * Integrated terminal shell configurable in preferences dialog.
  * Fixed issue with integrated terminal when using zsh as default
    shell, (gh#giuspen/cherrytree#2199).
  * Lightweight variant of tables support Ctrl+Space to navigate in
    and out.
  * Lightweight variant of tables entering newline in table cell
    with Ctrl+Enter or Alt+Enter.
  * Dialog all matches improved to show also the node tags and the
    pattern searched.
  * Dialog search with regexp, added help button to display
    reference web page.
  * Fixed searching for regexp everything (.*) freeze,
    (gh#giuspen/cherrytree#2190).
  * Fix title not shown on taskbar button in cinnamon when menubar
    in titlebar.
  * Implementing lightweight variant of tables,
    (gh#giuspen/cherrytree#2140).
  * Updated translations.
- Changes from version 0.99.53:
  * Fixed crash when changing terminal font in preferences dialog
    and terminal never shown in the session,
    (gh#giuspen/cherrytree#2177).
  * Fixed issue of growing encrypted document size when configured
    with no backups, (gh#giuspen/cherrytree#2178).
  * Implementing lightweight variant of tables,
    (gh#giuspen/cherrytree#2140).
  * Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1062362
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=175
This commit is contained in:
Bjørn Lie 2023-02-01 15:57:18 +00:00 committed by Git OBS Bridge
parent 53920cf069
commit 081d3e6b82
6 changed files with 55 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/giuspen/cherrytree.git</param>
<param name="changesrevision">91c933996fc3f30d31e4cc79f12ed6ea84793c6e</param></service></servicedata>
<param name="changesrevision">00abc015b855f8167a4c004d68bb6804aca6c9be</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Wed Feb 01 02:11:14 UTC 2023 - malcolmlewis@opensuse.org
- Update to version 0.99.54+1:
* Fixed crash when creating lightweight table,
(gh#giuspen/cherrytree#2204).
* Added menu item action to toggle focus between text and
integrated terminal with default shortcut Ctrl+Shift+T,
(gh#giuspen/cherrytree#1772).
* Added search dialog option to override search exclusions,
(gh#giuspen/cherrytree#2174).
* Added menu item action to insert today's node under the
selected node rather than under the tree root,
(gh#giuspen/cherrytree#40).
* Implemented option to keep cherrytree always on top, under top
menu 'view', (gh#giuspen/cherrytree#2145).
* Number of table cells to use as threshold for light mode made
configurable (default 25).
* Integrated terminal shell configurable in preferences dialog.
* Fixed issue with integrated terminal when using zsh as default
shell, (gh#giuspen/cherrytree#2199).
* Lightweight variant of tables support Ctrl+Space to navigate in
and out.
* Lightweight variant of tables entering newline in table cell
with Ctrl+Enter or Alt+Enter.
* Dialog all matches improved to show also the node tags and the
pattern searched.
* Dialog search with regexp, added help button to display
reference web page.
* Fixed searching for regexp everything (.*) freeze,
(gh#giuspen/cherrytree#2190).
* Fix title not shown on taskbar button in cinnamon when menubar
in titlebar.
* Implementing lightweight variant of tables,
(gh#giuspen/cherrytree#2140).
* Updated translations.
- Changes from version 0.99.53:
* Fixed crash when changing terminal font in preferences dialog
and terminal never shown in the session,
(gh#giuspen/cherrytree#2177).
* Fixed issue of growing encrypted document size when configured
with no backups, (gh#giuspen/cherrytree#2178).
* Implementing lightweight variant of tables,
(gh#giuspen/cherrytree#2140).
* Updated translations.
-------------------------------------------------------------------
Sat Nov 26 22:23:52 UTC 2022 - malcolmlewis@opensuse.org

View File

@ -1,4 +1,4 @@
name: cherrytree
version: 0.99.52
mtime: 1669323626
commit: 91c933996fc3f30d31e4cc79f12ed6ea84793c6e
version: 0.99.54+1
mtime: 1675113438
commit: 00abc015b855f8167a4c004d68bb6804aca6c9be

View File

@ -1,7 +1,7 @@
#
# spec file for package cherrytree
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: cherrytree
Version: 0.99.52
Version: 0.99.54+1
Release: 0
Summary: A hierarchical note taking application
License: GPL-3.0-or-later AND LGPL-2.1-only