mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 7.11.0
This commit is contained in:
parent
1ba634a1ad
commit
a2ad9b2973
@ -23,6 +23,52 @@
|
|||||||
# - title by author
|
# - title by author
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
{{{ 7.11.0 2024-05-24
|
||||||
|
|
||||||
|
:: new features
|
||||||
|
|
||||||
|
- Kindle driver: Add support for sending cover thumbnails to the Kindle Scribe
|
||||||
|
|
||||||
|
- A new options under Preferences->Look & feel to draw covers with rounded corners
|
||||||
|
|
||||||
|
- [2064674] Bulk metadata edit: Add a new tab where you can create rules to transform tags/authors/publishers for the selected books
|
||||||
|
|
||||||
|
- [2065544] Tag browser context menu for Formats now has Open with menu items
|
||||||
|
|
||||||
|
- [2064665] E-book viewer: When hovering over the top/bottom margin show a button indicating that a click will open the viewer controls. Can be configured via The Headers and footers section of the viewer Preferences.
|
||||||
|
|
||||||
|
- Spell check dialog: Also show count of currently displayed words
|
||||||
|
|
||||||
|
:: bug fixes
|
||||||
|
|
||||||
|
- [2065249] E-book viewer: Fix searching not ignoring ruby text
|
||||||
|
|
||||||
|
- Edit book: Save the state of the current book when opening a new book via File->Open book
|
||||||
|
|
||||||
|
- [2064887] Edit book: Fix importing a list of words into a user dictionary not working
|
||||||
|
|
||||||
|
- EPUB3 metadata: Do not fail to read metadata in the presence on invalid calibre user metadata in the OPF file with empty keys
|
||||||
|
|
||||||
|
- Get books: Fix rules to map tags on adding books not being applied to books downloaded via Get books
|
||||||
|
|
||||||
|
- [2064792] Spellcheck dialog: Move the checkbox to hide correctly spelled words with the rest of the checkboxes that filter the word list
|
||||||
|
|
||||||
|
:: improved recipes
|
||||||
|
- Slate
|
||||||
|
- Wall Street Journal
|
||||||
|
- London Review of Books
|
||||||
|
- Economist
|
||||||
|
- Bloomberg
|
||||||
|
- Business Week
|
||||||
|
- The World Ahead
|
||||||
|
- National Geographic
|
||||||
|
|
||||||
|
:: new recipes
|
||||||
|
- Collider, Comic Book Archive, Make Use Of, MoviewWeb and ScreenRant by Spicy Poison
|
||||||
|
- Lex Fridman Podcast by unkn0wn
|
||||||
|
|
||||||
|
}}}
|
||||||
|
|
||||||
{{{ 7.10.0 2024-05-03
|
{{{ 7.10.0 2024-05-03
|
||||||
|
|
||||||
:: new features
|
:: new features
|
||||||
|
@ -11,7 +11,7 @@ from functools import lru_cache
|
|||||||
from polyglot.builtins import environ_item, hasenv
|
from polyglot.builtins import environ_item, hasenv
|
||||||
|
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
numeric_version = (7, 10, 101)
|
numeric_version = (7, 11, 0)
|
||||||
__version__ = '.'.join(map(str, numeric_version))
|
__version__ = '.'.join(map(str, numeric_version))
|
||||||
git_version = None
|
git_version = None
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user