Skip to content

Commit bdb77a3

Browse files
committed
version 7.23.0
1 parent 6504280 commit bdb77a3

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.23.0 2024-12-20
27+
28+
:: new features
29+
30+
- 🎄 Happy holidays to everyone!
31+
32+
- [2091646] Content server: Allow managing the data files associated with a book by clicking the three dots in the top right corner of the book's page and choosing "Manage data files"
33+
34+
- [2091216] Edit metadata dialog: Allow right clicking on the cover to view it in a popup window at larger size
35+
36+
- Add an option to expand the Tag browser tree to show the item that was current when the library was closed
37+
38+
- Add import and export stored template to Preferences / template functions
39+
40+
- Various Quality-of-Life improvements to the dialog used to edit columns with fixed sets of values
41+
42+
- [2091152] Resolve doi.org links when pasting identifiers
43+
44+
:: bug fixes
45+
46+
- [2091451] Viewer: Fix some HTMLZ files not opening on some systems
47+
48+
- [2091542] Amazon metadata plugin: Update for changed markup for some books on amazon search results page
49+
50+
:: improved recipes
51+
- Economist
52+
- Irish Times
53+
- Popular Science
54+
- ACM Queue
55+
56+
:: new recipes
57+
- Le Canard Enchaine by Kabonix
58+
59+
}}}
60+
2661
{{{ 7.22.0 2024-11-29
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, 22, 101)
14+
numeric_version = (7, 23, 0)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = "Kovid Goyal <[email protected]>"

0 commit comments

Comments
 (0)