mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 6.18.1
This commit is contained in:
parent
59ba5f8d1b
commit
8a8e2ed8de
@ -23,7 +23,7 @@
|
|||||||
# - title by author
|
# - title by author
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
{{{ 6.18.0 2023-05-26
|
{{{ 6.18.1 2023-05-26
|
||||||
|
|
||||||
:: new features
|
:: new features
|
||||||
|
|
||||||
@ -61,6 +61,8 @@
|
|||||||
|
|
||||||
- [2018548] Fix a regression in the previous release that broke the category manager dialog in some situations
|
- [2018548] Fix a regression in the previous release that broke the category manager dialog in some situations
|
||||||
|
|
||||||
|
- 6.18.1 fixes a regression that broke setting metadata and generating PDF files in the macOS and Linux binary builds
|
||||||
|
|
||||||
|
|
||||||
:: improved recipes
|
:: improved recipes
|
||||||
- NYTimes
|
- NYTimes
|
||||||
|
@ -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, 18, 0)
|
numeric_version = (6, 18, 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