mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 0.9.41
This commit is contained in:
parent
6afb55fdfb
commit
9386518ff7
@ -20,6 +20,47 @@
|
|||||||
# new recipes:
|
# new recipes:
|
||||||
# - title:
|
# - title:
|
||||||
|
|
||||||
|
- version: 0.9.41
|
||||||
|
date: 2013-07-27
|
||||||
|
|
||||||
|
new features:
|
||||||
|
- title: "Add a button to clear the current virtual library easily"
|
||||||
|
|
||||||
|
- title: "Driver for Surftab Ventos"
|
||||||
|
tickets: [1204885]
|
||||||
|
|
||||||
|
- title: "Ebook-viewer: Allow re-ordering bookmarks in the bookmarks manager by drag and drop."
|
||||||
|
|
||||||
|
bug fixes:
|
||||||
|
- title: "DOCX Input: Fix conversion breaking for files that use heading style paragraphs to insert line rules"
|
||||||
|
|
||||||
|
- title: "Content server: Fix last search query not being fully sanitized in results page"
|
||||||
|
tickets: [1205385]
|
||||||
|
|
||||||
|
- title: "Book polishing: Fix page margins being removed if an unused font was found during subsetting of embedded fonts."
|
||||||
|
|
||||||
|
- title: "PDF Output: Do not error out when the input document uses a font that cannot be subset, such as the Symbol font. Instead print a warning and embed the full font."
|
||||||
|
tickets: [1203449]
|
||||||
|
|
||||||
|
- title: "Conversion: Fix a regression in the last release that broke conversion of a few files with comments just before a chapter start."
|
||||||
|
tickets: [1188635]
|
||||||
|
|
||||||
|
improved recipes:
|
||||||
|
- Something Awful
|
||||||
|
- Spektrum der Wissenschaft
|
||||||
|
- mediapart.fr
|
||||||
|
- Dilbert
|
||||||
|
- Antyweb
|
||||||
|
- Scientific American
|
||||||
|
- taz.de (RSS)
|
||||||
|
|
||||||
|
new recipes:
|
||||||
|
- title: Blindbuch and No names, No jackets
|
||||||
|
author: Armin Geller
|
||||||
|
|
||||||
|
- title: El Tribuno Salta and Jujuy
|
||||||
|
author: Darko Miletic
|
||||||
|
|
||||||
- version: 0.9.40
|
- version: 0.9.40
|
||||||
date: 2013-07-19
|
date: 2013-07-19
|
||||||
|
|
||||||
|
@ -4,7 +4,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__ = u'calibre'
|
__appname__ = u'calibre'
|
||||||
numeric_version = (0, 9, 40)
|
numeric_version = (0, 9, 41)
|
||||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user