From 0a6f1c5f22fe427391efdbde51416b4d544a0526 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 27 Jun 2010 20:59:10 -0600 Subject: [PATCH] version 0.7.6 --- Changelog.yaml | 47 ++++++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/Changelog.yaml b/Changelog.yaml index 98615c4770..0499958401 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,53 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.6 + date: 2010-06-28 + + new features: + - title: "Add support for the new firmware of the Azbooka" + tickets: [5994] + + - title: "A few speedups for calibre startup, should add up to a few seconds of startup time on slower machines" + + - title: "Support for the Sweem MM300" + + - title: "Add keyboard shorcut for Download metadata and covers" + + bug fixes: + - title: "Fix regression in 0.7.5 that broke conversion of malformed HTML files (like those Microsoft Word outputs)" + type: major + tickets: [5991] + + - title: "Don't download tags from librarything, as the tagging there is not very good" + + - title: "Add mimetype for FB2 so that it can be served by the content server" + tickets: [6011] + + - title: "Ensure cover is not resized to less than the available space in the Edit Meta Information dialog" + tickets: [6001] + + - title: "SONY driver: Only update collections when sending book to device for the first time" + + - title: "calibre should now work on windows when the location for the library contains non-ascii characters" + tickets: [5983] + + - title: "Cover browser once again distorts instead of cropping covers that have an incorrect aspect ratio" + + - title: "ISBNDb metadata plugin: Fix bug causing only first page of results to be fetched" + + - title: "Move iTunes driver to the bottom so that it doesn't interfere with device detection for people that have iphones and an ereader plugged in" + + improved recipes: + - Houston Chronicle + - Hindu + - Times of India + - New York Times + + new recipes: + - title: Winnipeg Sun + author: rty + - version: 0.7.5 date: 2010-06-25 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index c790f29ad2..628a205bd9 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.5' +__version__ = '0.7.6' __author__ = "Kovid Goyal " import re