Skip to content

Commit b6b1d6c

Browse files
committed
version 8.11.0
1 parent 8815167 commit b6b1d6c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

‎Changelog.txt‎

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

26+
{{{ 8.11.0 2025-09-26
27+
28+
:: new features
29+
30+
- [major] E-book viewer: Add an "Ask AI" tab to the dictionary lookup panel. Allows you to query AI about the currently selected text.
31+
32+
Supports hundreds of AI models via Providers such as Google, OpenRouter, GitHub and locally running models via Ollama.
33+
Many of them can be used free of charge. Note that this feature is completely optional and no AI related code is even loaded until you configure an AI provider.
34+
35+
- [2122257] Preferences: Show the keyboard shortcut for each category in preferences in the tooltip
36+
37+
:: bug fixes
38+
39+
- [2122747] E-book viewer: Fix modifying an existing highlight causing duplicates to be created in some books
40+
41+
- E-book viewer: Fix very large e-books sometimes having a few non working links on Windows
42+
43+
- [2123829] PDB Input: Fix failure to convert some PDB files with sightly malformed headers
44+
45+
- [2125438] Fix error when trying to add the first icon rule to the Tag browser
46+
47+
- [2041848] E-book viewer: Fix Esc key not closing footnote popup when the popup has keyboard focus
48+
49+
- E-book viewer: Fix placement of selection handles in some books when modifying an existing highlight
50+
51+
- Windows build: Sign the .pyd DLLs in addition to the .dll DLLs
52+
53+
:: improved recipes
54+
- New York Times
55+
- Economist
56+
- El Diplo
57+
- New York Review of Books
58+
59+
}}}
60+
2661
{{{ 8.10.0 2025-09-05
2762

2863
:: new features

‎src/calibre/constants.py‎

Lines changed: 1 addition & 1 deletion
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 = (8, 10, 101)
14+
numeric_version = (8, 11, 0)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = 'Kovid Goyal <kovid@kovidgoyal.net>'

0 commit comments

Comments
 (0)