Skip to content

Commit a886f24

Browse files
committed
version 8.16.0
1 parent eeab125 commit a886f24

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Changelog.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,34 @@
2323
# - title by author
2424
# }}}
2525

26+
{{{ 8.16.0 2025-12-04
27+
28+
:: new features
29+
30+
- [major] Allow asking AI questions about any book in your calibre library. Right click the "View" button and choose "Discuss selected book(s) with AI"
31+
32+
- AI: Allow asking AI what book to read next by right clicking on a book and using the "Similar books" menu
33+
34+
- AI: Add a new backend for "LM Studio" which allows running various AI models locally
35+
36+
:: bug fixes
37+
38+
- [2133435] Use a named local timezone for better display of historical dates in the local timezone
39+
40+
- [2133846] PDF Input: Fix a regression in the new PDF input engine that caused HTML markup to not be always escaped
41+
42+
- [2132253] Get books: Update amazon.it store plugin
43+
44+
- Fix addition of format specific options when using calibredb catalog with command line flags
45+
46+
- [2133134] calibredb catalog: Fix generation of language field in BiBTeX catalogs
47+
48+
- [2132182] Fix incorrect series index when downloading metadata from amazon.co.jp
49+
50+
- Fix a regression in the previous release that caused the case change menu to not be present in the comments editor.
51+
52+
}}}
53+
2654
{{{ 8.15.0 2025-11-21
2755

2856
:: new features

src/calibre/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from polyglot.builtins import environ_item, hasenv
1313

1414
__appname__ = 'calibre'
15-
numeric_version = (8, 15, 0)
15+
numeric_version = (8, 16, 0)
1616
__version__ = '.'.join(map(str, numeric_version))
1717
git_version = None
1818
__author__ = 'Kovid Goyal <[email protected]>'

0 commit comments

Comments
 (0)