mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
version 0.6.55
This commit is contained in:
parent
53f02e555e
commit
ae5618c435
@ -4,6 +4,60 @@
|
||||
# for important features/bug fixes.
|
||||
# Also, each release can have new and improved recipes.
|
||||
|
||||
- version: 0.6.55
|
||||
date: 2010-05-28
|
||||
|
||||
new features:
|
||||
- title: "Support for the Nokia E71X"
|
||||
|
||||
- title: "EPUB Output: Generate a default one entry TOC if no TOC is present. This allows the EPUB to pass epubcheck and work on the Kobo"
|
||||
|
||||
- title: "Kobo driver: Add support for storage card"
|
||||
|
||||
- title: "PDF Output: Improved cover and comic handling"
|
||||
|
||||
- title: "EPUB metadata: When setting authors, always move the new dc:creator element to the top so broken implementations don't get confused"
|
||||
|
||||
bug fixes:
|
||||
- title: "Make the HTML shown in the regex builder closer to that actually processed by the conversion pipeline."
|
||||
tickets: [5549]
|
||||
|
||||
- title: "Fix tab ordering in Bulk edit meta information dialog"
|
||||
tickets: [5624]
|
||||
|
||||
- title: "EPUB Input: Ignore __MACOSX directories inside the EPUB file"
|
||||
|
||||
- title: "EPUB Input: Raise an appropriate error for DTBook EPUB files"
|
||||
|
||||
- title: "EPUB Output: Use correct SVG code when not preserving aspect ratio for covers"
|
||||
|
||||
- title: "Use PNP drive number based sorting on windows when the device has identical main memory and card ids"
|
||||
|
||||
new recipes:
|
||||
- title: Infomotori
|
||||
author: Gabriele Marini
|
||||
|
||||
- title: Las Vegas Review
|
||||
author: Joel
|
||||
|
||||
- title: Troitskiy variant
|
||||
author: Vadim Dyadkin
|
||||
|
||||
- title: American Thinker
|
||||
author: Walt Anthony
|
||||
|
||||
- title: The Observer
|
||||
author: jbambridge
|
||||
|
||||
improved recipes:
|
||||
- The BBC
|
||||
- The New York Times
|
||||
- Wired
|
||||
- Corriere della Serra
|
||||
- Leggo
|
||||
- darknet
|
||||
- Freakonomics Blog
|
||||
|
||||
- version: 0.6.54
|
||||
date: 2010-05-21
|
||||
|
||||
|
@ -2,7 +2,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = 'calibre'
|
||||
__version__ = '0.6.54'
|
||||
__version__ = '0.6.55'
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
import re
|
||||
|
Loading…
x
Reference in New Issue
Block a user