mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
version 6.15.1
This commit is contained in:
parent
11bb21af15
commit
8007349155
@ -23,7 +23,7 @@
|
||||
# - title by author
|
||||
# }}}
|
||||
|
||||
{{{ 6.15.0 2023-04-07
|
||||
{{{ 6.15.1 2023-04-07
|
||||
|
||||
:: new features
|
||||
|
||||
@ -62,6 +62,8 @@
|
||||
|
||||
- [2012760] Comments editor: When copying to clipboard, copy clean HTML rather than the junk Qt produces
|
||||
|
||||
- Version 6.15.1 fixes an issue with the new URL scheme popping up incorrect book details windows
|
||||
|
||||
:: improved recipes
|
||||
- Saechsische Zeitung
|
||||
- LA Times
|
||||
|
@ -5,7 +5,7 @@ from functools import lru_cache
|
||||
import sys, locale, codecs, os, collections, collections.abc
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (6, 15, 0)
|
||||
numeric_version = (6, 15, 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