From a1dd9efed0f804b2e6fd744b60b85d04166e855a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Sep 2010 13:03:14 -0600 Subject: [PATCH] version 0.7.18 --- Changelog.yaml | 77 ++++++++++++++++++++++++++++++++++++++++ src/calibre/constants.py | 2 +- 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/Changelog.yaml b/Changelog.yaml index edeb60febe..6b41c53e30 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,83 @@ # for important features/bug fixes. # 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 date: 2010-09-03 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 3e583e6f24..c72265b1fa 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -2,7 +2,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = 'calibre' -__version__ = '0.7.17' +__version__ = '0.7.18' __author__ = "Kovid Goyal " import re