Bump versions, make "Mark added/updated books when finished" default False.

This commit is contained in:
Jim Miller 2013-10-13 10:59:36 -05:00
parent 5c1ca5a188
commit 00a46a7cc0
4 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-75
version: 4-4-76
runtime: python27
api_version: 1
threadsafe: true

View file

@ -36,7 +36,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (1, 7, 46)
version = (1, 7, 47)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code

View file

@ -32,7 +32,7 @@ default_prefs['updateepubcover'] = False
default_prefs['keeptags'] = False
default_prefs['suppressauthorsort'] = False
default_prefs['suppresstitlesort'] = False
default_prefs['mark'] = True
default_prefs['mark'] = False
default_prefs['showmarked'] = False
default_prefs['urlsfromclip'] = True
default_prefs['updatedefault'] = True

View file

@ -57,8 +57,7 @@
<h3>Changes:</h3>
<p>
<ul>
<li>Fix for indeath.net--Thanks Besnef!</li>
<li>Better Non-BtVS/AtS detection for tthfanfic.org</li>
<li>New site: fictionpad.com</li>
</ul>
</p>
@ -78,7 +77,7 @@
If you have any problems with this application, please
report them in
the <a href="http://groups.google.com/group/fanfic-downloader">FanFictionDownLoader Google Group</a>. The
<a href="http://4-4-74.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
<a href="http://4-4-75.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
</p>
<div id='error'>
{{ error_message }}