mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Pull from trunk
This commit is contained in:
commit
edebf94a89
@ -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
|
||||
|
||||
|
@ -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 <kovid@kovidgoyal.net>"
|
||||
|
||||
import re
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user