SHA256
1
0
forked from pool/cherrytree

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

- Update to version 0.99.32:
  * Fix crash regression of latest changes to restor excat vertical
    scrolling of text.
  * Remember last inserted special character and focus it at next
    special char insert time.
  * Improved restoring of exact vertical scroll position,
    (gh#giuspen/cherrytree#1151).
  * Fix iterated find dialog position issue.
  * Non rich text is to use the standard gtk undo/redo.
  * Fix iterated find/replace dialog disappearing after first
    button click.
  * Improved dialog to select an item in the list focusing the item
    that is currently in use.
  * Fixed issue with tree on right side restore tree width;
    splitted ct_main_win.cc, (gh#giuspen/cherrytree#1534).
  * Updated ct_node_no_icon.svg.
  * Close image resize dialog when pressing enter; dialog.cc split,
    (gh#giuspen/cherrytree#1547).
  * More node icons (gh#giuspen/cherrytree#1514).
  * Fix copy as plain text not working in table cell,
    (gh#giuspen/cherrytree#1528).
  * Cycle cherries colors in nodes levels rather than use the
    latest level for all exceeding number of colors,
    (gh#giuspen/cherrytree#692).
  * Added support for language 'elixir',
    (gh#giuspen/cherrytree#1541).
  * Update README.md, (gh#giuspen/cherrytree#1536).

OBS-URL: https://build.opensuse.org/request/show/879268
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=148
This commit is contained in:
Dominique Leuenberger 2021-03-18 15:30:19 +00:00 committed by Git OBS Bridge
parent 7214591001
commit 506f7de8a2
6 changed files with 40 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">450a6a7826b76468cc225fb29a9aba470a5a81d5</param></service></servicedata>
<param name="changesrevision">7bdc5f8bafbff6e5ed681e299583fc1980f0818c</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Mar 15 16:18:00 UTC 2021 - malcolmlewis@opensuse.org
- Update to version 0.99.32:
* Fix crash regression of latest changes to restor excat vertical
scrolling of text.
* Remember last inserted special character and focus it at next
special char insert time.
* Improved restoring of exact vertical scroll position,
(gh#giuspen/cherrytree#1151).
* Fix iterated find dialog position issue.
* Non rich text is to use the standard gtk undo/redo.
* Fix iterated find/replace dialog disappearing after first
button click.
* Improved dialog to select an item in the list focusing the item
that is currently in use.
* Fixed issue with tree on right side restore tree width;
splitted ct_main_win.cc, (gh#giuspen/cherrytree#1534).
* Updated ct_node_no_icon.svg.
* Close image resize dialog when pressing enter; dialog.cc split,
(gh#giuspen/cherrytree#1547).
* More node icons (gh#giuspen/cherrytree#1514).
* Fix copy as plain text not working in table cell,
(gh#giuspen/cherrytree#1528).
* Cycle cherries colors in nodes levels rather than use the
latest level for all exceeding number of colors,
(gh#giuspen/cherrytree#692).
* Added support for language 'elixir',
(gh#giuspen/cherrytree#1541).
* Update README.md, (gh#giuspen/cherrytree#1536).
-------------------------------------------------------------------
Fri Feb 26 22:53:30 UTC 2021 - malcolmlewis@opensuse.org

View File

@ -1,5 +1,5 @@
name: cherrytree
version: 0.99.31+1
mtime: 1614124040
commit: 450a6a7826b76468cc225fb29a9aba470a5a81d5
version: 0.99.32
mtime: 1615676182
commit: 7bdc5f8bafbff6e5ed681e299583fc1980f0818c

View File

@ -17,7 +17,7 @@
Name: cherrytree
Version: 0.99.31+1
Version: 0.99.32
Release: 0
Summary: A hierarchical note taking application
License: GPL-3.0-or-later AND LGPL-2.1-only
@ -28,6 +28,7 @@ Source0: %{name}-%{version}.tar.xz
Patch0: cherrytree-set-git-version.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ninja
BuildRequires: python3-lxml
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(fmt)