mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
version 0.9.35
This commit is contained in:
parent
a7580f0ce0
commit
545344f5eb
@ -20,6 +20,67 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 0.9.35
|
||||
date: 2013-06-14
|
||||
|
||||
new features:
|
||||
- title: "News download: Add a framework for scraping javascript heavy sites using a full WebKit browser. Used by the new recipe for time.com"
|
||||
|
||||
- title: "DOCX Input: Add a markup analyzer that identifies and removes redundant markup generated by Word. This can result in much cleaner HTML and reductions in markup size of up to 50%"
|
||||
|
||||
- title: "DOCX Input: Add support for theme fonts"
|
||||
|
||||
- title: "calibredb list: Add an option to limit the number of results"
|
||||
|
||||
- title: "Get Books: Allow stopping an in progress search. While doing a search, the Search button becomes a Stop button, and clicking on it stops the current search."
|
||||
|
||||
- title: "When viewing the list of jobs in calibre, display the time at which the job was started."
|
||||
tickets: [1188906]
|
||||
|
||||
- title: "Conversion settings: When selecting the input/output profiles, show the profile screen size along with its description."
|
||||
|
||||
bug fixes:
|
||||
- title: "Get Books: Fix searching using the title/author being case-sensitive and therefore sometimes not returning results if uppercase characters were used in the query."
|
||||
|
||||
- title: "EPUB/AZW3 Output: When splitting HTML on page breaks, preserve tag structure in the split files. This fixes splitting losing some styling information for HTML files that define page breaks on deeply nested tags."
|
||||
tickets: [1188768]
|
||||
|
||||
- title: "DOCX Input: Fix some manual page breaks being ignored"
|
||||
|
||||
- title: "DOCX Input: Fix empty paragraphs not being rendered"
|
||||
|
||||
- title: "DOCX Input: Fix some text being underlined incorrectly. The 'none' underline style was being translated incorrectly."
|
||||
tickets: [1189311]
|
||||
|
||||
- title: "E-book viewer: When viewing EPUB files, ignore any encoding declarations in the HTML and assume that the HTML is encoded in UTF-8, unless decoding with UTF-8 fails. This is what the EPUB specification specifies."
|
||||
tickets: [1188843]
|
||||
|
||||
- title: "AZW3 Output: Fix a typo that could prevent conversion of some files"
|
||||
|
||||
- title: "calibredb list: When outputting data in columns, handle multibyte and east asian characters correctly."
|
||||
tickets: [1190476]
|
||||
|
||||
- title: "Get Books: Fix unable to change case of words in the title/author/keywords boxes because of completion."
|
||||
|
||||
- title: "Fix unable to clear custom date columns using the bulk metadata edit dialog"
|
||||
tickets: [1190463]
|
||||
|
||||
- title: "MOBI Output: Fix regression that breaks conversion of some documents"
|
||||
tickets: [1188635]
|
||||
|
||||
improved recipes:
|
||||
- La Nacion
|
||||
- Frontline
|
||||
- New York Time Sports Beat
|
||||
- Time
|
||||
- Times of India
|
||||
- Las Vegas Review Journal
|
||||
- Folha de Sao Paolo
|
||||
|
||||
new recipes:
|
||||
- title: Neu Osnabrucker Zeitung
|
||||
author: Krittika Goyal
|
||||
|
||||
- version: 0.9.34
|
||||
date: 2013-06-07
|
||||
|
||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (0, 9, 34)
|
||||
numeric_version = (0, 9, 35)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user