From b6da2c9d6880a9b38e2cffd9b544ca97ac5b4f24 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Aug 2010 11:22:30 -0600 Subject: [PATCH] version 0.7.16 --- Changelog.yaml | 53 ++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- src/calibre/devices/kindle/driver.py | 3 +- 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index d75c1008fb..34beb86956 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,59 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.16 + date: 2010-08-27 + + new features: + - title: "Driver for the Kindle 3" + + - title: "Users can now customize what actions appear in the toolbar and context menus via Preferences->Interface->Toolbars" + + - title: "Draw a thin broder around the cover in the edit metadata dialog." + tickets: [6605] + + - title: "Create (almost) all temporary files in a subdirectory so as not to clutter up temp directory" + + - title: "FB2 Output: Add option to try to generate FB2 sections from the TOC. This may or may not work, depending on the file, so use with care." + + - title: "Add an option to remove all tags from selected books in the bulk metadata editor." + + - title: "Add a tweak to control how the dates in the Date column are formatted." + + bug fixes: + - title: "Fix regression in 0.7.15 that broke the Similar books action and the add books to library from device action" + tickets: [6630, 6576] + + - title: "Add ZIP and RAR to the input format order preferences." + tickets: [5879] + + - title: "Update podofo in all binary builds to 0.8.2. Should fix bug where setting metadata in some PDF files would cause file truncation." + + - title: "Add/remove header wizard: When running on PDF input, replace non breaking spaces with normal spaces, since it is hard to write regexps to match non breaking spaces with the regex builder wizard." + + - title: "Fix crash is user tries to switch libraries whiel a device is being detected" + tickets: [6589] + + - title: "Title sort now ignores leading quite character. Only applies to newly added books." + tickets: [6594] + + - title: "Conversion pipeline: Don't fail if parsing extra css raises an exception. Instead just ignore it." + + - title: "SONY driver: Use the tz field (available in newer readers) to set timestamps correctly, when available." + + - title: "Shortening file paths: Handle the case of very long filenames with periods in them." + title: [6566] + + new recipes: + - title: "The TMZ and Atlanta Journal Constitution" + author: Tony Stegall + + - title: "Consumerist and Gawker Media" + author: Trickery + + improved recipes: + - National Review Online + - version: 0.7.15 date: 2010-08-20 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 3af8890990..6ecdf93084 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.15' +__version__ = '0.7.16' __author__ = "Kovid Goyal " import re diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 101d168ae4..a369b04929 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -25,7 +25,8 @@ system/userannotationlog collections.json refers to books via a SHA1 hash of the absolute path to the book (prefix is /mnt/us on my Kindle). The SHA1 hash may or may not be prefixed -by some characters, use the last 40 characters. +by some characters, use the last 40 characters. For books from Amazon, the ASIN +is used instead. Changing the metadata and resending the file doesn't seem to affect collections