Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed Jun 14, 2024
1 parent e0b77bc commit efb4312
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 10 deletions.
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.1.3 (June 14th, 2024)
* new multifile data storage, added data integrity check after save (re-read and parse) (#2505)
* new multifile data storage, in case of corruption, all backups are looked for data recovery starting from the most recent (#2505)
* fixed crash when importing text file for incorrect detection of encoding (#2492)
* fixed crash in case of a duplicated button configured in the toolbar (#2482)
* workaround for crash in Gsv::Init() -> [gtk] [critical] Class::register_derived_type(): base_query.type_name is NULL (#2518)
* added support for moving cursor to table cell above/below when key up pressed on first line/down pressed on the last line (#2523)
* added support for moving cursor to table cell previous/next when key left pressed before first character/right pressed after the last character (#2523)
* added in statusbar the position (row,column) of the cursor
* do not allow in the preferences dialog, toolbar configurator, to add a button twice (#2482)
* added checks to prevent a save as or export overwriting the currently open document as it is not supported (#2504)
* drag and drop of text, fixed issus and added support for copy instead of move
* fixed right click -> copy link not working if there is a text selection (#2362)
* fixed syntax highlighting broken in the AppImage (#2493)
* replaced regular expression help dead url (#2511)
* added in config.cfg the group [proxy] to support downloading data/checking for new version available from behind a proxy (#2522)
* incomplete languages: fi, hi_IN, hu

1.1.2 (April 4th, 2024)
* fixed regression issues with the search (#2469)
* fixed regression crash when deleting a node with children (#2476)
Expand Down
25 changes: 18 additions & 7 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
cherrytree (1.1.2-2) focal; urgency=low
cherrytree (1.1.3-2) focal; urgency=low

* fixed regression issues with the search (#2469)
* fixed regression crash when deleting a node with children (#2476)
* fixed html paste (@VladislavGrudinin, #2474)
* fixed drop position of dragged text wrongly one position to the left
* incomplete languages: el, fi, hi_IN, hu
* new multifile data storage, added data integrity check after save (re-read and parse) (#2505)
* new multifile data storage, in case of corruption, all backups are looked for data recovery starting from the most recent (#2505)
* fixed crash when importing text file for incorrect detection of encoding (#2492)
* fixed crash in case of a duplicated button configured in the toolbar (#2482)
* workaround for crash in Gsv::Init() -> [gtk] [critical] Class::register_derived_type(): base_query.type_name is NULL (#2518)
* added support for moving cursor to table cell above/below when key up pressed on first line/down pressed on the last line (#2523)
* added support for moving cursor to table cell previous/next when key left pressed before first character/right pressed after the last character (#2523)
* added in statusbar the position (row,column) of the cursor
* do not allow in the preferences dialog, toolbar configurator, to add a button twice (#2482)
* added checks to prevent a save as or export overwriting the currently open document as it is not supported (#2504)
* drag and drop of text, fixed issus and added support for copy instead of move
* fixed right click -> copy link not working if there is a text selection (#2362)
* fixed syntax highlighting broken in the AppImage (#2493)
* replaced regular expression help dead url (#2511)
* added in config.cfg the group [proxy] to support downloading data/checking for new version available from behind a proxy (#2522)
* incomplete languages: fi, hi_IN, hu


-- Giuseppe Penone <[email protected]> Thu, 04 Apr 2024 21:28:16 +0100
-- Giuseppe Penone <[email protected]> Fri, 14 Jun 2024 22:18:45 +0100
8 changes: 5 additions & 3 deletions supporters/supporters.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<pre class="wp-block-code"><code>540 Friends of giuspen.net (donated €33864,93)
<pre class="wp-block-code"><code>542 Friends of giuspen.net (donated €33909,93)

* Oleg Zech (Cyprus) donated €19256 {circa, from Bitcoin}
* Andy Lavarre (United States) donated €715 {android, creation/modification per node + search filter}
* DBA IotaHosting (United States) donated €640 {2024/04}
* DBA IotaHosting (United States) donated €660 {2024/06}
* Per Funke (???) donated €300 {2024/03}
* Miguel Latorre (Spain) donated €240
* Rene Gommes (Italy) donated €219,56
Expand All @@ -12,8 +12,8 @@
* Tamas Gombkoto (???) donated €200
* Jt Spratley (United States) donated €186
* PH (???) donated €168
* Roland Brown (???) donated €163,54 {2024/06, shared nodes}
* Daniel Nilson (United States) donated €158,36
* Roland Brown (???) donated €153,54 {2024/04, shared nodes}
* Giulio Achilli (Italy) donated €140
* Vinny Pinto (United States) donated €140
* Peter Schuster (Germany) donated €126,45 {cut/copy/paste a node with subnodes from one ctb to another}
Expand Down Expand Up @@ -317,6 +317,7 @@
* Francisco Garcia (???) donated €10
* Fred Rossow (???) donated €10 {2024/04}
* Fulvio Russo (???) donated €10
* Geoffrey Grogan (???) donated €10 {2024/06}
* Gernot Meyer (???) donated €10
* Gerriet Selent (???) donated €10
* Gianpaolo Lucatti (Italy) donated €10
Expand Down Expand Up @@ -462,6 +463,7 @@
* Gregor Staab (???) donated €5
* Guillermo Obando (???) donated €5
* Guillermo Picornell (???) donated €5 {2024/01}
* Hannes Mertl (???) donated €5 {2024/05}
* Hertz Oliveira (???) donated €5
* Howard Shapray (???) donated €5
* Igor Posavec (???) donated €5
Expand Down

0 comments on commit efb4312

Please sign in to comment.