mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
version 6.2.1
This commit is contained in:
parent
8236c1c788
commit
c628c38cc4
@ -23,7 +23,7 @@
|
||||
# - title by author
|
||||
# }}}
|
||||
|
||||
{{{ 6.2.0 2022-07-29
|
||||
{{{ 6.2.1 2022-07-29
|
||||
|
||||
:: new features
|
||||
|
||||
@ -79,6 +79,8 @@
|
||||
|
||||
- Fix Qt WebEngine creating cache folders outside of the calibre cache directory
|
||||
|
||||
- Version 6.2.1 fixes a regression in 6.2.0 that caused the Read button in the Content server to only work for PDF books
|
||||
|
||||
:: improved recipes
|
||||
- Frontline
|
||||
- HBR
|
||||
|
@ -5,7 +5,7 @@ from functools import lru_cache
|
||||
import sys, locale, codecs, os, collections, collections.abc
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (6, 2, 0)
|
||||
numeric_version = (6, 2, 1)
|
||||
__version__ = '.'.join(map(str, numeric_version))
|
||||
git_version = None
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user