Skip to content

Commit ca1c006

Browse files
committed
version 8.13.0
1 parent aa49270 commit ca1c006

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Changelog.txt

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

26+
{{{ 8.13.0 2025-10-18
27+
28+
:: new features
29+
30+
- [2126881] Virtual libraries: Allow defining their search expressions more comfortably in a multi-line edit box
31+
32+
- Open with: On Windows launch the specified program via the windows API for executing programs to decouple it more thoroughly from the calibre environment
33+
34+
:: bug fixes
35+
36+
- Get books: Fix ebooks.com plugin
37+
38+
- calibre-server: Fix CALIBRE_OVERRIDE_DATABASE_PATH not working
39+
40+
- Export library: Dont use /tmp on Linux fixes export breaking with large FTS database on Linux distros that mount /tmp in RAM
41+
42+
- [2126611] Fix a regression in 8.11 that caused errors when trying to open a book from the full text search results while the search was still running
43+
44+
:: improved recipes
45+
- Todoist
46+
- NZZ
47+
}}}
48+
2649
{{{ 8.12.0 2025-10-01
2750

2851
:: 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, 12, 100)
15+
numeric_version = (8, 13, 0)
1616
__version__ = '.'.join(map(str, numeric_version))
1717
git_version = None
1818
__author__ = 'Kovid Goyal <[email protected]>'

0 commit comments

Comments
 (0)