mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 5.20.0
This commit is contained in:
parent
652943c31d
commit
b7ac7806e5
@ -23,6 +23,35 @@
|
|||||||
# - title by author
|
# - title by author
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
{{{ 5.20.0 2021-06-04
|
||||||
|
|
||||||
|
:: new features
|
||||||
|
|
||||||
|
- E-book viewer: Highlights: Make URLs in the notes for highlights clickable
|
||||||
|
|
||||||
|
- [1930136] Book details: Ctrl-clicking on tags now adds them to the existing search instead of replacing it
|
||||||
|
|
||||||
|
- E-book viewer: Allow using the back button to return from jumping to a search result
|
||||||
|
|
||||||
|
:: bug fixes
|
||||||
|
|
||||||
|
- Get books: Fix the Kobo store plugin for changes to the website
|
||||||
|
|
||||||
|
- [1929827] Edit book: Fix non breaking spaces in snippets being converted to normal spaces
|
||||||
|
|
||||||
|
- [1930466] ToC Editor: Fix a regression that caused changes to not be saved on machines where running a worker process takes more than ten seconds
|
||||||
|
|
||||||
|
- Fix error when changing the "Search the net" URLs for the Content server
|
||||||
|
|
||||||
|
:: improved recipes
|
||||||
|
- Jerusalem Post
|
||||||
|
- Popular Science
|
||||||
|
- Ambito Financiero
|
||||||
|
- Ambito.com
|
||||||
|
- Infobae
|
||||||
|
|
||||||
|
}}}
|
||||||
|
|
||||||
{{{ 5.19.0 2021-05-28
|
{{{ 5.19.0 2021-05-28
|
||||||
|
|
||||||
:: new features
|
:: new features
|
||||||
|
@ -5,7 +5,7 @@ from polyglot.builtins import map, unicode_type, environ_item, hasenv, getenv
|
|||||||
import sys, locale, codecs, os, collections
|
import sys, locale, codecs, os, collections
|
||||||
|
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
numeric_version = (5, 19, 0)
|
numeric_version = (5, 20, 0)
|
||||||
__version__ = '.'.join(map(unicode_type, numeric_version))
|
__version__ = '.'.join(map(unicode_type, 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