diff --git a/Changelog.yaml b/Changelog.yaml index c4a8ffc2dd..f23566cb67 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -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 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 4ee7cb80be..78ea150821 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -2,7 +2,7 @@ __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = 'calibre' -__version__ = '0.6.54' +__version__ = '0.6.55' __author__ = "Kovid Goyal " import re