SHA256
1
0
forked from pool/cherrytree

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

- Update to version 0.99.31+1:
  * Fix for building with ninja/cmake generator for ninja
    (-GNinja).
  * Amsys2 script to prepare standalone folder added user-style.xml
    required for user custom styles(themes).
  * Added few more icons as selectable for custom node icon,
   (gh#giuspen/cherrytree#1514).
  * Preferences dialog menu languages added flags,
    (gh#giuspen/cherrytree#1511)
  * Fixed import from keepnote missing images,
    (gh#giuspen/cherrytree#1516).
  * Added button to reset the two user style schemes to the default
    palettes.
  * Fix cmake install target, (gh#giuspen/cherrytree#1521).
  * Two user style schemes, one with a light default and one with
    a dark default.
  * Reworked pref dialog tab themes to make room for second user
    style scheme.
  * Independent style scheme for plain text and code.
  * Working on user theme editor, (gh#giuspen/cherrytree#1362).
  * Split pref dlg source file for upcoming work on theme editor.
  * Removed default global shortcut Ctrl+Delete to delete tree node
    because overrides text editor standard,
    (gh#giuspen/cherrytree#1513).
  * Insert special symbols chenged from submenu items to dialog,
    (gh#giuspen/cherrytree#1503).
  * Renamed filesystem path methods .string_native() and
    .string_unix().
  * New unit test for export to html.
  * New unit test for export to pdf.
    + unit test for export to txt; unit tests now in 3 binaries
      'run_tests_no_x', 'run_tests_with_x_1', 'run_tests_with_x_2'.
  * Implemented 'format clone' at cursor which can be applied with
    existing 'format latest', (gh#giuspen/cherrytree#600).
  * Translation updates.

OBS-URL: https://build.opensuse.org/request/show/875551
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=146
This commit is contained in:
Dominique Leuenberger 2021-03-02 14:08:51 +00:00 committed by Git OBS Bridge
parent 961a9e6de3
commit 7214591001
6 changed files with 47 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">58b2d553d9e8edefeb1cf393983543c5c67e676f</param></service></servicedata>
<param name="changesrevision">450a6a7826b76468cc225fb29a9aba470a5a81d5</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Feb 26 22:53:30 UTC 2021 - malcolmlewis@opensuse.org
- Update to version 0.99.31+1:
* Fix for building with ninja/cmake generator for ninja
(-GNinja).
* Amsys2 script to prepare standalone folder added user-style.xml
required for user custom styles(themes).
* Added few more icons as selectable for custom node icon,
(gh#giuspen/cherrytree#1514).
* Preferences dialog menu languages added flags,
(gh#giuspen/cherrytree#1511)
* Fixed import from keepnote missing images,
(gh#giuspen/cherrytree#1516).
* Added button to reset the two user style schemes to the default
palettes.
* Fix cmake install target, (gh#giuspen/cherrytree#1521).
* Two user style schemes, one with a light default and one with
a dark default.
* Reworked pref dialog tab themes to make room for second user
style scheme.
* Independent style scheme for plain text and code.
* Working on user theme editor, (gh#giuspen/cherrytree#1362).
* Split pref dlg source file for upcoming work on theme editor.
* Removed default global shortcut Ctrl+Delete to delete tree node
because overrides text editor standard,
(gh#giuspen/cherrytree#1513).
* Insert special symbols chenged from submenu items to dialog,
(gh#giuspen/cherrytree#1503).
* Renamed filesystem path methods .string_native() and
.string_unix().
* New unit test for export to html.
* New unit test for export to pdf.
+ unit test for export to txt; unit tests now in 3 binaries
'run_tests_no_x', 'run_tests_with_x_1', 'run_tests_with_x_2'.
* Implemented 'format clone' at cursor which can be applied with
existing 'format latest', (gh#giuspen/cherrytree#600).
* Translation updates.
-------------------------------------------------------------------
Sun Jan 31 01:47:32 UTC 2021 - malcolmlewis@opensuse.org

View File

@ -1,5 +1,5 @@
name: cherrytree
version: 0.99.30+7
mtime: 1612036220
commit: 58b2d553d9e8edefeb1cf393983543c5c67e676f
version: 0.99.31+1
mtime: 1614124040
commit: 450a6a7826b76468cc225fb29a9aba470a5a81d5

View File

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