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

- Update to version 0.99.50+8:
  * Fixed few dialogs missing the property to be destroyed with the
    parent, (gh#giuspen/cherrytree#2133).
  * Better implementation for fixed integrated terminal when
    executing a command for the first time from hidden (not yet
    instantiated) not passing the command.
  * Fixed loss of transparency with PNGs in some GTK3 themes,
    (gh#giuspen/cherrytree#1402 and gh#giuspen/cherrytree#2132).
  * Fixed integrated terminal show/hide command to follow real
    status than settings status.
  * Fixed issue with separator between tree and text not restored
    when tree on right side and window maximised,
    (gh#giuspen/cherrytree#2126).
  * When closing virtual terminal take focus to text rather than
    tree.
  * New integrated terminal - added right click menu and keyboard
    shortcuts to copy and paste.
  * Implemented stricter checks for hard coded keyboard shortcuts
    requiring Ctrl but not Alt, (gh#giuspen/cherrytree#2124).
  * Changed syntax of displayed keyboard shortcuts in toolbar
    tooltips, (gh#giuspen/cherrytree#2128).
  * Just exposing CtrlDown and AltDown from ColumnEdit subclass to
    TextView.
  * Fixed minor issue with exit discarding changes icon not
    visible.
  * Implemented command to execute code from either text selection
    or current line, (gh#giuspen/cherrytree#1772).
  * Adding support for code execution via integrated terminal,
    (gh#giuspen/cherrytree#1902, gh#giuspen/cherrytree#1772 and
    gh#giuspen/cherrytree#547).
  * Translation updates.
- Add build requires VTE 2.91 for new terminal integration.

OBS-URL: https://build.opensuse.org/request/show/1011249
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=169
This commit is contained in:
Luciano Santos 2022-10-18 02:23:15 +00:00 committed by Git OBS Bridge
parent 787bc00c5e
commit 65fa9cd320
6 changed files with 45 additions and 8 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">ba904860ddf0e9cb388b7ee0e886cc49d6164e8f</param></service></servicedata>
<param name="changesrevision">880139675ebc8510812f3b7a89cefacbd9833526</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Oct 16 14:28:10 UTC 2022 - malcolmlewis@opensuse.org
- Update to version 0.99.50+8:
* Fixed few dialogs missing the property to be destroyed with the
parent, (gh#giuspen/cherrytree#2133).
* Better implementation for fixed integrated terminal when
executing a command for the first time from hidden (not yet
instantiated) not passing the command.
* Fixed loss of transparency with PNGs in some GTK3 themes,
(gh#giuspen/cherrytree#1402 and gh#giuspen/cherrytree#2132).
* Fixed integrated terminal show/hide command to follow real
status than settings status.
* Fixed issue with separator between tree and text not restored
when tree on right side and window maximised,
(gh#giuspen/cherrytree#2126).
* When closing virtual terminal take focus to text rather than
tree.
* New integrated terminal - added right click menu and keyboard
shortcuts to copy and paste.
* Implemented stricter checks for hard coded keyboard shortcuts
requiring Ctrl but not Alt, (gh#giuspen/cherrytree#2124).
* Changed syntax of displayed keyboard shortcuts in toolbar
tooltips, (gh#giuspen/cherrytree#2128).
* Just exposing CtrlDown and AltDown from ColumnEdit subclass to
TextView.
* Fixed minor issue with exit discarding changes icon not
visible.
* Implemented command to execute code from either text selection
or current line, (gh#giuspen/cherrytree#1772).
* Adding support for code execution via integrated terminal,
(gh#giuspen/cherrytree#1902, gh#giuspen/cherrytree#1772 and
gh#giuspen/cherrytree#547).
* Translation updates.
- Add build requires VTE 2.91 for new terminal integration.
-------------------------------------------------------------------
Thu Sep 15 02:31:01 UTC 2022 - malcolmlewis@opensuse.org

View File

@ -1,4 +1,4 @@
name: cherrytree
version: 0.99.49+3
mtime: 1663187887
commit: ba904860ddf0e9cb388b7ee0e886cc49d6164e8f
version: 0.99.50+8
mtime: 1665925798
commit: 880139675ebc8510812f3b7a89cefacbd9833526

View File

@ -17,7 +17,7 @@
Name: cherrytree
Version: 0.99.49+3
Version: 0.99.50+8
Release: 0
Summary: A hierarchical note taking application
License: GPL-3.0-or-later AND LGPL-2.1-only
@ -41,6 +41,7 @@ BuildRequires: pkgconfig(libxml++-2.6)
BuildRequires: pkgconfig(spdlog) >= 1.5
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(uchardet)
BuildRequires: pkgconfig(vte-2.91)
# For password-protected format
Recommends: p7zip-full