mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-26 02:35:32 +01: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
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-19
|
||||
version: 4-4-20
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
|
|||
description = 'UI plugin to download FanFiction stories from various sites.'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (1, 5, 43)
|
||||
version = (1, 5, 44)
|
||||
minimum_calibre_version = (0, 8, 30)
|
||||
|
||||
#: 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.
|
||||
<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>
|
||||
Questions? Check out our
|
||||
|
|
|
|||
Loading…
Reference in a new issue