mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
version 0.7.18
This commit is contained in:
parent
286afdba34
commit
a1dd9efed0
@ -4,6 +4,83 @@
|
|||||||
# 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.18
|
||||||
|
date: 2010-09-10
|
||||||
|
|
||||||
|
new features:
|
||||||
|
- title: "All new Preferences dialog, with nicer layout and the ability to restore settings to defaults"
|
||||||
|
type: major
|
||||||
|
|
||||||
|
- title: "Add series info when available to generated cover. Also auto-resize the logo on the cover to ensure all text fits"
|
||||||
|
tickets: [6724]
|
||||||
|
|
||||||
|
- title: "On device column: Now indicates when multiple copies of the same book are present on the device"
|
||||||
|
|
||||||
|
- title: "Driver for the Gemei GM2000"
|
||||||
|
|
||||||
|
- title: "Extract fb2 files from zip container when adding to calibre. Can be disables by disabling the Archive Extract file type plugin."
|
||||||
|
tickets: [6739]
|
||||||
|
|
||||||
|
- title: "Switch to using raster icons for a small speedup in startup time"
|
||||||
|
|
||||||
|
bug fixes:
|
||||||
|
- title: "On device column: Fix matching bug when multiple books in the library have the same title and author"
|
||||||
|
|
||||||
|
- title: "Content server: Use /mobile version for Kindle browser"
|
||||||
|
|
||||||
|
- title: "E-book viewer: When adding a bookmark, a default name is generated"
|
||||||
|
tickets: [6450]
|
||||||
|
|
||||||
|
- title: "Hide visible menus before clearing toolbar."
|
||||||
|
tickets: [6706]
|
||||||
|
|
||||||
|
- title: "Batch conversion: Don't overwrite the insert page break before setting"
|
||||||
|
tickets: [6729]
|
||||||
|
|
||||||
|
- title: "Catalog generation: Fixed improper title display in catalog when title contains ':'. Added 'ondevice' field to CSV/XML catalog output (only with connected device|folder|iTunes). Added optional 'Series' section to generated catalogs with hyperlinks between books and series. Tweaks to catalog formatting."
|
||||||
|
|
||||||
|
- title: "Fix regression when checking database integrity with custom columns introduced in 0.7.17"
|
||||||
|
|
||||||
|
- title: "Sending email: Ignore geenric records when trying to resolve domain"
|
||||||
|
tickets: [6723]
|
||||||
|
|
||||||
|
- title: "Fix a bug where the open state of the splitter was not being saved on shutdown if the splitter had been closed at startup and was opened by dragging the center line"
|
||||||
|
|
||||||
|
- title: "MOBI Output: Fix bug generating index when chapter names contained non ASCII characters"
|
||||||
|
tickets: [6595]
|
||||||
|
|
||||||
|
- title: "PDF Input: Fix handling of more non ascii characters"
|
||||||
|
|
||||||
|
- title: "Content server: Triple AJAX timeout for main book list to 30 seconds"
|
||||||
|
|
||||||
|
- title: "Use ImageMagick instead of Qt to generate thumbnails when sending covers to device. Should fix corrupted nook covers on some windows installs"
|
||||||
|
|
||||||
|
- title: "FB2 Output: Improve creation of sections and fix a couple of bugs that could result in invalid output"
|
||||||
|
|
||||||
|
new recipes:
|
||||||
|
- title: "Journal Gazette"
|
||||||
|
author: cynvision
|
||||||
|
|
||||||
|
- title: "Milenio"
|
||||||
|
author: bmsleight
|
||||||
|
|
||||||
|
- 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:
|
||||||
|
- El Pais
|
||||||
|
- La Jornada
|
||||||
|
- nrcnext
|
||||||
|
- WSJ (free)
|
||||||
|
|
||||||
|
|
||||||
- version: 0.7.17
|
- version: 0.7.17
|
||||||
date: 2010-09-03
|
date: 2010-09-03
|
||||||
|
|
||||||
|
@ -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.17'
|
__version__ = '0.7.18'
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
Loading…
x
Reference in New Issue
Block a user