From 39de428e711ffb1e204bec14bf325f3a6a3c14c2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Oct 2008 11:32:31 -0700 Subject: [PATCH] version 0.4.92 --- src/calibre/constants.py | 2 +- src/calibre/manual/gui.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index adfeb90357..a8414a71d8 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.4.91' +__version__ = '0.4.92' __author__ = "Kovid Goyal " ''' Various run time constants. diff --git a/src/calibre/manual/gui.rst b/src/calibre/manual/gui.rst index 9e5afd2bd0..f53584fb1b 100644 --- a/src/calibre/manual/gui.rst +++ b/src/calibre/manual/gui.rst @@ -225,6 +225,10 @@ 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