Skip to content

Commit dd6b924

Browse files
committed
version 7.24.0
1 parent 7845999 commit dd6b924

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

Changelog.txt

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

26+
{{{ 7.24.0 2024-01-10
27+
28+
:: new features
29+
30+
- [2091268] Allow creating rules to transform series names in the Bulk metadata editor and Preferences->Metadata download
31+
32+
- Conversion: Automatically set the page progression direction for books that do not have it set and have their primary language either Arabic or Hebrew
33+
34+
- Content server: Book details view: Make calibre://show-book and calibre://view-book URLs in the comments work
35+
36+
- [2092496] Edit book: Spell check: Add a button to export the currently displayed list of words as a CSV file
37+
38+
- [2092483] Add from ISBN: Add a checkbox to automatically convert obsolete ISBN 10 to ISBN 13
39+
40+
- [2092395] Save single format to disk: Allow choosing the book cover as the format to save
41+
42+
- Option to show a button to access all available actions from the status bar in Preferences->Look & feel->Main interface
43+
44+
:: bug fixes
45+
46+
- [2092948] Read aloud: Fix no audio produced when text contains <3 and using the Windows legacy speech engine
47+
48+
- [2092643] Fix Tabbing while editing cells in the book list not always working
49+
50+
- Windows build: Also sign the portable launcher exes
51+
52+
- [2092630] Fix viewing books via the Cover browser not working when in device view
53+
54+
:: improved recipes
55+
- LWN Weekly
56+
- Outlook India
57+
- Livemint
58+
59+
}}}
60+
2661
{{{ 7.23.0 2024-12-20
2762

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

0 commit comments

Comments
 (0)