mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 2.32.1
This commit is contained in:
parent
9017475556
commit
b6f0d42c1a
@ -20,7 +20,7 @@
|
|||||||
# new recipes:
|
# new recipes:
|
||||||
# - title:
|
# - title:
|
||||||
|
|
||||||
- version: 2.32.0
|
- version: 2.32.1
|
||||||
date: 2015-07-17
|
date: 2015-07-17
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
@ -44,6 +44,8 @@
|
|||||||
- title: "Edit Book: Allow drag and drop of files onto dock icon on OS X"
|
- title: "Edit Book: Allow drag and drop of files onto dock icon on OS X"
|
||||||
|
|
||||||
bug fixes:
|
bug fixes:
|
||||||
|
- title: "There was a regression in 2.32.0 that caused conversion to PDF to fail, the fix for this was released in 2.32.1"
|
||||||
|
|
||||||
- title: "E-book viewer: Fix a regression in the previous release that caused the maximum text width setting in full screen mode to be ignored when switching from normal to full screen."
|
- title: "E-book viewer: Fix a regression in the previous release that caused the maximum text width setting in full screen mode to be ignored when switching from normal to full screen."
|
||||||
tickets: [1467164]
|
tickets: [1467164]
|
||||||
|
|
||||||
|
@ -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, 32, 0)
|
numeric_version = (2, 32, 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