Bump versions.

This commit is contained in:
Jim Miller 2014-08-04 13:33:21 -05:00
parent 53d76052a8
commit 2320e118b3
3 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 2-0-00
version: 2-0-01
runtime: python27
api_version: 1
threadsafe: true

View file

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

View file

@ -60,9 +60,12 @@
</p>
<p>
<ul>
<li>New German language site bdsm-geschichten.net, thanks to doe5716.</li>
<li>New site tolkienfanfiction.com, thanks to doe5716.</li>
<li>Add other languages for literotica.com, thanks to doe5716.</li>
<li>Fixes for bloodshedverse & spikelover having html tags in title, etc.</li>
<li>Known issue: Password protected FimFiction.net stories aren't working. FimF changed API access.</li>
<li>Known issue: Specific metadata 'eroticatags' for literotica.com doesn't work on all stories.</li>
<li>Reset version number to align with caliber plugin version.</li>
</ul>
</p>
<p>
@ -73,7 +76,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-5-07.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
<a href="http://2-0-00.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
</p>
<div id='error'>
{{ error_message }}