Skip to content

Commit 87a75d9

Browse files
committed
fixed changelog indentation; removed oracular from ppa script as no longer supported
1 parent 5ebdc86 commit 87a75d9

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

debian/changelog

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

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/)
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/)
2323

2424

2525
-- Giuseppe Penone <giuspen@gmail.com> Tue, 09 Sep 2025 18:18:38 +0100

scripts/create_ppa_package.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
2: ("focal", "20.04", True, True, 4),
2020
3: ("jammy", "20.04", True, True, 4),
2121
4: ("noble", "24.04", True, True, 4),
22-
5: ("oracular", "24.04", True, True, 4),
23-
6: ("plucky", "25.04", True, True, 4)}
22+
5: ("plucky", "25.04", True, True, 4)}
2423

2524
def f_changelog_setup_for(package_num):
2625
changelog_lines = []

0 commit comments

Comments
 (0)