From 0565cebd2498fbd14025681b875e98803d85b8aa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Jul 2010 14:12:43 -0600 Subject: [PATCH] version 0.7.11 --- Changelog.yaml | 64 ++++++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/Changelog.yaml b/Changelog.yaml index fade82b1ee..4b4a3626a5 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,70 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.11 + date: 2010-07-30 + + new features: + - title: "EPUB metadata: When setting metadata in an EPUB file, if it has a well defined image based cover, update it" + + - title: "Support for Droid X, Samsung Vibrant and Promedia ebook reader" + + - title: "Add entry to Connect/share menu to conveniently stop and start the Content Server" + + - title: "News download: Make the navbars on the section index pages more useful, adding links to net and previous section" + + - title: "Add a button to reset confirm dialogs to Preferences->General" + + + bug fixes: + - title: "Fix crash in edit metadata dialog if you click OK before cover download completes" + tickets: [6337] + + - title: "Kobo driver: Show a warning when the user tries to export/view .kobo files. Also add support for the new sofroot vendor id" + + - title: "Update check. Do not be fooled by a redirecting proxy when checking for new version" + tickets: [6325] + + - title: "Add book count to tooltip of library button in toolbar" + tickets: [6340] + + - title: "Content server: When serving OPDS feeds send the correct content-type header." + tickets: [6329] + + - title: "PDF Output: Don't insert blank pages before every individual HTML file in the ebook." + tickets: [6315] + + - title: "Fix saving of cover when path to book folder contains non ascii characters" + tickets: [6328] + + - title: "Fix regression that broke showing send to actions for multiple email accounts" + + - title: "Fix bug in handlling of hexadecimal entities" + tickets: [6305] + + - title: "SONY driver: More fixes to handle broken media.xml files" + tickets: [6296] + + - title: "Linux installer: Fix rendering of viewer icon and restrict all icons to 128x128 since GNOME can't handle large icons" + + - title: "RTF Input: Fix handling of hard linebreaks" + tickets: [6208] + + - title: "RTF Output: Fix regression that broke rendering of bold and italic text" + tickets: [6098] + + new recipes: + - title: "Draw and Cook" + author: Startson17 + + improved recipes: + - La Nacion + - Vecernje Novosti + - Der Tagesspiegel + - Die Zeit Nachrichten + - Toms Hardware (DE) + - Welt Online + - version: 0.7.10 date: 2010-07-23 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 3bfa589080..dc687cb2f6 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.7.10' +__version__ = '0.7.11' __author__ = "Kovid Goyal " import re