From a2e2b3f4779eeb07848e09b41bb88eceebb7a2a7a16ac9582ac9b369158dcb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 2 Aug 2023 14:55:52 +0000 Subject: [PATCH] Accepting request 1101350 from home:xanders Update to 1.0.0, resubmitting with new changelog to meet style guidelines. Amalgamated changelog from 0.99.56 so that there is a clearer transition from 0.99.55 to 1.0.0. OBS-URL: https://build.opensuse.org/request/show/1101350 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=179 --- _service | 2 +- _servicedata | 2 +- cherrytree-0.99.55.obscpio | 3 --- cherrytree-1.0.0.obscpio | 3 +++ cherrytree.changes | 48 ++++++++++++++++++++++++++++++++++++++ cherrytree.obsinfo | 6 ++--- cherrytree.spec | 2 +- 7 files changed, 57 insertions(+), 9 deletions(-) delete mode 100644 cherrytree-0.99.55.obscpio create mode 100644 cherrytree-1.0.0.obscpio diff --git a/_service b/_service index 717e6fc..5ca9a48 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/giuspen/cherrytree.git git enable - master + 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f enable cherrytree @PARENT_TAG@+@TAG_OFFSET@ diff --git a/_servicedata b/_servicedata index 1271077..bf0be4b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - 655e07e8fcfb3a602fd698f315ec78cdda01d337 \ No newline at end of file + 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f \ No newline at end of file diff --git a/cherrytree-0.99.55.obscpio b/cherrytree-0.99.55.obscpio deleted file mode 100644 index 454e874..0000000 --- a/cherrytree-0.99.55.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c513b898d068bd7bdd09616c870e736d96d9b5fd3b93a07414f389d7d6d870 -size 83332110 diff --git a/cherrytree-1.0.0.obscpio b/cherrytree-1.0.0.obscpio new file mode 100644 index 0000000..5b287ec --- /dev/null +++ b/cherrytree-1.0.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1810c011f6567df94c5cad25538cfcabc071fd565f738d18d3fe9ba4a0d6fef +size 83442702 diff --git a/cherrytree.changes b/cherrytree.changes index 401d9d6..e131974 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Sat Jul 22 03:59:59 UTC 2023 - gumsley_6@hotmail.com + +- Update to version 1.0.0: + + Fixed crash when opening node properties (#2304, #2313). + + Fixed blurry output when exporting LaTeX to pdf (#2308). + + Added configurability of the blinking of the cursor in the + preferences dialog (#2298). + + Added support for executing ‘rust’ and ‘go’ code in code nodes + and codeboxes. + + Added 61 new stock icons available to be chosen as tree node + icons. + + Added menu items under top menu ‘help’ to link to website, + source code and bug tracker. + + On Windows, paste image from clipboard to take priority over + html target containing image so that can work offline + (#2303, work of @DaPa). + + Implemented new data storage type: multiple files in + hierarchical folder structure (#2123, #1823) the backups for + the new multiple files data storage do not contain all the + tree but only what has changed. + + All backup files (or folders for the brand new multifile data + storage) are now starting with a dot (.name~, .name~~, ..). + + Fixed crash sorting rows of table lightweight interface + (#2253). + + Fix export to html of lists (#2276, #2286). + + Fixed recent documents corruption when file is deleted/missing + (#2277). + + Fixed on Windows zooming the font reverts the font family to + Sans (#2257). + + Click on line number to behave as triple click + (select line, #1363). + + Column edit (selection with Ctrl+Alt held down) added + clipboard support (#2232). + + Remember last selected custom icon in node properties same as + last selected colour (#2185). + + Implemented import nodes from indented list (#1551, #2258). + + Added support for executing java code in code nodes and + codeboxes. + + Added detection of exclusions from the search hit in the + current search and message to the user / how to disable + exclusions. + + Fixed in flatpak and appimage languages not available (#2270). + + Fixed latex box issue with portable version of cherrytree on + Windows (#2294). + + Added tooltip with node name when hovering node (#2295). + + Updated translations. + ------------------------------------------------------------------- Wed Mar 08 14:19:07 UTC 2023 - malcolmlewis@opensuse.org diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index f6e7b2d..2c00adf 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,4 +1,4 @@ name: cherrytree -version: 0.99.55 -mtime: 1678218996 -commit: 655e07e8fcfb3a602fd698f315ec78cdda01d337 +version: 1.0.0 +mtime: 1689542153 +commit: 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f diff --git a/cherrytree.spec b/cherrytree.spec index fc943de..10e8e09 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 0.99.55 +Version: 1.0.0 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only