version 0.9.18

This commit is contained in:
Kovid Goyal 2013-02-08 11:20:21 +05:30
parent a842ddf9a4
commit 3a119cee9d
2 changed files with 51 additions and 1 deletions

View File

@ -19,6 +19,56 @@
# new recipes:
# - title:
- version: 0.9.18
date: 2013-02-08
new features:
- title: "New metadata source: Edelweiss, a catalog of books that is updated directly by publishers. To enable it, go to Preferences->Metadata download and enable the Edelweiss plugin."
tickets: [1091073]
- title: "Add an option to add extra spacing between rows in the book list. (Preferences->Look & Feel)"
tickets: [1117907]
- title: "Column coloring/icons: Add a 'days ago' condition, useable with columns that store dates to set colors/icons based on the number of days before today"
- title: "E-book viewer: Add shortcuts Ctrl+= and Ctrl+- to increase/decrease text size."
tickets: [ 1117524 ]
- title: "When showing possible duplicates after adding books, also show the file formats."
- title: "Driver for Trekstor Ventos Tablet"
bug fixes:
- title: "Conversion: When transliterating unicode characters, handle « and » correctly."
tickets: [1117270]
- title: "Fix adding books from multiple directories with multiple books per directory treating opf files as an ebook"
- title: "Fix download metadata window not resizable on smaller screens"
tickets: [1116849]
- title: "Tweak Book: When rebuilding azw3 files handle <a> tags that have name but not id attribute, these are apparently produced by kindlegen."
tickets: [ 1112934 ]
- title: "Fix regression in advanced column color rules."
tickets: [1118678]
improved recipes:
- El Mundo today
- fluter.de
- Birmingham Post
- Japan Times
- The Toronto Star
- Le Monde (subscription version)
- Globe and Mail
new recipes:
- title: VICE Magazine Deutschland
author: Alex
- title: Libertad Digital
author: Darko Miletic
- version: 0.9.17
date: 2013-02-01

View File

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