SHA256
1
0
forked from pool/cherrytree
Ana Guerrero 2024-07-02 16:17:22 +00:00 committed by Git OBS Bridge
commit 94ae9f1c42
6 changed files with 81 additions and 9 deletions

View File

@ -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">427d7d9261494e8e2d34511f58a4db8b1143de84</param></service></servicedata> <param name="changesrevision">a84919afd51e1997ea3f78e1ac4cb81663ee2dd5</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,75 @@
-------------------------------------------------------------------
Mon Jul 01 12:44:06 UTC 2024 - malcolmlewis@opensuse.org
- Update to version 1.1.4+1:
+ Fixed msys2 script.
+ Fixed syntax error in latex wrongly detected as failure to
access latex executable, (gh#giuspen/cherrytree#2534).
+ Copy link to node and copy anchor link to include absolute path
to the cherrytree document and hierarchical path to node,
(gh#giuspen/cherrytree#2452).
+ Implemented reset of zoom with Ctrl+0,
(gh#giuspen/cherrytree#1835).
+ Improved extraction from a password protected archive (.ctz,
.ctx) to distinguish incorrect password from a corrupted
archive / not an archive.
+ Removed message instructing the user how to manually recover
using the backups as cherrytree will do it itself automatically
after asking the user.
+ Added auto recovery from a backup (after asking the user) in
case of corrupted document.
+ Added warning message in case an automatic restore from backup
was necessary for the new multifile data storage document.
+ Debugging issue with locale, (gh#giuspen/cherrytree#2529).
-------------------------------------------------------------------
Sat Jun 15 21:35:31 UTC 2024 - malcolmlewis@opensuse.org
- Update to version 1.1.3+1:
+ Position (row,column) of the cursor in statusbar - improved.
+ Added in statusbar the position (row,column) of the cursor.
+ Added in config.cfg the group [proxy] to support downloading.
data/checking for new version available from behind a proxy,
(gh#giuspen/cherrytree#2522).
+ Reworked CtConfig to ensure single instance during whole life
of the app.
+ Added support for moving cursor to table cell previous/next
when key left pressed before first character/right pressed
after the last character, (gh#giuspen/cherrytree#2523).
+ Added support for moving cursor to table cell above/below when
key up pressed on first line/down pressed on the last line,
(gh#giuspen/cherrytree#2523).
+ Fixed right click -> copy link not working if there is a text
selection, (gh#giuspen/cherrytree#2362).
+ Temporary workaround for crash in Gsv::Init() -> [gtk]
[critical] Class::register_derived_type(): base_query.type_name
is NULL, (gh#giuspen/cherrytree#2518).
+ Removed 'Set the global C++ locale to the user-specified
locale'.
+ Minor rework in g_log_set_default_handler,
(gh#giuspen/cherrytree#2518).
+ Fix typos in bug_report.md, (gh#giuspen/cherrytree#2519).
+ Fixed drag and drop of text when line numbers visible.
+ Replaced regular expression help dead url,
(gh#giuspen/cherrytree#2511).
+ Support for drag and drop of text with copy instead of move.
+ New multifile data storage, in case of corruption all backups
are looked for data recovery starting from the most recent,
(gh#giuspen/cherrytree#2505).
+ Added checks to prevent a save as or export overwriting the
currently open document (as t as unsupported,
(gh#giuspen/cherrytree#2504).
+ Updated supporters record.
+ Fixed crash when importing text file for incorrect detection of
encoding, (gh#giuspen/cherrytree#2492).
+ Removed all noexcept operators.
+ Do not allow in the preferences dialog, toolbar configurator,
to add a button twice, (gh#giuspen/cherrytree#2482).
+ Fixed crash in case of a duplicated button configured in the
toolbar, (gh#giuspen/cherrytree#2482).
+ Fixed unit test after new library png encoding.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 05 16:41:21 UTC 2024 - malcolmlewis@opensuse.org Fri Apr 05 16:41:21 UTC 2024 - malcolmlewis@opensuse.org
@ -6,7 +78,7 @@ Fri Apr 05 16:41:21 UTC 2024 - malcolmlewis@opensuse.org
(gh#giuspen/cherrytree#2476). (gh#giuspen/cherrytree#2476).
+ Fixed regression issue with search, + Fixed regression issue with search,
(gh#giuspen/cherrytree#2469). (gh#giuspen/cherrytree#2469).
* Fixed drop position of dragged text wrongly one position to the + Fixed drop position of dragged text wrongly one position to the
left. left.
+ Fixed html paste, (gh#giuspen/cherrytree#2474). + Fixed html paste, (gh#giuspen/cherrytree#2474).
+ README updated: Languages status. + README updated: Languages status.

View File

@ -1,4 +1,4 @@
name: cherrytree name: cherrytree
version: 1.1.2+0 version: 1.1.4+1
mtime: 1712263128 mtime: 1719774896
commit: 427d7d9261494e8e2d34511f58a4db8b1143de84 commit: a84919afd51e1997ea3f78e1ac4cb81663ee2dd5

View File

@ -17,7 +17,7 @@
Name: cherrytree Name: cherrytree
Version: 1.1.2+0 Version: 1.1.4+1
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