From 18ccdb6f88fc8a69ef5c5d24ab241061851f731e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 May 2010 12:02:38 -0600 Subject: [PATCH] version 0.6.52 --- Changelog.yaml | 59 ++++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- src/calibre/manual/faq.rst | 2 +- 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 235a720291..603ac97a40 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,65 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.6.52 + date: 2010-07-30 + + new features: + - title: "Support for the Kobo Reader and the HTC Desire" + + - title: "PDB Input: Add support for PDB files created with incorrect encodings" + + - title: "EPUB Output: Make the file size splitting algorithm more intelligent. If a split results in a tree that is very small, choose another split point." + + - title: "Add an entry to the Fetch News menu to fetch all scheduled news" + tickets: [5436] + + - title: "MOBI Output: When inserting metadata, hide the searchable version of the tags (append with ttt). They are still searchable, but not visible." + + bug fixes: + - title: "HTML Input: Handle case sensitive file systems on OS X" + tickets: [5083] + + - title: "EPUB Output: When rescaling PNG images, write out the rescaled data in PNG format as ADE cannot handle JPEG data in a PNG file" + + - title: "SONY drivers: Fix corner case that could cause errors when transferring books with series to the device." + tickets: [5431] + + - title: "Allow users to set the content server port to < 1025 (system ports) with a warning." + tickets: [5470] + + - title: "Don't popup an error message when adding books if the cover is not a valid image" + + - title: "SONY drivers: Fix bug that prevented detection SD cards that had the Sony Reader/database folders, but no cache.xml" + + - title: "EPUB Input: Handle invalid EPUB files that have manifest entries pointing to non existent files" + tickets: [5444] + + - title: "Fix the get cover/metadata from specific format buttons when the user has chosen to read metadata only from filenames" + tickets: [5445] + + - title: "Conversion pipeline: More robust conversion of HTML tags to text when detecting structure" + + - title: "Fix 'Open containing folder' does not work if the path name contains '#'" + tickets: [5424] + + + new recipes: + - title: The Old New Thing, Berlingske, ABC, Ultima Hora, China Daily, Dani + author: Darko Miletic + + - title: Arbetaren, Ekot and Fria Tidningen + author: Joakim Lindskog + + - title: Il Messaggero, Il Giornale and ADN Kronos + author: Gabriele Marini + + - title: Onion AV Club + author: Stephen Williams + + improved recipes: + - Jerusalem Post + - version: 0.6.51 date: 2010-04-30 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index d42f3c6d61..b470b3c239 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -2,7 +2,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = 'calibre' -__version__ = '0.6.51' +__version__ = '0.6.52' __author__ = "Kovid Goyal " import re diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 53d9477dc7..3b911a98ee 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -81,7 +81,7 @@ Device Integration What devices does |app| support? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -At the moment |app| has full support for the SONY PRS 300/500/505/600/700/900, Barnes & Noble Nook, Cybook Gen 3/Opus, Amazon Kindle 1/2/DX, Entourage Edge, Longshine ShineBook, Ectaco Jetbook, BeBook/BeBook Mini, Irex Illiad/DR1000, Foxit eSlick, PocketBook 360, Italica, eClicto, Iriver Story, Airis dBook, Hanvon N515, Binatone Readme, Teclast K3, SpringDesign Alex, various Android phones and the iPhone/iPad. In addition, using the :guilabel:`Save to disk` function you can use it with any ebook reader that exports itself as a USB disk. +At the moment |app| has full support for the SONY PRS 300/500/505/600/700/900, Barnes & Noble Nook, Cybook Gen 3/Opus, Amazon Kindle 1/2/DX, Entourage Edge, Longshine ShineBook, Ectaco Jetbook, BeBook/BeBook Mini, Irex Illiad/DR1000, Foxit eSlick, PocketBook 360, Italica, eClicto, Iriver Story, Airis dBook, Hanvon N515, Binatone Readme, Teclast K3, SpringDesign Alex, Kobo Reader, various Android phones and the iPhone/iPad. In addition, using the :guilabel:`Save to disk` function you can use it with any ebook reader that exports itself as a USB disk. How can I help get my device supported in |app|? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~