mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-08 09:03:21 +01:00
Bump versions, etc.
This commit is contained in:
parent
9c245af0fd
commit
af09ac59a0
3 changed files with 16 additions and 3 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-35
|
||||
version: 4-4-36
|
||||
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, 7, 1)
|
||||
version = (1, 7, 2)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
15
index.html
15
index.html
|
|
@ -54,9 +54,17 @@
|
|||
much easier. </p>
|
||||
</div>
|
||||
<!-- put announcements here, h3 is a good title size. -->
|
||||
<h3>New Site:</h3>
|
||||
<p>
|
||||
New Spanish language site supported: www.potterfics.com (Thanks Dan!)
|
||||
</p>
|
||||
<h3>Fixes:</h3>
|
||||
<p>
|
||||
Set language to Italian for efpfanfic.net, allow replace_metadata to effect language metadata.
|
||||
<ul>
|
||||
<li>Remove site www.yourfanfiction.com--it's been gone for awhile.</li>
|
||||
<li>Correct AO3 extra metadata freefromtags to freeformtags. freefromtags will continue to work for those already using it.</li>
|
||||
<li>Workaround for fimfiction.net's API issue with non-viewable chapters given.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
Questions? Check out our
|
||||
|
|
@ -558,6 +566,11 @@
|
|||
Use the URL of any story chapter, such as
|
||||
<br /><a href="http://www.efpfanfic.net/viewstory.php?sid=12345">http://www.efpfanfic.net/viewstory.php?sid=12345</a>
|
||||
</dd>
|
||||
<dt>www.potterfics.com</dt>
|
||||
<dd>
|
||||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://www.potterfics.com/historias/127583">http://www.potterfics.com/historias/127583</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue