You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.txt
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,41 @@
23
23
# - title by author
24
24
# }}}
25
25
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
0 commit comments