mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-01 11:24:35 +02:00
Bump versions.
This commit is contained in:
parent
dc2116dd3e
commit
f276ca081f
3 changed files with 10 additions and 5 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-62
|
||||
version: 4-4-63
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -26,7 +26,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, 29)
|
||||
version = (1, 7, 30)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
11
index.html
11
index.html
|
|
@ -57,9 +57,9 @@
|
|||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>New Site: fanfic.potterheadsanonymous.com - Thanks Ida!</li>
|
||||
<li>New Site: www.simplyundeniable.com - Thanks Ida!</li>
|
||||
<li>Allow domain fanfic.mugglenet.com for mugglenet.com</li>
|
||||
<li>New Site: scarhead.net -- Thanks, Ida!</li>
|
||||
<li>Improved error reporting of fanfiction.net site errors</li>
|
||||
<li>New force_login parameter for phoenixsong.net site.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
|
@ -630,6 +630,11 @@
|
|||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://www.simplyundeniable.com/viewstory.php?sid=1234">http://www.simplyundeniable.com/viewstory.php?sid=1234</a>
|
||||
</dd>
|
||||
<dt>scarhead.net</dt>
|
||||
<dd>
|
||||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://scarhead.net/viewstory.php?sid=1234">http://scarhead.net/viewstory.php?sid=1234</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue