Skip to content

Commit 5c17572

Browse files
committed
version 8.15.0
1 parent b1307d8 commit 5c17572

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Changelog.txt

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

26+
{{{ 8.15.0 2025-11-21
27+
28+
:: new features
29+
30+
- [2131619] E-book viewer: Highlights panel: Show the date for highlights in the tooltip when hovering over a highlight
31+
32+
- Comments editor: When changing case preserve as much text formatting as feasible
33+
34+
- [2131158] Comments editor: Add shortcuts for case change operations. Select some text, right click and see the case change menu for the shortcuts
35+
36+
:: bug fixes
37+
38+
- [2131622] Editing book list: Be robust against the book list changing in the background when a book is auto added or similar while a cell is being edited
39+
40+
- [2130880] Edit book: Fix a memory leak in the HTML syntax highlighter
41+
42+
- calibredb list: Fix identifier values not being shown. Fixes #2131557
43+
44+
:: improved recipes
45+
- Guardian
46+
47+
:: new recipes
48+
- Hack a Day by Rui Rebelo
49+
}}}
50+
2651
{{{ 8.14.0 2025-11-07
2752

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

0 commit comments

Comments
 (0)