From 7d7091ccc33c5e790f1a317d0ad0185d63b0a433 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Jun 2010 17:24:54 -0600 Subject: [PATCH] version 0.7.0 --- Changelog.yaml | 7 +++++++ src/calibre/constants.py | 2 +- src/calibre/devices/apple/driver.py | 2 +- src/calibre/manual/gui.rst | 13 ++++--------- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index f23566cb67..8ec96fc055 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,13 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.0 + date: 2010-06-04 + + new features: + - title: "Go to http://calibre-ebook.com/new-in/seven to see what's new in 0.7.0" + type: major + - version: 0.6.55 date: 2010-05-28 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 78ea150821..e4a1c521c2 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.6.55' +__version__ = '0.7.0' __author__ = "Kovid Goyal " import re diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 461a729d50..dddd60cadf 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -1429,7 +1429,7 @@ class ITUNES(DevicePlugin): try: pythoncom.CoInitialize() self.iTunes = win32com.client.Dispatch("iTunes.Application") - result = self.iTunes.UpdateIPod() + self.iTunes.UpdateIPod() if wait: if DEBUG: sys.stdout.write(" waiting for iPad sync to complete ...") diff --git a/src/calibre/manual/gui.rst b/src/calibre/manual/gui.rst index 98e31b2252..dd0451c087 100644 --- a/src/calibre/manual/gui.rst +++ b/src/calibre/manual/gui.rst @@ -9,7 +9,7 @@ The Graphical User Interface *(GUI)* provides access to all library management and ebook format conversion features. The basic workflow for using |app| is to first add books to the library from your hard disk. |app| will automatically try to read metadata from the books and add them -to its internal database. Once they are in the database, you can performa various +to its internal database. Once they are in the database, you can perform a various :ref:`actions` on them that include conversion from one format to another, transfer to the reading device, viewing on your computer, editing metadata, including covers, etc. @@ -243,7 +243,7 @@ Now, you can access your saved search in the Tag Browser under "Searches". A sin Preferences --------------- -The Preferences dialog allows you to set some global defaults used by all of |app|. To access it, click the |cbi|. +The Preferences dialog allows you to change the way various aspects of |app| work. To access it, click the |cbi|. .. |cbi| image:: images/configuration.png @@ -251,7 +251,7 @@ The Preferences dialog allows you to set some global defaults used by all of |ap Guessing metadata from file names ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In the :guilabel:`Advanced` section of the configuration dialog, you can specify a regularexpression that |app| will use to try and guess metadata from the names of ebook files +In the :guilabel:`Add/Save` section of the configuration dialog, you can specify a regular expression that |app| will use to try and guess metadata from the names of ebook files that you add to the library. The default regular expression is:: title - author @@ -265,18 +265,13 @@ will be interpreted to have the title: Foundation and Earth and author: Isaac As .. tip:: If the filename does not contain the hyphen, the regular expression will fail. -.. tip:: - If you want to only use metadata guessed from filenames and not metadata read from the file itself, you can tell |app| to do this, via the configuration dialog, accessed by the button to the right - of the search box. - .. _book_details: Book Details ------------- .. image:: images/book_details.png -The Book Details display shows you extra information and the cover for the currently selected book. THe comments section is truncated if the comments are too long. To see the full comments as well as -a larger image of the cover, click anywhere in the Book Details area. +The Book Details display shows you extra information and the cover for the currently selected book. .. _jobs: