diff --git a/Changelog.yaml b/Changelog.yaml index d8a785dd43..f48d0fc2c0 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,72 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.6.43 + date: 2010-02-26 + + new features: + - title: "Support for the Teclast K3 and Elonex e-book readers" + + - title: "Add 'Recently Read' category to catalog if Kindle is connected when catalog is generated" + + - title: "When adding PRC/MOBI files that are actually Topaz files, change detected file type to Topaz" + + - title: "MOBI Output: If the SVG rasterizer is not avaialbale continue anyway" + + - title: "News download: When using the debug pipeline options, create a zip file named periodical.downloaded_recipe in the debug directory. This can be passed to ebook-convert to directly convert a previous download into an e-book." + + - title: "Add Apply button to catalog generation dialog" + + bug fixes: + - title: "When fetching metadata in the edit metadata dialog, use a python thread instead of a Qt thread. Hopefully this will fix the reports of crashes when fetching metadata" + + - title: "Refresh cover browser when a cover is changed via the edit meta information dialog" + + - title: "More device detection debug output on OS X" + + - title: "Download only covers should not also set social metadata" + tickets: [4966] + + - title: "Content server: If fail to bind to 0.0.0.0 try detecting and binding only to interface used for outgoing traffic" + + - title: "Handle poorly designed import plugins that return None on error" + + - title: "Move logic for removing inline navbars out of the BasicNewsRecipe class" + + - title: "MOBI metadata: When setting title, set in both PalmDoc and EXTH headers" + + - title: "MOBI metadata: Do not try to extarct embedded metadata from MOBI files larger than 4MB" + + - title: "Handle PDB files that contain PDF files" + tickets: [4971] + + - title: "PML Input: Various fixes" + tickets: [4959,4961] + + - title: "Fix reading MOBI metadata from files in zip/rar archives" + + - title: "Make extracting single files from RAR archives more efficient" + + - title: "No longer need Qt to generate default cover for news downloads" + + - title: "Catalog generation: fix for EPUB anchors beginning with numbers in Recently Added" + + - title: "Searching: Handle uppercase keywords correctly" + tickets: [4951] + + + new recipes: + - title: Gamasutra + author: Darko Miletic + + improved recipes: + - "Strategy+Business" + - Arizona Daily Star + - Heise + - New Scientist + - Various Serbian news feeds + - Houston and San Francisco Chronicles + - version: 0.6.42 date: 2010-02-20 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 8b5191ee5d..c2bf063ce5 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.42' +__version__ = '0.6.43' __author__ = "Kovid Goyal " import re