mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 0.9.2
This commit is contained in:
parent
a186affcdc
commit
7ac8c16977
@ -19,6 +19,54 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 0.9.2
|
||||
date: 2012-10-11
|
||||
|
||||
new features:
|
||||
- title: "Wireless driver: Speed up deleting of multiple books"
|
||||
|
||||
- title: "E-book viewer: Add options to hide the scrollbar and show reading position in full screen mode."
|
||||
tickets: [1047450]
|
||||
|
||||
- title: "News download: Add a field to allow recipe authors to tell calibre to remove duplicate articles that a re present in more than one section from the download."
|
||||
|
||||
- title: "Metadata download: Turn off the use of the published date for the earliest edition a book as the published date. The earliest edition was identified via worldcat.org, which has rather poor data, leading to the occasional incorrect result. If you want this feature back, you can turn it on again via Preferences->Metadata download."
|
||||
|
||||
bug fixes:
|
||||
- title: "ODT Input: More workarounds for the image positioning markup produced by newer versions of LibreOffice."
|
||||
tickets: [1063207]
|
||||
|
||||
- title: "Metadata download dialog: Fix selected cover being changed when covers are re-sorted after download completes"
|
||||
|
||||
- title: "MTP driver: Ignore errors when getting the driveinfo.calibre file from the device and simply regenerate it"
|
||||
|
||||
- title: "E-book viewer: Use the system locale settings to display the 24/12 hour clock in full screen mode"
|
||||
tickets: [1063209]
|
||||
|
||||
- title: "Content Server: Make OPDS initial page respect the fields to display tweak"
|
||||
|
||||
- title: "Fix regression that caused calibre to not use OPF files when adding books recursively from directories with multiple books per directory"
|
||||
|
||||
- title: "KF8 Output: Fix handling of input documents that have URL unsafe characters in the file names of their images."
|
||||
tickets: [1062477]
|
||||
|
||||
- title: "Fix enumeration type custom column not being merged."
|
||||
tickets: [1061602]
|
||||
|
||||
improved recipes:
|
||||
- Pubblico Giornale
|
||||
- Der Spiegel
|
||||
- Shortlist
|
||||
- FHM UK
|
||||
- Countryfile
|
||||
- Cosmo UK
|
||||
- The Sun UK
|
||||
- NME
|
||||
|
||||
new recipes:
|
||||
- title: PVP Online, Mobile Nations, The Verge and Television Without Pity
|
||||
author: Krittika Goyal
|
||||
|
||||
- version: 0.9.1
|
||||
date: 2012-10-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, 1)
|
||||
numeric_version = (0, 9, 2)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user