mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 0.7.6
This commit is contained in:
parent
1af1070ea2
commit
0a6f1c5f22
@ -4,6 +4,53 @@
|
||||
# for important features/bug fixes.
|
||||
# Also, each release can have new and improved recipes.
|
||||
|
||||
- version: 0.7.6
|
||||
date: 2010-06-28
|
||||
|
||||
new features:
|
||||
- title: "Add support for the new firmware of the Azbooka"
|
||||
tickets: [5994]
|
||||
|
||||
- title: "A few speedups for calibre startup, should add up to a few seconds of startup time on slower machines"
|
||||
|
||||
- title: "Support for the Sweem MM300"
|
||||
|
||||
- title: "Add keyboard shorcut for Download metadata and covers"
|
||||
|
||||
bug fixes:
|
||||
- title: "Fix regression in 0.7.5 that broke conversion of malformed HTML files (like those Microsoft Word outputs)"
|
||||
type: major
|
||||
tickets: [5991]
|
||||
|
||||
- title: "Don't download tags from librarything, as the tagging there is not very good"
|
||||
|
||||
- title: "Add mimetype for FB2 so that it can be served by the content server"
|
||||
tickets: [6011]
|
||||
|
||||
- title: "Ensure cover is not resized to less than the available space in the Edit Meta Information dialog"
|
||||
tickets: [6001]
|
||||
|
||||
- title: "SONY driver: Only update collections when sending book to device for the first time"
|
||||
|
||||
- title: "calibre should now work on windows when the location for the library contains non-ascii characters"
|
||||
tickets: [5983]
|
||||
|
||||
- title: "Cover browser once again distorts instead of cropping covers that have an incorrect aspect ratio"
|
||||
|
||||
- title: "ISBNDb metadata plugin: Fix bug causing only first page of results to be fetched"
|
||||
|
||||
- title: "Move iTunes driver to the bottom so that it doesn't interfere with device detection for people that have iphones and an ereader plugged in"
|
||||
|
||||
improved recipes:
|
||||
- Houston Chronicle
|
||||
- Hindu
|
||||
- Times of India
|
||||
- New York Times
|
||||
|
||||
new recipes:
|
||||
- title: Winnipeg Sun
|
||||
author: rty
|
||||
|
||||
- version: 0.7.5
|
||||
date: 2010-06-25
|
||||
|
||||
|
@ -2,7 +2,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = 'calibre'
|
||||
__version__ = '0.7.5'
|
||||
__version__ = '0.7.6'
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
import re
|
||||
|
Loading…
x
Reference in New Issue
Block a user