From 67541de6480662915bce491a0635e00fdeb31b7d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 14 Oct 2011 05:21:05 +0530 Subject: [PATCH] version 0.8.22 --- Changelog.yaml | 88 ++++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- src/calibre/manual/faq.rst | 3 +- 3 files changed, 91 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index a0c41bac4b..35365d2c13 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -19,6 +19,94 @@ # new recipes: # - title: +- version: 0.8.22 + date: 2011-10-14 + + new features: + - title: "Input plugin for OCR-ed DJVU files (i.e. .djvu files that contain text. Only the text is converted)" + type: major + + - title: "Driver for the SONY PRS T1" + + - title: "Add a 'Back' button to the metadata download dialog while downloading covers, so that you can go back and select a different match if you dont lke the covers, instead of having to re-do the entire download." + tickets: [855055] + + - title: "Add an option in Preferences->Saving to disk to not show files in file browser after saving to disk" + + - title: "Get Books: Add the amazon.fr store. Remove leading 'by' from author names. Fix encoding issues with non English titles/names" + + - title: "Driver for Onyx BOOX A61S/X61S" + tickets: [872741] + + - title: "Kobo: Add support for uploading new covers to the device without converting the ePub. You can just resend the book to have the cover updated" + + - title: "Make it a little harder to ignore the fact that there are multiple toolbars when customizing toolbars" + tickets: [864589] + + bug fixes: + - title: "MOBI Input: Remove invalid tags of the form " + tickets: [872883] + + - title: "calibredb add_format does not refresh running calibre instance" + tickets: [872961] + + - title: "Conversion pipeline: Translate to CSS font-family" + tickets: [871388] + + - title: "When sending email add a Date: header so that amavis does not consider the emails to be spam" + + - title: "Fix for the problem where setting the restriction to an empty current search clears the restriction box but does not clear the restriction." + tickets: [871921] + + - title: "Fix generation of column coloring rules for date/time columns" + + - title: "Fix plugboard problem where customizations to formats accepted by a device were ignored." + + - title: "Enable adding of various actions to the toolbar when device is connected (they had been erroneously marked as being non-addable)" + + - title: "Fixable content in library check is not hidden after repair" + tickets: [864096] + + - title: "Catalog generation: Handle a corrupted thumbnail cache." + + - title: "Do not error out when user clicks stop selected job with no job selected." + tickets: [863766] + + improved recipes: + - automatiseringgids + - CNET + - Geek and Poke + - Gosc Niedzielny + - Dilbert + - Economist + - Ming Pao + - Metro UK + - Heise Online + - FAZ.net + - Houston Chronicle + - Slate + - Descopera + + new recipes: + - title: WoW Insider + author: Krittika Goyal + + - title: Merco Press and Penguin news + author: Russell Phillips + + - title: Defense News + author: Darko Miletic + + - title: Revista Piaui + author: Eduardo Simoes + + - title: Dark Horizons + author: Jaded + + - title: Various polish news sources + author: fenuks + + - version: 0.8.21 date: 2011-09-30 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 17be2bf47f..d4a0e3550c 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -4,7 +4,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = u'calibre' -numeric_version = (0, 8, 21) +numeric_version = (0, 8, 22) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal " diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 100bda532c..cde07e66f9 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -20,7 +20,7 @@ What formats does |app| support conversion to/from? |app| supports the conversion of many input formats to many output formats. It can convert every input format in the following list, to every output format. -*Input Formats:* CBZ, CBR, CBC, CHM, EPUB, FB2, HTML, HTMLZ, LIT, LRF, MOBI, ODT, PDF, PRC, PDB, PML, RB, RTF, SNB, TCR, TXT, TXTZ +*Input Formats:* CBZ, CBR, CBC, CHM, DJVU, EPUB, FB2, HTML, HTMLZ, LIT, LRF, MOBI, ODT, PDF, PRC, PDB, PML, RB, RTF, SNB, TCR, TXT, TXTZ *Output Formats:* EPUB, FB2, OEB, LIT, LRF, MOBI, HTMLZ, PDB, PML, RB, PDF, RTF, SNB, TCR, TXT, TXTZ @@ -28,6 +28,7 @@ It can convert every input format in the following list, to every output format. PRC is a generic format, |app| supports PRC files with TextRead and MOBIBook headers. PDB is also a generic format. |app| supports eReder, Plucker, PML and zTxt PDB files. + DJVU support is only for converting DJVU files that contain embedded text. These are typically generated by OCR software. .. _best-source-formats: