mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-23 17:23:40 +01:00
Bump versions.
This commit is contained in:
parent
55eb39e8b2
commit
3a3d9959f7
3 changed files with 8 additions and 5 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 2-0-05
|
||||
version: 2-0-06
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -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, 5)
|
||||
version = (2, 0, 6)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
|
|
@ -60,10 +60,13 @@
|
|||
</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Changes for storiesonline.net site update, from davidfor.</li>
|
||||
<li>Fix for squidge.org/peja using a story URL for 'Site Map'.</li>
|
||||
<li>New Site: lotrfanfiction.com</li>
|
||||
<li>New Site: csi-forensics.com, thanks scout78.</li>
|
||||
<li>New Site: samandjack.net, thanks scout78.</li>
|
||||
<li>Fixes for sheppardweir.com, thanks scout78.</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>Known issue: Metadata collection is not as complete for 'Base eFiction' adapters.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
|
|
@ -74,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://2-0-04.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
<a href="http://2-0-05.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
</p>
|
||||
<div id='error'>
|
||||
{{ error_message }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue