mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 2.65.1
This commit is contained in:
parent
d55ec4e00b
commit
6e158af47c
@ -20,7 +20,7 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 2.65.0
|
||||
- version: 2.65.1
|
||||
date: 2016-08-26
|
||||
|
||||
new features:
|
||||
@ -49,6 +49,8 @@
|
||||
- title: "Fix a regression in the previous release that caused the completion popups for some custom column types in the book list to stop working."
|
||||
tickets: [1612640]
|
||||
|
||||
- title: "Version 2.65.1 contains a quick-fix for a typo in 2.65.0 that caused calibre to crash when a device is connected and the cover grid is enabled"
|
||||
|
||||
improved recipes:
|
||||
- Le Scienze
|
||||
- New Yorker
|
||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (2, 65, 0)
|
||||
numeric_version = (2, 65, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user