forked from pool/cherrytree
Accepting request 1101350 from home:xanders
Update to 1.0.0, resubmitting with new changelog to meet style guidelines. Amalgamated changelog from 0.99.56 so that there is a clearer transition from 0.99.55 to 1.0.0. OBS-URL: https://build.opensuse.org/request/show/1101350 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=179
This commit is contained in:
parent
843d94d4a4
commit
a2e2b3f477
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">master</param>
|
||||
<param name="revision">841ae8c66ded3ab103b1d372c365bb6ff4c63c8f</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">655e07e8fcfb3a602fd698f315ec78cdda01d337</param></service></servicedata>
|
||||
<param name="changesrevision">841ae8c66ded3ab103b1d372c365bb6ff4c63c8f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2c513b898d068bd7bdd09616c870e736d96d9b5fd3b93a07414f389d7d6d870
|
||||
size 83332110
|
3
cherrytree-1.0.0.obscpio
Normal file
3
cherrytree-1.0.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1810c011f6567df94c5cad25538cfcabc071fd565f738d18d3fe9ba4a0d6fef
|
||||
size 83442702
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 22 03:59:59 UTC 2023 - gumsley_6@hotmail.com
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ Fixed crash when opening node properties (#2304, #2313).
|
||||
+ Fixed blurry output when exporting LaTeX to pdf (#2308).
|
||||
+ Added configurability of the blinking of the cursor in the
|
||||
preferences dialog (#2298).
|
||||
+ Added support for executing ‘rust’ and ‘go’ code in code nodes
|
||||
and codeboxes.
|
||||
+ Added 61 new stock icons available to be chosen as tree node
|
||||
icons.
|
||||
+ Added menu items under top menu ‘help’ to link to website,
|
||||
source code and bug tracker.
|
||||
+ On Windows, paste image from clipboard to take priority over
|
||||
html target containing image so that can work offline
|
||||
(#2303, work of @DaPa).
|
||||
+ Implemented new data storage type: multiple files in
|
||||
hierarchical folder structure (#2123, #1823) the backups for
|
||||
the new multiple files data storage do not contain all the
|
||||
tree but only what has changed.
|
||||
+ All backup files (or folders for the brand new multifile data
|
||||
storage) are now starting with a dot (.name~, .name~~, ..).
|
||||
+ Fixed crash sorting rows of table lightweight interface
|
||||
(#2253).
|
||||
+ Fix export to html of lists (#2276, #2286).
|
||||
+ Fixed recent documents corruption when file is deleted/missing
|
||||
(#2277).
|
||||
+ Fixed on Windows zooming the font reverts the font family to
|
||||
Sans (#2257).
|
||||
+ Click on line number to behave as triple click
|
||||
(select line, #1363).
|
||||
+ Column edit (selection with Ctrl+Alt held down) added
|
||||
clipboard support (#2232).
|
||||
+ Remember last selected custom icon in node properties same as
|
||||
last selected colour (#2185).
|
||||
+ Implemented import nodes from indented list (#1551, #2258).
|
||||
+ Added support for executing java code in code nodes and
|
||||
codeboxes.
|
||||
+ Added detection of exclusions from the search hit in the
|
||||
current search and message to the user / how to disable
|
||||
exclusions.
|
||||
+ Fixed in flatpak and appimage languages not available (#2270).
|
||||
+ Fixed latex box issue with portable version of cherrytree on
|
||||
Windows (#2294).
|
||||
+ Added tooltip with node name when hovering node (#2295).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 08 14:19:07 UTC 2023 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cherrytree
|
||||
version: 0.99.55
|
||||
mtime: 1678218996
|
||||
commit: 655e07e8fcfb3a602fd698f315ec78cdda01d337
|
||||
version: 1.0.0
|
||||
mtime: 1689542153
|
||||
commit: 841ae8c66ded3ab103b1d372c365bb6ff4c63c8f
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 0.99.55
|
||||
Version: 1.0.0
|
||||
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