Skip to content

Commit cd3cc7a

Browse files
committed
version 7.25.0
1 parent 0e58469 commit cd3cc7a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

Changelog.txt

+39
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,45 @@
2323
# - title by author
2424
# }}}
2525

26+
{{{ 7.25.0 2025-02-07
27+
28+
:: new features
29+
30+
- Allow setting custom icons for items in the Tab browser by right clicking on them and choosing "Manage icon for this value"
31+
32+
- Kindle driver: Allow import of KFX files from 2024 Kindles that use the MTP protocol
33+
34+
- A new tweak in Preferences->Tweaks to control the East Asian language used when transliterating to English
35+
36+
- Add an option to adjust the size of the link and note icons in Book details under Preferences->Look & feel->Book details
37+
38+
:: bug fixes
39+
40+
- [2068527] Nook driver: Fix the Glowlight 4 not working on Windows
41+
42+
- MTP driver: Fix Internal storage and SD card being swapped on some devices that have buggy firmware that assigns the SD card a lower id than the internal storage
43+
44+
- [2096841] Template dialog: Respect the tweak for title/series when editing save to disk and send to device templates
45+
46+
- Content server: Fix icons for individual formats not being shown in the Tag browser
47+
48+
:: improved recipes
49+
- spektrum.de
50+
- Economist
51+
- Arret sur images
52+
- Le Canard Enchaine
53+
- Foreign Affairs
54+
55+
:: new recipes
56+
- Alternatives Economiques by Kabonix
57+
- Zerodeux by Kabonix
58+
- Afrique XXI by Kabonix
59+
- Orient XXI by Kabonix
60+
- Contretemps by Kabonix
61+
- Faz.net by Anonymous
62+
- Moview Web and Football League World by SpicyPoison
63+
}}}
64+
2665
{{{ 7.24.0 2025-01-10
2766

2867
:: new features

src/calibre/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from polyglot.builtins import environ_item, hasenv
1212

1313
__appname__ = 'calibre'
14-
numeric_version = (7, 24, 102)
14+
numeric_version = (7, 25, 0)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = 'Kovid Goyal <[email protected]>'

0 commit comments

Comments
 (0)