mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Bump versions.
This commit is contained in:
parent
cf13afbfe6
commit
b76407ad6b
3 changed files with 11 additions and 2 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
||||||
# ffd-retief-hrd fanfictiondownloader
|
# ffd-retief-hrd fanfictiondownloader
|
||||||
application: fanfictiondownloader
|
application: fanfictiondownloader
|
||||||
version: 4-4-19
|
version: 4-4-20
|
||||||
runtime: python27
|
runtime: python27
|
||||||
api_version: 1
|
api_version: 1
|
||||||
threadsafe: true
|
threadsafe: true
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
|
||||||
description = 'UI plugin to download FanFiction stories from various sites.'
|
description = 'UI plugin to download FanFiction stories from various sites.'
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
author = 'Jim Miller'
|
author = 'Jim Miller'
|
||||||
version = (1, 5, 43)
|
version = (1, 5, 44)
|
||||||
minimum_calibre_version = (0, 8, 30)
|
minimum_calibre_version = (0, 8, 30)
|
||||||
|
|
||||||
#: This field defines the GUI plugin class that contains all the code
|
#: This field defines the GUI plugin class that contains all the code
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,15 @@
|
||||||
New sites finestories.com, www.hpfanficarchive.com, svufiction.com, www.twilightarchives.com and www.wizardtales.net.
|
New sites finestories.com, www.hpfanficarchive.com, svufiction.com, www.twilightarchives.com and www.wizardtales.net.
|
||||||
<br />Thanks, Ida!
|
<br />Thanks, Ida!
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<h3>New Feature</h3>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
FFDL now supports multiple authors for AO3, TtH and
|
||||||
|
wraithbait.com. If you know of other sites we support
|
||||||
|
that can have more than one author per story, please let
|
||||||
|
us know.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Questions? Check out our
|
Questions? Check out our
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue