Ana Guerrero 2023-10-10 18:59:46 +00:00 committed by Git OBS Bridge
commit 629f9b192e
7 changed files with 28 additions and 10 deletions

View File

@ -3,11 +3,11 @@
<param name="url">https://github.com/giuspen/cherrytree.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">9b242c4271a334c58d329ec07e420fdeca3ec518</param>
<param name="revision">babe7abb22d4794b6f6c2f932100375fe6ccd193</param>
<param name="changesgenerate">enable</param>
<param name="filename">cherrytree</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-pattern">[^0-9](.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="buildtime" name="tar" />

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/giuspen/cherrytree.git</param>
<param name="changesrevision">9b242c4271a334c58d329ec07e420fdeca3ec518</param></service></servicedata>
<param name="changesrevision">babe7abb22d4794b6f6c2f932100375fe6ccd193</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ef0e57b24d447094683b7ae143ab8d81012cc718542ae167828deddd2492362
size 83003406

3
cherrytree-1.0.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffb6c64b5503f21fec70d384b2df5f6a753474842ec4a13cab937b593a8a2ead
size 83170318

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Sep 29 11:04:45 UTC 2023 - gumsley_6@hotmail.com
- Update to version v1.0.2:
+ fixed single click on line number to select line, double click
for pargraph (#1363)
+ multi pages support to all matches dialog, added arrows icons
for navigation buttons
+ fixed crash when searching with all matches option and the
text line containing the pattern is very long
+ modified colour of arrow in stock icon ct_download
+ added 42 stock icons
+ added multi pages support to all matches dialog with a limit
of 50 matches per page (#2019)
+ improved performance of search/replace with option
'all matches' (#272, #1830, #2019)
+ changed a couple of keyboard accelerators in pl.po
-------------------------------------------------------------------
Tue Aug 29 07:20:28 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,4 +1,4 @@
name: cherrytree
version: 1.0.1
mtime: 1692973800
commit: 9b242c4271a334c58d329ec07e420fdeca3ec518
version: 1.0.2
mtime: 1695757124
commit: babe7abb22d4794b6f6c2f932100375fe6ccd193

View File

@ -17,7 +17,7 @@
Name: cherrytree
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: A hierarchical note taking application
License: GPL-3.0-or-later AND LGPL-2.1-only