mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 0.9.39
This commit is contained in:
parent
309136e88a
commit
90599f9c46
@ -20,6 +20,45 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 0.9.39
|
||||
date: 2013-07-12
|
||||
|
||||
new features:
|
||||
- title: "Bulk metadata edit: Add a checkbox to prevent the refreshing of the book list after the bulk edit. This means that the book list will not be resorted and any existing search/virtual library will not be refreshed. Useful if you have a large library as the refresh can be slow."
|
||||
|
||||
- title: "Allow manually marking a book in the calibre library as being on the device. To do so click the device icon in calibre, then right click on the book you want marked and choose 'Match book to library'. Once you are done marking all the books, right click the device icon and choose 'Update cached metadata'"
|
||||
|
||||
- title: "Driver for Coby Kyros MID1126"
|
||||
tickets: [1199410]
|
||||
|
||||
- title: "When adding formats to an existing book, by right clicking the add books button, ask for confirmation if some formats will be overwritten."
|
||||
|
||||
- title: "Add a tweak to restrict the list of output formats available in the conversion dialog. Go to Preferences->Tweaks to change it."
|
||||
|
||||
bug fixes:
|
||||
- title: "Amazon metadata download: Update plugin to deal with the new amazon.com website"
|
||||
|
||||
- title: "Edelweiss metadata download plugin: Workaround for advanced search being broken at the Edelweiss website."
|
||||
|
||||
- title: "Invalid data in the device database on sony readers could cause errors when sorting device collections, ignore those errors."
|
||||
|
||||
- title: "DOCX Input: Fix no page break being inserted before the last section."
|
||||
tickets: [1198414]
|
||||
|
||||
- title: "Metadata download dialog: Have the OK button enabled in the results screen as well."
|
||||
tickets: [1198288]
|
||||
|
||||
- title: "Get Books: Update empik store plugin"
|
||||
|
||||
improved recipes:
|
||||
- Houston Chronicle
|
||||
- cracked.com
|
||||
- mediapart.fr
|
||||
|
||||
new recipes:
|
||||
- title: Glenn Brenwald and Ludwig von Mises Institute
|
||||
author: anywho
|
||||
|
||||
- version: 0.9.38
|
||||
date: 2013-07-05
|
||||
|
||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (0, 9, 38)
|
||||
numeric_version = (0, 9, 39)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user