version 2.65.0

This commit is contained in:
Kovid Goyal 2016-08-26 05:37:52 +05:30
parent bd2c7c3934
commit 6e61642c16
2 changed files with 35 additions and 1 deletions

View File

@ -20,6 +20,40 @@
# new recipes: # new recipes:
# - title: # - title:
- version: 2.65.0
date: 2016-08-26
new features:
- title: "Driver for Kobo Aura One and Aura Edition 2"
- title: "Kobo driver: Add an option to ignore some collections on the device. The specified collections will not be touched by the driver."
- title: "Add an option in Preferences->Searching to make searching case-sensitive"
- title: "DOCX Input: Add support for right-to-left text/tables"
tickets: [1569771]
bug fixes:
- title: "Fix some icons/images in the user interface looking blurred in environments with High DPI scaling enabled, such as OS X retina screens"
- title: "DOCX Input: Fix images that have the # character in their filenames not being converted correctly."
tickets: [1616482]
- title: "ToC wizard: Fix generating toc from headings/xpath yielding unexpected results when tags are present out of sequence"
- title: "Edit Book: Fix drag and drop of text replacing non-breaking spaces with normal spaces"
- title: "E-book viewer: Fix duplicate names in hyphenation dictionary chooser."
tickets: [1615040]
- 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]
improved recipes:
- Le Scienze
- New Yorker
- version: 2.64.0 - version: 2.64.0
date: 2016-08-12 date: 2016-08-12

View File

@ -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, 64, 0) numeric_version = (2, 65, 0)
__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>"