version 0.6.47

This commit is contained in:
Kovid Goyal 2010-04-09 12:22:29 +05:30
parent c70f0f21da
commit 5b8c23069c
2 changed files with 69 additions and 1 deletions

View File

@ -4,6 +4,74 @@
# for important features/bug fixes. # for important features/bug fixes.
# Also, each release can have new and improved recipes. # Also, each release can have new and improved recipes.
- version: 0.6.47
date: 2010-04-09
new features:
- title: "Saved searches"
type: major
description : >
"You can now save your frequently used searches and access them with a single click. For details
see http://calibre-ebook.com/user_manual/gui.html#search-sort"
- title: "Add searching by date/published date"
tickets: [5244]
- title: "News download: Implement is_link_wanted a method for context sensitive link filtering"
- title: "Preliminary drivers for The Entourage Edge and Samsung Moment"
- title: "Indicate number of matches when searching"
bug fixes:
- title: "Optimize performance with large libraries (several thousand books or more)."
type: major
description : >
"There should be a mojor speedup in operations like adding books and editing metadata
for users with large libraries of several thousand books or more."
- title: "Don't crash when converting EPUB files with missing NCX TOCs"
tickets: [5234]
- title: "RTF Input: Fix EPUBs generated from some RTF files not displaying in Stanza/iBooks"
tickets: [5231]
- title: "News download: Remove all <iframe> tags by default as the iPad can't handle them"
- title: "Fix tag browser being reset when editing metadata. Also speed up editing metadata by not generating notifications for individual changes."
- title: "Fix IndexError returned for metadata lookup with ISBN and blank author"
tickets: [5225]
- title: "EPUB Output: Generate default cover as an image. EPUB metadata: Speedup cover extraction for EPUB files that specify a raster cover."
- title: "Conversion pipeline: When generating filenames use case insensitive checks for pre-existing filenames"
- title: "Fix series entered during conversion not available in library view"
tickets: [5206]
- title: "Fix .desktop files generated by linux installer"
- title: "Make updating database schema more robust. Now updating the schema but failing to update the version should be impossible"
- title: "Fix reverse_article_order crashes recipe"
tickets: [5197]
new recipes:
- title: PC Quest, Living Digital
author: calibre Periodicals
- title: Diario Cordoba
author: Francisco
improved recipes:
- The Economist
- Sydney Morning Herald
- DNA India
- Harpers
- Le Monde Diplomatique
- version: 0.6.46 - version: 0.6.46
date: 2010-03-31 date: 2010-03-31

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
__appname__ = 'calibre' __appname__ = 'calibre'
__version__ = '0.6.46' __version__ = '0.6.47'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re import re