From 9d00cb5797740a91df7e0194d6b019fee77b37dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Jan 2011 15:42:25 -0700 Subject: [PATCH] version 0.7.37 --- Changelog.yaml | 37 +++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/Changelog.yaml b/Changelog.yaml index e46d937411..699aa3a531 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,43 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.37 + date: 2011-01-02 + + new features: + - title: "This realease is mostly a bug fix release to fix various things that got broken by all the changes in 0.7.36" + + - title: "Tag browser: Move the configuration of the sub-category grouping from tweaks to the Preferences dialog" + + - title: "Tag browser: Allow changing the sub-categorization scheme from the right click menu" + + bug fixes: + - title: "Fix regression in 0.7.36 that caused the Tag Browser to break if you have items in it with empty sort values" + + - title: "Catalog generation: Fix various regressions introduced in 0.7.36 on windows" + description: > + "Database integrity check not working after catalog generation. Catalog generation failing with a file in use error. Spurious question marks appearing in the catalog" + + - title: "Catalog generation: Work on a copy of the library database so as not to lock it" + + - title: "Catalog generation: Handle merge of comments + custom field when custom filed is None" + + - title: "Fix regression that broke sort_columns_at_startup tweak in 0.7.36" + + - title: "Tag Browser: Fix the Manage X items in the right click menu, which broke in 0.7.36" + + - title: "Tag Browser: Fix grouping by name for authors" + + - title: "Nook color: Fix main memory and SD card swapped in calibre" + tickets: [8159] + + - title: "Fix regression in 0.7.36 that broke PDF Output when specifying a cover" + + - title: "Catalog generation: Fix regression in MOBI catalog that caused it to not appear as periodical on Kindle" + + - title: "Fix regression in 0.7.36 that broke opening the book details dialog by double clicking on the book details panel" + + - version: 0.7.36 date: 2011-01-01 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 8992468885..bc359a2b79 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.36' +__version__ = '0.7.37' __author__ = "Kovid Goyal " import re