SHA256
1
0
forked from pool/cherrytree

Compare commits

..

3 Commits

Author SHA256 Message Date
Ana Guerrero
048f7ac39c Accepting request 1220505 from GNOME:Apps
- Update to version 1.2.0:
  * fixed crash pressing Ctrl+Z while editing table light cell
  * trying to use gtksourceview to convert any encoding to utf8 and
    lose libfribidi dependency
  * trying to use gtksourceview to convert any encoding to utf8 and
    lose libfribidi dependency
  * do not prefix http:// when a URL-like prefix already exists
    (#2570)
  * updated create_ppa_package.py -22.10/mantic +24.10/oracular
  * fixed links to nodes not working when exporting to html, single
    file (#2570)
  * fixed crash when moving (heavy) table row/column after porting
    to libgtksourceview4 (#2562)
  * implemented quick node selection typing part of the node name,
    default keyboard shortcut to Ctrl+Shift+G
    (#2552, work of @ericguin)
  * implemented collapsible headers support when TOC is generated
    (#2389)

OBS-URL: https://build.opensuse.org/request/show/1220505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cherrytree?expand=0&rev=37
2024-11-04 21:42:13 +00:00
c6dd59acea Fix version - do not add +0 when on tag
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=199
2024-11-04 09:07:28 +00:00
ca78c8499d Update to version 1.2.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=198
2024-11-04 09:05:04 +00:00
7 changed files with 32 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">master</param>
<param name="revision">3b2400115dacfdcebf5487d040db38b3834a32d2</param>
<param name="changesgenerate">enable</param>
<param name="filename">cherrytree</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-pattern">v?(.*)\+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">51f6e649aa063944293e33fb98b658abadf8d4a7</param></service></servicedata>
<param name="changesrevision">3b2400115dacfdcebf5487d040db38b3834a32d2</param></service></servicedata>

View File

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

3
cherrytree-1.2.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Oct 15 06:44:50 UTC 2024 - gumsley_6@hotmail.com
- Update to version 1.2.0:
* fixed crash pressing Ctrl+Z while editing table light cell
* trying to use gtksourceview to convert any encoding to utf8 and
lose libfribidi dependency
* trying to use gtksourceview to convert any encoding to utf8 and
lose libfribidi dependency
* do not prefix http:// when a URL-like prefix already exists
(#2570)
* updated create_ppa_package.py -22.10/mantic +24.10/oracular
* fixed links to nodes not working when exporting to html, single
file (#2570)
* fixed crash when moving (heavy) table row/column after porting
to libgtksourceview4 (#2562)
* implemented quick node selection typing part of the node name,
default keyboard shortcut to Ctrl+Shift+G
(#2552, work of @ericguin)
* implemented collapsible headers support when TOC is generated
(#2389)
-------------------------------------------------------------------
Thu Sep 12 10:59:13 UTC 2024 - dimstar@opensuse.org

View File

@ -1,4 +1,4 @@
name: cherrytree
version: 1.1.4+18
mtime: 1725992357
commit: 51f6e649aa063944293e33fb98b658abadf8d4a7
version: 1.2.0
mtime: 1728056969
commit: 3b2400115dacfdcebf5487d040db38b3834a32d2

View File

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