Skip to content

Commit 5ebdc86

Browse files
committed
v1.6.0
1 parent bb0625f commit 5ebdc86

File tree

3 files changed

+49
-23
lines changed

3 files changed

+49
-23
lines changed

changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.6.0 (September 9th, 2025)
2+
* implemented support for searching for multiple words disregarding the order (aka AND) and matching any (aka OR) (#2674, #2221, #1255, #752)
3+
* fixed crash when exporting to pdf (#2735)
4+
* added support for search and replace also in links targets (#975, #2719)
5+
* fixed issue with microsoft print to pdf causing huge font (pango markup to use <span size= rise=> instead of <sup><sub>) (#2479, #2735)
6+
* fixed copy/paste and drag/drop of files from windows file manager into rich text (#2738)
7+
* fix paste filepath from clipboard on windows does not recognise an image (#2737)
8+
* fixed copying from code and pasting to rich text sometimes not retaining syntax highlighting colours
9+
* added syntax highlighting definition for glib's GKeyFile
10+
* fixed clicking on a TOC leading to an anchor that is hidden doesn't expand and select the anchor (#2389)
11+
* handle bookmarks dialog, use the correct nodes icons rather than generic pin icon
12+
* added option to follow links with double click rather than single click (#2736)
13+
* fixed table light interface editable in read only mode (#2756)
14+
* table light interface, fixed moving a column does not move the column width
15+
* added in preferences dialog configurability of whether in rich text nodes to automatically create links for urls
16+
* last visited nodes on node name header, added node icon beside node name and inverted order as more intuitive with more recent on the right
17+
* moved preferences for 'last visited nodes on node name header' from tab 'tree explorer' to tab 'interface' and added control also in top menu view (#2746)
18+
* allocated default keyboard shortcut Ctr+7,8,9 to small,subscript,superscript (#2758)
19+
* fixed code that checks if a keyboard shortcut is already in use, issue with case (#2758)
20+
* added possibility to configure a proxy in the preferences dialog, tab misc (#2522)
21+
* incomplete languages: ar, bg, el, fa, fi, fr, hi_IN, hr, hu, kk_KZ, kk_LA, lt, nl, ru, sk, sv, tr, zh_CN (want to help and update one? write me https://www.giuspen.net/feedback/)
22+
123
1.5.0 (June 3rd, 2025)
224
* fixed Ctrl+V issues on ArchLinux (#2705)
325
* fixed data loss in multifile data storage when disabling option to use embedded file name on disk (#2695)

debian/changelog

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
cherrytree (1.5.0-2) focal; urgency=low
1+
cherrytree (1.6.0-2) focal; urgency=low
22

3-
* fixed Ctrl+V issues on ArchLinux (#2705)
4-
* fixed data loss in multifile data storage when disabling option to use embedded file name on disk (#2695)
5-
* fixed issue with system tray docking on windows causing unwanted auto-resize of the tree pane (#2699)
6-
* fixed insert TOC not marking the text buffer for update if empty (#1484)
7-
* fixed cursor stops blinking after a timeout (#2714)
8-
* improved colour chooser dialog, now also supporting remove a user colour
9-
* replace html non breaking spaces characters with normal spaces when the target is xml (e.g. paste from clipboard)
10-
* explorer tree search by typing to use the quick node selection dialog (#1974)
11-
* quick node selection dialog, added nodes icons (#2683)
12-
* fixed quick node selection dialog can get too wide (#2683)
13-
* added right click menu items to expand/collapse all TOC headers (#2389)
14-
* fixed clear formatting can remove a collapsed anchor without expanding the hidden text (#2389)
15-
* added new icons for jenkins, postgresql, spring-boot (#2677)
16-
* added new icons for snowflake, vim, locale/languages (#2686)
17-
* command palette, added actions icons
18-
* incomplete languages: ar, el, fi, hi_IN, hr, kk_KZ, kk_LA, lt, nl, ru, sk, sv, zh_CN (want to help and update one? write me https://www.giuspen.net/feedback/)
3+
* implemented support for searching for multiple words disregarding the order (aka AND) and matching any (aka OR) (#2674, #2221, #1255, #752)
4+
* fixed crash when exporting to pdf (#2735)
5+
* added support for search and replace also in links targets (#975, #2719)
6+
* fixed issue with microsoft print to pdf causing huge font (pango markup to use <span size= rise=> instead of <sup><sub>) (#2479, #2735)
7+
* fixed copy/paste and drag/drop of files from windows file manager into rich text (#2738)
8+
* fix paste filepath from clipboard on windows does not recognise an image (#2737)
9+
* fixed copying from code and pasting to rich text sometimes not retaining syntax highlighting colours
10+
* added syntax highlighting definition for glib's GKeyFile
11+
* fixed clicking on a TOC leading to an anchor that is hidden doesn't expand and select the anchor (#2389)
12+
* handle bookmarks dialog, use the correct nodes icons rather than generic pin icon
13+
* added option to follow links with double click rather than single click (#2736)
14+
* fixed table light interface editable in read only mode (#2756)
15+
* table light interface, fixed moving a column does not move the column width
16+
* added in preferences dialog configurability of whether in rich text nodes to automatically create links for urls
17+
* last visited nodes on node name header, added node icon beside node name and inverted order as more intuitive with more recent on the right
18+
* moved preferences for 'last visited nodes on node name header' from tab 'tree explorer' to tab 'interface' and added control also in top menu view (#2746)
19+
* allocated default keyboard shortcut Ctr+7,8,9 to small,subscript,superscript (#2758)
20+
* fixed code that checks if a keyboard shortcut is already in use, issue with case (#2758)
21+
* added possibility to configure a proxy in the preferences dialog, tab misc (#2522)
22+
* incomplete languages: ar, bg, el, fa, fi, fr, hi_IN, hr, hu, kk_KZ, kk_LA, lt, nl, ru, sk, sv, tr, zh_CN (want to help and update one? write me https://www.giuspen.net/feedback/)
1923

2024

21-
-- Giuseppe Penone <giuspen@gmail.com> Tue, 03 Jun 2025 20:26:26 +0100
25+
-- Giuseppe Penone <giuspen@gmail.com> Tue, 09 Sep 2025 18:18:38 +0100

src/ct/ct_dialogs.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -548,12 +548,12 @@ MA 02110-1301, USA.
548548
_("Chinese Traditional")+" (zh_TW) Emer Chen <ldsemerchen@gmail.com>"+CtConst::CHAR_NEWLINE+
549549
_("Croatian")+" (hr) Filip Bakula <filip.test46@gmail.com>"+CtConst::CHAR_NEWLINE+
550550
_("Czech")+" (cs) Pavel Fric <fripohled@blogspot.com>"+CtConst::CHAR_NEWLINE+
551-
_("Dutch")+" (nl) Luuk Geurts"+CtConst::CHAR_NEWLINE+
552-
_("Finnish")+" (fi) Henri Kaustinen <hendrix.ks81@gmail.com>"+CtConst::CHAR_NEWLINE+
551+
_("Dutch")+" (nl) "+CtConst::CHAR_NEWLINE+
552+
_("Finnish")+" (fi) "+CtConst::CHAR_NEWLINE+
553553
_("French")+" (fr) Francis Gernet <fgernet@concretx.com>"+CtConst::CHAR_NEWLINE+
554-
_("German")+" (de) Matthias Hoffmann <MHoffi@web.de>"+CtConst::CHAR_NEWLINE+
554+
_("German")+" (de) Mr.Update"+CtConst::CHAR_NEWLINE+
555555
_("Greek")+" (el) Asterios Siomos <terry.sio@hotmail.com>"+CtConst::CHAR_NEWLINE+
556-
_("Hindi India")+" (hi_IN) Paresh Mhatre <pareshmhatrework@gmail.com>"+CtConst::CHAR_NEWLINE+
556+
_("Hindi India")+" (hi_IN) "+CtConst::CHAR_NEWLINE+
557557
_("Hungarian")+" (hu) Stiener Norbert <stienernorbert@protonmail.com>"+CtConst::CHAR_NEWLINE+
558558
_("Italian")+" (it) Vincenzo Reale <smart2128vr@gmail.com>"+CtConst::CHAR_NEWLINE+
559559
_("Japanese")+" (ja) Piyo <py2@live.jp>"+CtConst::CHAR_NEWLINE+
@@ -569,7 +569,7 @@ MA 02110-1301, USA.
569569
_("Russian")+" (ru) Viktor Polyanskiy <camilot55@yandex.ru>"+CtConst::CHAR_NEWLINE+
570570
_("Slovak")+" (sk) Michal Fusatý <fusaty@proton.me>"+CtConst::CHAR_NEWLINE+
571571
_("Slovenian")+" (sl) Erik Lovrič <erik.lovric@gmail.com>"+CtConst::CHAR_NEWLINE+
572-
_("Spanish")+" (es) UserFav <userfav.post@gmail.com>"+CtConst::CHAR_NEWLINE+
572+
_("Spanish")+" (es) MP"+CtConst::CHAR_NEWLINE+
573573
_("Swedish")+" (sv) Åke Engelbrektson <eson@svenskasprakfiler.se>"+CtConst::CHAR_NEWLINE+
574574
_("Turkish")+" (tr) Ferhat Aydin <ferhataydin44@gmail.com>"+CtConst::CHAR_NEWLINE+
575575
_("Ukrainian")+" (uk) Giuseppe Penone <giuspen@gmail.com>");

0 commit comments

Comments
 (0)