From 843d94d4a496f83c01661acee73f2c50780a7bbbc8401d349f2c6fc1a8def2dc Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 9 Mar 2023 02:30:50 +0000 Subject: [PATCH] Accepting request 1070198 from home:malcolmlewis:branches:GNOME:Apps - Update to version 0.99.55: + Unit tested code to convert lists to HTML. + Fixed list element on more lines conversion into real html, (gh#giuspen/cherrytree#1765). + Implemented conversion of multi level lists into real html unordered and ordered lists, (gh#giuspen/cherrytree#1765). + Added support for executing c-sharp code, (gh#giuspen/cherrytree#2234). + Codebox actions: keyboard shortcuts now configurable in preferences dialog and available in toolbar configurability. + Added missing dependences to Dockerfile for dev container, added ms cpp extension pack, (gh#giuspen/cherrytree#2231). + Table actions: keyboard shortcuts now configurable in preferences dialog and available in toolbar configurability, (gh#giuspen/cherrytree#2124, gh#giuspen/cherrytree#2195 and gh#giuspen/cherrytree#2219). + Removed leftover line no longer needed after latest commit about new pdf page bottom numbering. + Fixed issue with latest version of cairo in msys2 and pdf pages numbering no longer rendered correctly. + Recently added autosave options in file save storage not to be shown in case of export. + Fixed export to pdf crash, (gh#giuspen/cherrytree#2227). + Fixed issue with font family name getting multiplied while zooming. + Fixed autosave in case the document was never saved before, to prompt the user for a storage type/path, (gh#giuspen/cherrytree#2225). + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1070198 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=177 --- _servicedata | 2 +- cherrytree-0.99.54+1.obscpio | 3 --- cherrytree-0.99.55.obscpio | 3 +++ cherrytree.changes | 33 +++++++++++++++++++++++++++++++++ cherrytree.obsinfo | 6 +++--- cherrytree.spec | 2 +- 6 files changed, 41 insertions(+), 8 deletions(-) delete mode 100644 cherrytree-0.99.54+1.obscpio create mode 100644 cherrytree-0.99.55.obscpio diff --git a/_servicedata b/_servicedata index b9dfa1b..1271077 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - 00abc015b855f8167a4c004d68bb6804aca6c9be \ No newline at end of file + 655e07e8fcfb3a602fd698f315ec78cdda01d337 \ No newline at end of file diff --git a/cherrytree-0.99.54+1.obscpio b/cherrytree-0.99.54+1.obscpio deleted file mode 100644 index aee19d8..0000000 --- a/cherrytree-0.99.54+1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3b32c0550638a04d1c9d03282300ca4d8e316e297f06c21150d3a3c1087ed22 -size 84201998 diff --git a/cherrytree-0.99.55.obscpio b/cherrytree-0.99.55.obscpio new file mode 100644 index 0000000..454e874 --- /dev/null +++ b/cherrytree-0.99.55.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c513b898d068bd7bdd09616c870e736d96d9b5fd3b93a07414f389d7d6d870 +size 83332110 diff --git a/cherrytree.changes b/cherrytree.changes index c01d5e9..401d9d6 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Mar 08 14:19:07 UTC 2023 - malcolmlewis@opensuse.org + +- Update to version 0.99.55: + + Unit tested code to convert lists to HTML. + + Fixed list element on more lines conversion into real html, + (gh#giuspen/cherrytree#1765). + + Implemented conversion of multi level lists into real html + unordered and ordered lists, (gh#giuspen/cherrytree#1765). + + Added support for executing c-sharp code, + (gh#giuspen/cherrytree#2234). + + Codebox actions: keyboard shortcuts now configurable in + preferences dialog and available in toolbar configurability. + + Added missing dependences to Dockerfile for dev container, + added ms cpp extension pack, (gh#giuspen/cherrytree#2231). + + Table actions: keyboard shortcuts now configurable in + preferences dialog and available in toolbar configurability, + (gh#giuspen/cherrytree#2124, gh#giuspen/cherrytree#2195 and + gh#giuspen/cherrytree#2219). + + Removed leftover line no longer needed after latest commit + about new pdf page bottom numbering. + + Fixed issue with latest version of cairo in msys2 and pdf + pages numbering no longer rendered correctly. + + Recently added autosave options in file save storage not to be + shown in case of export. + + Fixed export to pdf crash, (gh#giuspen/cherrytree#2227). + + Fixed issue with font family name getting multiplied while + zooming. + + Fixed autosave in case the document was never saved before, to + prompt the user for a storage type/path, + (gh#giuspen/cherrytree#2225). + + Updated translations. + ------------------------------------------------------------------- Wed Feb 01 02:11:14 UTC 2023 - malcolmlewis@opensuse.org diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index 17aa2ab..f6e7b2d 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,4 +1,4 @@ name: cherrytree -version: 0.99.54+1 -mtime: 1675113438 -commit: 00abc015b855f8167a4c004d68bb6804aca6c9be +version: 0.99.55 +mtime: 1678218996 +commit: 655e07e8fcfb3a602fd698f315ec78cdda01d337 diff --git a/cherrytree.spec b/cherrytree.spec index 2cc56bf..fc943de 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 0.99.54+1 +Version: 0.99.55 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only