Skip to content

Commit 417c05e

Browse files
committed
version 7.26.0
1 parent 3263846 commit 417c05e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Changelog.txt

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

26+
{{{ 7.26.0 2025-02-14
27+
28+
:: new features
29+
30+
- Allow specifying web search links that are used when clicking on item names in the Book details panel for custom columns via Preferences->Add your own columns
31+
32+
- Content server: When clicking on author names in the book details page perform the same action as clicking it in the calibre program's Book details panel
33+
34+
:: bug fixes
35+
36+
- [2097677] Fix a regression in 7.17 that caused various minor problems with editing metadata directly in the book list
37+
38+
- Fix a regression in the previous release that broke conversion using Heuristics and TXT input documents
39+
40+
- [2097563] E-book viewer: Fix header/footer text size too small when using multiple monitors and the primary monitors DPI is much less than secondary monitor DPI
41+
42+
- [2097947] Fix series mapping rules in the metadata preferences not working
43+
44+
- [2098133] Fix setting custom icon for category doesn't work
45+
46+
- [2092732] Kobo driver: Fix a regression that broke working with very old Kobo devices
47+
48+
:: improved recipes
49+
- Science Journals
50+
- Barrons
51+
}}}
52+
53+
2654
{{{ 7.25.0 2025-02-07
2755

2856
:: 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, 25, 0)
14+
numeric_version = (7, 26, 0)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = 'Kovid Goyal <[email protected]>'

0 commit comments

Comments
 (0)