mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 6.14.1
This commit is contained in:
parent
42a4e729ca
commit
3a43e6bb0a
@ -23,7 +23,7 @@
|
|||||||
# - title by author
|
# - title by author
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
{{{ 6.14.0 2023-03-10
|
{{{ 6.14.1 2023-03-16
|
||||||
|
|
||||||
:: new features
|
:: new features
|
||||||
|
|
||||||
@ -43,6 +43,12 @@
|
|||||||
|
|
||||||
- [2009735] Check book: Fix some incorrect line numbers reported in a few CSS error messages
|
- [2009735] Check book: Fix some incorrect line numbers reported in a few CSS error messages
|
||||||
|
|
||||||
|
- Fix regression in 6.14.0 that caused some generated resources to be excluded from the calibre source bundle
|
||||||
|
|
||||||
|
- [2011586] Fix regression in 6.14.0 that broke using paths with single quotes in them for the calibre library
|
||||||
|
|
||||||
|
- Fix ToC Editor on macOS in 6.14.0 not working inside the Edit book tool only
|
||||||
|
|
||||||
:: improved recipes
|
:: improved recipes
|
||||||
- Strange Horizons
|
- Strange Horizons
|
||||||
- The Saturday Paper
|
- The Saturday Paper
|
||||||
|
@ -5,7 +5,7 @@ from functools import lru_cache
|
|||||||
import sys, locale, codecs, os, collections, collections.abc
|
import sys, locale, codecs, os, collections, collections.abc
|
||||||
|
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
numeric_version = (6, 14, 0)
|
numeric_version = (6, 14, 1)
|
||||||
__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