From c7d0a562bc4c91fd3a33623026b69059adcf5211 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 May 2011 10:14:05 -0600 Subject: [PATCH] version 0.8.3 --- Changelog.yaml | 62 +++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- src/calibre/gui2/wizard/__init__.py | 2 +- 3 files changed, 64 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index f57a545aec..48770df7ab 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -19,6 +19,68 @@ # new recipes: # - title: +- version: 0.8.3 + date: 2011-05-27 + + new features: + - title: "Allow the coloring of columns in the book list." + description: "You can either create a custom column with a fixed set of values and assign a color to each value, or you can use the calibre template language to color any column in arbitrarily powerful ways. For example, you can have the title appear in red if the book has a particular tag." + type: major + + - title: "Support for the Nook Simple Reader" + + - title: "Get Books, new stores: Virtualo, lulu.net" + + - title: "A store chooser dialog for Get Books (click the little preferences icon at the bottom of the Get Books screen)." + + - title: "Add a merge_lists, and, or, not template functions to the calibre template language" + + - title: "EPUB Output: Change any white-space:pre declarations in the CSS to pre-wrap to accomodate readers that cannot scroll horizontally." + tickets: [786722] + + - title: "Windows installer: Remember and use previous installation folder when upgrading. Note that this will work for future upgrades, after this one." + + bug fixes: + - title: "MOBI Output: Fix hidden tags with id attributes also hiding their trailing text" + tickets: [788570] + + - title: "Fix switching from one news source to another via a search not saving changes to the scheduling of the first source" + tickets: [774849] + + - title: "Dont allow user to use non email usernames when setting up Hotmail or Gmail accounts" + + - title: "Amazon metadata download: Use separate identifiers for country specific downloads so that the links to Amazon in the Book details panel work when downloading metadata from country specific amazon websites." + tickets: [786146] + + - title: "Nicer error message when user attempts to set title/author via Edit metadata dialog and one of the files is open in another program." + + - title: "Fix {id} not working in send to device templates" + + - title: "Windows: If creating a bytestring temp dir fails, create a unicode one and hope the rest of calibre can handle it" + + - title: "Get Books: Fix some results from Amazon missing." + tickets: [785962] + + improved recipes: + - Kathermini + - Faz.net + - The Washington Post + - El Mundo + - Marca + - The Nation + + new recipes: + - title: Various German news sources + author: schuster + + - title: "George R. R. Martin's Blog" + author: Darko Miletic + + - title: "Focus (DE) and National Geographic" + auhtor: Anonymous + + + - version: 0.8.2 date: 2011-05-20 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index ef46b0bef2..81b8eccdbc 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -4,7 +4,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = u'calibre' -numeric_version = (0, 8, 2) +numeric_version = (0, 8, 3) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal " diff --git a/src/calibre/gui2/wizard/__init__.py b/src/calibre/gui2/wizard/__init__.py index e139cee191..5875373dfe 100644 --- a/src/calibre/gui2/wizard/__init__.py +++ b/src/calibre/gui2/wizard/__init__.py @@ -164,7 +164,7 @@ class Sony900(Sony505): class Nook(Sony505): id = 'nook' - name = 'Nook' + name = 'Nook and Nook Simple Reader' manufacturer = 'Barnes & Noble' output_profile = 'nook'