Skip to content

Commit c3ab071

Browse files
committed
version 6.10.0
1 parent dd666a8 commit c3ab071

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

Diff for: Changelog.txt

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

26+
{{{ 6.10.0 2022-12-16
27+
28+
:: new features
29+
30+
- [major] Content server: Add support for searching the full text of books. Simply click the FTS link on the search page to start a full text search.
31+
32+
- [1998557] Content server: When using user accounts, the homepage now shows recently read books from any device not just the current device
33+
34+
- [1999685] Kobo driver: Bump the max supported firmware version
35+
36+
- [1998780] Conversion: New Output profile for the Kindle Scribe
37+
38+
- [1998705] Check library: Allow ignoring folder names as well as files names
39+
40+
:: bug fixes
41+
42+
- [1999349] Edit book: Fix various formatting operations not inserting the tags in the correct place in the presence of non-BMP characters
43+
44+
- Edit book: Use <s> instead of <strike> for strikethrough
45+
46+
- [1998899] Edit book: Fix export saved search to search panel not preserving the wrap checkbox state
47+
48+
- [1998767] Content server: Redirect the index page to always have trailing slash when using URL prefixes
49+
50+
- Book list: Workaround for change in Qt 6 behavior where clicking on an already selected row does not deselect other rows
51+
52+
- [1998165] Windows: Fix a regression in calibre 6 causing Open With to not extract icons from EXE files
53+
54+
:: improved recipes
55+
- Indian Express
56+
- Financial Times
57+
- TIME Magazine
58+
- Hindu Business Line Print Edition
59+
- Arts and Letters Daily
60+
- Frontline
61+
- Sportstar
62+
- New Yorker
63+
64+
:: new recipes
65+
- Fokus by Henrik Holm
66+
- Press Information Bureau by unkn0wn
67+
- Himal Southasian by unkn0wn
68+
- Indian Express Print Edition by unkn0wn
69+
}}}
70+
2671
{{{ 6.9.0 2022-11-25
2772

2873
:: new features

Diff for: src/calibre/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys, locale, codecs, os, collections, collections.abc
66

77
__appname__ = 'calibre'
8-
numeric_version = (6, 9, 0)
8+
numeric_version = (6, 10, 0)
99
__version__ = '.'.join(map(str, numeric_version))
1010
git_version = None
1111
__author__ = "Kovid Goyal <[email protected]>"

0 commit comments

Comments
 (0)