From a97e35c1d3436a1ef610ff5b6b25cca7ca09ecd7c81bca8a4a56cd6cb7402a32 Mon Sep 17 00:00:00 2001 From: Malcolm Lewis Date: Tue, 29 Aug 2023 14:19:16 +0000 Subject: [PATCH] Accepting request 1107962 from home:polslinux:branches:GNOME:Apps - Update to 1.0.1: + Fixed overwrite confirmation not working when saving as new multifile storage (#2333). + Fixed crash on close (#2302). + Fixed xorg crash / wayland warning caused by popup menus without a parent (#2328). + Fixed paste content copied from column edit mode not working in codeboxes. + Highlight current text line to be disabled when the text loses focus or when the text is in column mode. + Reverted 'on windows, paste image from clipboard to take priority over html target ...' causing paste from spreadsheet cells generating a picture instead of a table. + Default keyboard shortcut for increase/decrease table column changed to Ctrl+Alt+> Ctrl+Alt+< as Ctrl+) isn't working on windows (#2336). + Added new stock icon light bulb / internet of things IoT. + Added option 'recent_docs' in config.cfg to be set to false in order to not remember the recent documents (#2330). + Incomplete languages: ar, el, fi, hi_IN, hr, ja, lt, pt. OBS-URL: https://build.opensuse.org/request/show/1107962 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=181 --- _service | 2 +- _servicedata | 2 +- cherrytree-1.0.0.obscpio | 3 --- cherrytree-1.0.1.obscpio | 3 +++ cherrytree.changes | 24 ++++++++++++++++++++++++ cherrytree.obsinfo | 6 +++--- cherrytree.spec | 2 +- 7 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 cherrytree-1.0.0.obscpio create mode 100644 cherrytree-1.0.1.obscpio diff --git a/_service b/_service index 5ca9a48..7f7d33f 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/giuspen/cherrytree.git git enable - 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f + 9b242c4271a334c58d329ec07e420fdeca3ec518 enable cherrytree @PARENT_TAG@+@TAG_OFFSET@ diff --git a/_servicedata b/_servicedata index bf0be4b..9712f06 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f \ No newline at end of file + 9b242c4271a334c58d329ec07e420fdeca3ec518 diff --git a/cherrytree-1.0.0.obscpio b/cherrytree-1.0.0.obscpio deleted file mode 100644 index 5b287ec..0000000 --- a/cherrytree-1.0.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1810c011f6567df94c5cad25538cfcabc071fd565f738d18d3fe9ba4a0d6fef -size 83442702 diff --git a/cherrytree-1.0.1.obscpio b/cherrytree-1.0.1.obscpio new file mode 100644 index 0000000..95f9e2d --- /dev/null +++ b/cherrytree-1.0.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef0e57b24d447094683b7ae143ab8d81012cc718542ae167828deddd2492362 +size 83003406 diff --git a/cherrytree.changes b/cherrytree.changes index e131974..5a5062e 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Aug 29 07:20:28 UTC 2023 - Paolo Stivanin + +- Update to 1.0.1: + + Fixed overwrite confirmation not working when saving as new + multifile storage (#2333). + + Fixed crash on close (#2302). + + Fixed xorg crash / wayland warning caused by popup menus + without a parent (#2328). + + Fixed paste content copied from column edit mode not working + in codeboxes. + + Highlight current text line to be disabled when the text loses + focus or when the text is in column mode. + + Reverted 'on windows, paste image from clipboard to take + priority over html target ...' causing paste from spreadsheet + cells generating a picture instead of a table. + + Default keyboard shortcut for increase/decrease table column + changed to Ctrl+Alt+> Ctrl+Alt+< as Ctrl+) isn't working + on windows (#2336). + + Added new stock icon light bulb / internet of things IoT. + + Added option 'recent_docs' in config.cfg to be set to false + in order to not remember the recent documents (#2330). + + Incomplete languages: ar, el, fi, hi_IN, hr, ja, lt, pt. + ------------------------------------------------------------------- Sat Jul 22 03:59:59 UTC 2023 - gumsley_6@hotmail.com diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index 2c00adf..dbef583 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,4 +1,4 @@ name: cherrytree -version: 1.0.0 -mtime: 1689542153 -commit: 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f +version: 1.0.1 +mtime: 1692973800 +commit: 9b242c4271a334c58d329ec07e420fdeca3ec518 diff --git a/cherrytree.spec b/cherrytree.spec index 10e8e09..d74dc61 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only