mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 2.57.1
This commit is contained in:
parent
6cd0016457
commit
3636e380f3
@ -20,7 +20,7 @@
|
|||||||
# new recipes:
|
# new recipes:
|
||||||
# - title:
|
# - title:
|
||||||
|
|
||||||
- version: 2.57.0
|
- version: 2.57.1
|
||||||
date: 2016-05-20
|
date: 2016-05-20
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
@ -62,6 +62,8 @@
|
|||||||
- title: "Preferences->Keyboard: Fix unable to use Alt+A and Alt+S as custom shortcuts."
|
- title: "Preferences->Keyboard: Fix unable to use Alt+A and Alt+S as custom shortcuts."
|
||||||
tickets: [1576721]
|
tickets: [1576721]
|
||||||
|
|
||||||
|
- title: "Version 2.57.1 is a hotfix to fix a regression that broke conversion of ODT files in 2.57.0"
|
||||||
|
|
||||||
improved recipes:
|
improved recipes:
|
||||||
- Folha de Sao Paolo
|
- Folha de Sao Paolo
|
||||||
- Barrons
|
- Barrons
|
||||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
|||||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
__appname__ = u'calibre'
|
__appname__ = u'calibre'
|
||||||
numeric_version = (2, 57, 0)
|
numeric_version = (2, 57, 1)
|
||||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user