version 2.37.0

This commit is contained in:
Kovid Goyal 2015-09-04 08:58:21 +05:30
parent 8fbbb485cd
commit 861c16ea5f
2 changed files with 29 additions and 1 deletions

View File

@ -20,6 +20,34 @@
# new recipes:
# - title:
- version: 2.37.0
date: 2015-09-04
new features:
- title: "Driver for the Lark Freebook reader device"
ticket: [1491543]
- title: "A redesigned busy spinner -- why should icons get all the love?"
- title: "When merging book records, show more information about the target book record."
tickets: [1490343]
- title: "A new icon theme 'Dark Blue' (Preferences->Look & Feel->Change icon theme)"
- title: "Add a check box to control copying ebook files when duplicating book records via the Add Empty Book dialog"
bug fixes:
- title: "Edit Book: Check Book: Fix automatic fixing of unsafe ids not working if the file containing the unsafe also needs to be fixed for an unsafe filename."
tickets: [1491728]
- title: "E-book viewer: Informative error message for themes button when no themes have been created"
- title: "Fix a regression that caused the library switch entries at the bottom of the library menu to not work when there are many libraries."
tickets: [1490096]
- title: "Get Books: Update Amazon EU store plugins for website changes"
- version: 2.36.0
date: 2015-08-28

View File

@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = u'calibre'
numeric_version = (2, 36, 0)
numeric_version = (2, 37, 0)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"