mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 0.9.12
This commit is contained in:
parent
7e8dbcbaee
commit
ee9398ddf7
@ -19,6 +19,46 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 0.9.12
|
||||
date: 2012-12-28
|
||||
|
||||
new features:
|
||||
- title: "Drivers for Kibano e-reader and Slick ER-700-2"
|
||||
tickets: [1093570, 1093732]
|
||||
|
||||
- title: "Add support for downloading metadata from Amazon Brazil."
|
||||
tickets: [1092594]
|
||||
|
||||
- title: "Copy to library: Allow specifying the destination library by path."
|
||||
tickets: [1093231]
|
||||
|
||||
- title: "When adding empty books, allow setting of the series for the new books. Also select the newly added book records after adding."
|
||||
|
||||
- title: "PDF Output: Add a checkbox to override the page size defined by the output profile. This allows you to specify a custom page size even if the output profile is not set to default."
|
||||
|
||||
- title: "Add usb ids for newer kindle fire to the linux mtp driver"
|
||||
|
||||
bug fixes:
|
||||
- title: "Linux: Temporarily redirect stdout to get rid of the annoying and pointless message about mtpz during libmtp initialization"
|
||||
|
||||
- title: "Fix multiple 'All column' coloring rules not being applied"
|
||||
tickets: [1093574]
|
||||
|
||||
- title: "Use custom icons in the content server as well."
|
||||
tickets: [1092098]
|
||||
|
||||
improved recipes:
|
||||
- La Voce
|
||||
- Harpers Magazine (printed edition)
|
||||
- Pajamas Media
|
||||
- NSFW corp
|
||||
- The Hindu
|
||||
- Nikkei News
|
||||
|
||||
new recipes:
|
||||
- title: Various Ukranian news sources
|
||||
author: rpalyvoda
|
||||
|
||||
- version: 0.9.11
|
||||
date: 2012-12-21
|
||||
|
||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (0, 9, 11)
|
||||
numeric_version = (0, 9, 12)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user