forked from pool/cherrytree
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
This commit is contained in:
parent
a2e2b3f477
commit
a97e35c1d3
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="revision">841ae8c66ded3ab103b1d372c365bb6ff4c63c8f</param>
|
||||
<param name="revision">9b242c4271a334c58d329ec07e420fdeca3ec518</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">cherrytree</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||
<param name="changesrevision">841ae8c66ded3ab103b1d372c365bb6ff4c63c8f</param></service></servicedata>
|
||||
<param name="changesrevision">9b242c4271a334c58d329ec07e420fdeca3ec518</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1810c011f6567df94c5cad25538cfcabc071fd565f738d18d3fe9ba4a0d6fef
|
||||
size 83442702
|
3
cherrytree-1.0.1.obscpio
Normal file
3
cherrytree-1.0.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ef0e57b24d447094683b7ae143ab8d81012cc718542ae167828deddd2492362
|
||||
size 83003406
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 07:20:28 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cherrytree
|
||||
version: 1.0.0
|
||||
mtime: 1689542153
|
||||
commit: 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f
|
||||
version: 1.0.1
|
||||
mtime: 1692973800
|
||||
commit: 9b242c4271a334c58d329ec07e420fdeca3ec518
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user