forked from pool/cherrytree
Accepting request 1133713 from home:xanders
Cumulative update to version 1.0.4 OBS-URL: https://build.opensuse.org/request/show/1133713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=185
This commit is contained in:
parent
3bb259fded
commit
3240822bc6
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">babe7abb22d4794b6f6c2f932100375fe6ccd193</param>
|
||||
<param name="revision">0691043c1b205525dcdd2bbd0774ecb080b7d08d</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">babe7abb22d4794b6f6c2f932100375fe6ccd193</param></service></servicedata>
|
||||
<param name="changesrevision">0691043c1b205525dcdd2bbd0774ecb080b7d08d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffb6c64b5503f21fec70d384b2df5f6a753474842ec4a13cab937b593a8a2ead
|
||||
size 83170318
|
3
cherrytree-1.0.4.obscpio
Normal file
3
cherrytree-1.0.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2546024b5598bf9d1911c442db2f39f6a62b3cf37ccb1de5975ab5ad98782ea4
|
||||
size 83306510
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 04:20:34 UTC 2023 - gumsley_6@hotmail.com
|
||||
|
||||
- Cumulative update to version 1.0.4:
|
||||
+ fixed crash when displaying search results dialog (#2398,
|
||||
#2399, #2404, #2405)
|
||||
+ preferences dialog, keyboard shortcuts, now emphasizing with
|
||||
bold the overridden/non default shortcuts (#2397)
|
||||
+ preferences dialog, keyboard shortcuts, added possibility to
|
||||
reset an individual shortcut to the default value
|
||||
+ changed default keyboard shortcuts to move tree nodes From
|
||||
Shift+Arrows to Shift+Alt+Arrows as disrupting the
|
||||
functionality of text selection (#2397, #2400)
|
||||
+ fixed crash when losing access to open document (#2120)
|
||||
+ fixed crash sorting table (#2391)
|
||||
+ fixed issues with search/replace and option 'all matches'
|
||||
+ fixed corrupted export to pdf on mac os with non ascii links
|
||||
to files/folders (#2388)
|
||||
+ multi page search results increased default limit 50->500 and
|
||||
configurable in config.cfg 'max_matches_in_page' (#2370)
|
||||
+ changed all the default keyboard shortcuts using Ctrl+Alt for
|
||||
issues on windows with AltGr key (#2341, #2324, #2316, #2124,
|
||||
#2069, #1944)
|
||||
+ fixed progress bar of search hardly visible on windows (#2373)
|
||||
+ nodes in bookmark menu to have the correct icon rather the
|
||||
anonymous pin icon (#206)
|
||||
+ fixed node name in bookmarks menu not updated if node renamed
|
||||
(#2393)
|
||||
+ export to pdf, now hiding anchor character (#2379)
|
||||
+ changed codebox border colour with theme cobalt-darkened as
|
||||
hardly visible
|
||||
+ added option in config.cfg to disable tree, menus and toolbar
|
||||
tooltips 'tree_tooltips', 'menus_tooltips',
|
||||
'toolbar_tooltips' (#2169)
|
||||
+ fixed paste of code selection to rich text target adding
|
||||
unwanted newline with
|
||||
+ fixed issue when changing theme in preferences dialog, style
|
||||
scheme editor, the change was only applied to the current node
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 11:04:45 UTC 2023 - gumsley_6@hotmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cherrytree
|
||||
version: 1.0.2
|
||||
mtime: 1695757124
|
||||
commit: babe7abb22d4794b6f6c2f932100375fe6ccd193
|
||||
version: 1.0.4
|
||||
mtime: 1702757975
|
||||
commit: 0691043c1b205525dcdd2bbd0774ecb080b7d08d
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 1.0.2
|
||||
Version: 1.0.4
|
||||
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