Skip to content

Commit 2f242b8

Browse files
committed
version 7.19.0
1 parent 7561d4f commit 2f242b8

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

Changelog.txt

+49
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,55 @@
2323
# - title by author
2424
# }}}
2525

26+
{{{ 7.19.0 2024-09-27
27+
28+
:: new features
29+
30+
- [major] E-book viewer: Halve the time taken to open large EPUB format books for the first time
31+
32+
A four hundred thousand word EPUB book now opens in under a second on typical hardware.
33+
34+
- PDF new engine: Improve header/footer detection
35+
36+
- For column icons and grid view emblems, support icons for both light and dark themes
37+
38+
- News downloads: Mark links to locally available articles with a middle-dot
39+
40+
- [2079784] When saving a layout also save the main window geometry
41+
42+
:: bug fixes
43+
44+
- [2080705] Windows: Read Aloud: Fix an occasional crash when stopping read aloud when using the legacy windows TTS engine
45+
46+
- [2080705] Windows: Read Aloud: Fix clicking in text to change what is being read causing tracking of currently read word to fail when using the legacy Windows TTS engine
47+
48+
- [2080708] Read aloud: Fix reading large numeric words causing text synchronization to fail when using some legacy TTS engines
49+
50+
- [2080701] EPUB3 metadata: Fix setting series number to zero not working
51+
52+
- [2081982] Comic Input: Handle comics whose internal files have control codes in their filenames
53+
54+
- [2071348] E-book viewer: Fix a regression that broke searching in Japanese books that use <ruby> text
55+
56+
- [2080655] E-book viewer: Fix a regression in the previous release that broke Read aloud for selected text
57+
58+
- Amazon metadata plugin: Workaround for downloads failing because Google discontinued its webcache
59+
60+
- Cover grid: Suppress the 2px border Qt draws for the list view
61+
62+
:: improved recipes
63+
- NY Times
64+
- NYT Book Review
65+
- Courrier International
66+
- Le Monde
67+
- TLS Magazine
68+
- Scientific American
69+
- Engadget
70+
71+
:: new recipes
72+
- NYT News based on feeds by unkn0wn
73+
}}}
74+
2675
{{{ 7.18.0 2024-09-13
2776

2877
:: new features

src/calibre/constants.py

+1-1
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 = (7, 18, 100)
14+
numeric_version = (7, 19, 0)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = "Kovid Goyal <[email protected]>"

0 commit comments

Comments
 (0)