forked from pool/cherrytree
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
048f7ac39c | ||
c6dd59acea | |||
ca78c8499d |
4
_service
4
_service
@ -3,11 +3,11 @@
|
|||||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">enable</param>
|
<param name="submodules">enable</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">3b2400115dacfdcebf5487d040db38b3834a32d2</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">cherrytree</param>
|
<param name="filename">cherrytree</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</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>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||||
<param name="changesrevision">51f6e649aa063944293e33fb98b658abadf8d4a7</param></service></servicedata>
|
<param name="changesrevision">3b2400115dacfdcebf5487d040db38b3834a32d2</param></service></servicedata>
|
@ -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
3
cherrytree-1.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b39a99e15847ee685c91b7784ce87d2ed3d0ae42ae11af2428209af3f4bd51ef
|
||||||
|
size 83628046
|
@ -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
|
Thu Sep 12 10:59:13 UTC 2024 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: cherrytree
|
name: cherrytree
|
||||||
version: 1.1.4+18
|
version: 1.2.0
|
||||||
mtime: 1725992357
|
mtime: 1728056969
|
||||||
commit: 51f6e649aa063944293e33fb98b658abadf8d4a7
|
commit: 3b2400115dacfdcebf5487d040db38b3834a32d2
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cherrytree
|
Name: cherrytree
|
||||||
Version: 1.1.4+18
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A hierarchical note taking application
|
Summary: A hierarchical note taking application
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-only
|
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||||
|
Loading…
Reference in New Issue
Block a user