mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 09:26:29 +01:00
version 0.4.92
This commit is contained in:
parent
0de5dbf311
commit
39de428e71
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = 'calibre'
|
||||
__version__ = '0.4.91'
|
||||
__version__ = '0.4.92'
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
'''
|
||||
Various run time constants.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue