version 0.7.19

This commit is contained in:
Kovid Goyal 2010-09-17 14:04:56 -06:00
parent b46f658bec
commit 7e2fe87485
4 changed files with 94 additions and 10 deletions

View File

@ -4,6 +4,91 @@
# 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.7.19
date: 2010-09-17
new features:
- title: "The ability to perform search and replace via regular expressions in the Bulk Edit metadata dialog"
type: major
- title: "Add an option to have calibre automatically convert straight quotes to curly quotes. Also handles em/en-dashes and ellipses. Found under 'Look & Feel' in the conversion options"
type: major
tickets: [6808]
- title: "Greatly improve sorting performance on large libraries."
type: major
- title: "Drivers for the SONY PRS-350/PRS-650 and the Sovos E-reader"
- title: "Kobo driver: Add management of the I'm Reading list on Kobo via an Im_Reading tag in calibre. See http://www.mobileread.com/forums/showthread.php?t=98906 for details"
- title: "Conversion pipeline: Add an option to control how hard line breaks are removed during preprocessing. See the Structure Detection section in the conversion options"
- title: "In the Edit metadata dialog, indicate whether the author sort value matches the author value, using a background color"
- title: "Add an option to split the toolbar into two toolbars in Preferences->Interface->Look and Feel"
- title: "EPUB Output: Improved design of the 'jacket' page created by calibre when using the 'Insert metadata at start of book' option"
- title: "PDF Input: Improve line unwrapping, handling of hyphens/dashes and quotes. Also handle more specially encoded non ASCII characters"
bug fixes:
- title: "Fix regression in filename shortening that caused loss of filename extension"
- title: "Fix various regressions that could be triggered when using search restrictions and/or multi-sorts and connecting a device"
- title: "Database: Fix possible race condition in windows when changing title/author during move of book files, that could lead to old files not being deleted"
- title: "Conversion pipeline: Don't die if rescaling of image raises an exception, just ignore and continue"
- title: "Database: Update has_cover cache when setting/removing covers so that the search returns correct results. Also fix an exception that could occur when adding books with a db that has been upgraded from very old SQL."
- title: "Workaround for bug that affects some windows installs causing white backgrounds on default covers to be rendered as yellow"
- title: "Fix handling of non-ASCII chars when rendering series in default EPUB cover"
- title: "Fix --start-in-tray switch displays hidden windows in metacity, xfwm4 and compiz"
tickets: [6806]
- title: "Conversion pipeline: When setting margins on <body> explicitly set padding to 0 to override and existing padding in the input document"
- title: "CHM Input: Ignore missing image files in the input document"
tickets: [6773]
- title: "News download: Fix bug that could break some downloads in non ASCII locales"
- title: "TXT Output: When using preserve spaces, output tab characters as a sequence of four non-breaking spaces as some readers dont handle the 09 char code."
- title: "PDB Input: Fix bug in conversion of TOC in some PML files"
new recipes:
- title: "taz.de RSS"
author: Alexander Schremmer
- title: "Brand Eins"
author: Constantin Hofstetter
- title: "Winnipeg Free Press"
author: buyo
- title: "Buckmasters in the kitchen, The Walrus Magazine and Kansas City Star"
author: Tony Stegall
- title: "Europa Sur"
author: "Darko Miletic"
improved recipes:
- Harpers (free)
- Danas
- Novosti
- ESPN
- Taz Digiabo
- Slate
- AJC
- Infobae
- NSPM
- version: 0.7.18 - version: 0.7.18
date: 2010-09-10 date: 2010-09-10

View File

@ -4,7 +4,6 @@ __copyright__ = '2008-2010, Darko Miletic <darko.miletic at gmail.com>'
harpers.org harpers.org
''' '''
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
from calibre.ebooks.BeautifulSoup import Tag
class Harpers(BasicNewsRecipe): class Harpers(BasicNewsRecipe):
title = u"Harper's Magazine" title = u"Harper's Magazine"

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.7.18' __version__ = '0.7.19'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re import re

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>572</width> <width>679</width>
<height>703</height> <height>685</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -39,7 +39,7 @@
<item> <item>
<widget class="QTabWidget" name="central_widget"> <widget class="QTabWidget" name="central_widget">
<property name="currentIndex"> <property name="currentIndex">
<number>2</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tabWidgetPage1"> <widget class="QWidget" name="tabWidgetPage1">
<attribute name="title"> <attribute name="title">