From d840bcb690ab8667002a3feed376b908be0d4104 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 23 Jul 2010 10:28:46 -0600 Subject: [PATCH] version 0.7.10 --- Changelog.yaml | 58 ++++++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/Changelog.yaml b/Changelog.yaml index d58c10d6dd..fade82b1ee 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,64 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.10 + date: 2010-07-23 + + new features: + - title: "Allow user customization of static resources such as icons and templates" + type: major + description: > + "You can now change the icons used in the User Interface and other static resources. Details on how to + do this are at: http://calibre-ebook.com/user_manual/customize.html#overriding-icons-templates-etcetera" + + - title: "Split the 'Send to device' button into two buttons, 'Connect/share' and 'Send to device'. The new 'Send to device' button will now only be available when a device is connected." + + - title: "Store column layout, saved searches and user categories seprately per calibre library. This makes it possible to easily switch between libraries with different custom column setups" + + - title: "See the last modofied date for each format in the edit metadata dialog via a tooltip" + tickets: [6252] + + - title: "PD Novel driver: Add support for uploading cover thumbnails to device" + + - title: "More sophisticated metadata extraction from HTML files" + tickets: [6223] + + bug fixes: + + - title: "Fix problems with a few windows installs caused by the upgrade to Qt 4.6.3 in the previous release. These would manifest as a not working Add Books button, or deletes not actually deleting files, etc." + + - title: "Restore configurability of toolbar, which was temporarily removed in 0.7.9. You can once again set icon size via Preferences->Interface" + + - title: "Fix regression in iTunes driver in 0.7.9 when sending series info" + + - title: "Search: Fix parsing of search terms that contain a word that starts with 'and' or 'or' and is not the first word" + + - title: "When merging records also merge metadata in custom columns" + tickets: [6120] + + - title: "When scrolling to show a particular row, handle the case when the first column is a custom column" + tickets: [6176] + + - title: "Fix SD card detection for The Augen Book" + tickets: [6224] + + - title: "CHM Input: Fix a couple of bugs that could cause crashes" + tickets: [6240] + + - title: "Conversion pipeline: Handle zero width elements with non zero indents gracefully" + tickets: [6230] + + new recipes: + - title: "daum.net" + author: trustin + + - title: "MIT Technology Review, Alternet, Waco Tribune Herald and Orlando Sentinel" + author: rty + + improved recipes: + - The BBC + - heise + - version: 0.7.9 date: 2010-07-17 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index ab23101b5d..3bfa589080 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.9' +__version__ = '0.7.10' __author__ = "Kovid Goyal " import re