forked from pool/cherrytree
Accepting request 868045 from home:malcolmlewis:branches:GNOME:Apps
- Update to version 0.99.30+7: * Fixed misleading command line argument export to pdf name - the user is expected to pass a directory path, not a file path. * Updated tests/googletest to current master HEAD to get rid of cmake warnings. * Replaced few Gio::File with g_file because of unit tests issues. * Moved a couple of types to proper header and fixed a unit test. * Insert link dialog to remember/repropose last selection, (gh#giuspen/cherrytree#1413). * Fix export to pdf crash. * Improved language selection in preferences dialog, (gh#giuspen/cherrytree#1496). * Moved top menu items 'Edit'->'Preferences' and 'Tree'->'Tree Info' to 'File' menu, (gh#giuspen/cherrytree#1497). * Cmake option to not automatically run the unit tests -DAUTO_RUN_TESTING='', (gh#giuspen/cherrytree#1433). * Versioning 48px variant of the icons, not currenlty in use, (gh#giuspen/cherrytree#1451). * New ct_code.svg, (gh#giuspen/cherrytree#1451). * Fix when creating new node/subnode not proposing syntax highlighting of selected node, (gh#giuspen/cherrytree#1481). * Update README.md - Added build description, (gh#giuspen/cherrytree#1488). * Fix Table of Contents not saving, (gh#giuspen/cherrytree#1484). * Fix crash when importing CSV file, (gh#giuspen/cherrytree#1476). OBS-URL: https://build.opensuse.org/request/show/868045 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=144
This commit is contained in:
parent
f6e3a281d2
commit
961a9e6de3
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||
<param name="changesrevision">f5c38b63ed210c71f24d81ea933ac0a1a046ab47</param></service></servicedata>
|
||||
<param name="changesrevision">58b2d553d9e8edefeb1cf393983543c5c67e676f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79a03051ac769a18809482a0496a088abf1ee9bdc2b3c990ff4927d436ec76ca
|
||||
size 75749390
|
3
cherrytree-0.99.30+7.obscpio
Normal file
3
cherrytree-0.99.30+7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed364c22d303de7e1673a21ef41eae4a37927eb444d6588c947f5f6f252d269a
|
||||
size 78135822
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 31 01:47:32 UTC 2021 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 0.99.30+7:
|
||||
* Fixed misleading command line argument export to pdf name - the
|
||||
user is expected to pass a directory path, not a file path.
|
||||
* Updated tests/googletest to current master HEAD to get rid of
|
||||
cmake warnings.
|
||||
* Replaced few Gio::File with g_file because of unit tests
|
||||
issues.
|
||||
* Moved a couple of types to proper header and fixed a unit test.
|
||||
* Insert link dialog to remember/repropose last selection,
|
||||
(gh#giuspen/cherrytree#1413).
|
||||
* Fix export to pdf crash.
|
||||
* Improved language selection in preferences dialog,
|
||||
(gh#giuspen/cherrytree#1496).
|
||||
* Moved top menu items 'Edit'->'Preferences' and 'Tree'->'Tree
|
||||
Info' to 'File' menu, (gh#giuspen/cherrytree#1497).
|
||||
* Cmake option to not automatically run the unit tests
|
||||
-DAUTO_RUN_TESTING='', (gh#giuspen/cherrytree#1433).
|
||||
* Versioning 48px variant of the icons, not currenlty in use,
|
||||
(gh#giuspen/cherrytree#1451).
|
||||
* New ct_code.svg, (gh#giuspen/cherrytree#1451).
|
||||
* Fix when creating new node/subnode not proposing syntax
|
||||
highlighting of selected node, (gh#giuspen/cherrytree#1481).
|
||||
* Update README.md - Added build description,
|
||||
(gh#giuspen/cherrytree#1488).
|
||||
* Fix Table of Contents not saving, (gh#giuspen/cherrytree#1484).
|
||||
* Fix crash when importing CSV file,
|
||||
(gh#giuspen/cherrytree#1476).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 09 00:12:55 UTC 2021 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: cherrytree
|
||||
version: 0.99.29
|
||||
mtime: 1609799823
|
||||
commit: f5c38b63ed210c71f24d81ea933ac0a1a046ab47
|
||||
version: 0.99.30+7
|
||||
mtime: 1612036220
|
||||
commit: 58b2d553d9e8edefeb1cf393983543c5c67e676f
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 0.99.29
|
||||
Version: 0.99.30+7
|
||||
Release: 0
|
||||
Summary: A hierarchical note taking application
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user