Update versions.

This commit is contained in:
Jim Miller 2012-10-28 12:29:10 -05:00
parent 5ca8ef00f0
commit 91ba99dee5
3 changed files with 24 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-30
version: 4-4-31
runtime: python27
api_version: 1
threadsafe: true

View file

@ -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, 6, 15)
version = (1, 6, 16)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code

View file

@ -54,14 +54,20 @@
much easier. </p>
</div>
<!-- put announcements here, h3 is a good title size. -->
<h3>Minor Fixes / Features</h3>
<h3>New Sites:</h3>
<p>
Only minor changes this time:
Two new sites thanks to besnef:
<ul>
<li>Fix for some stories on hpfandom.net</li>
<li>Fix for some stories on fimfiction.net</li>
<li>Add conditional replace_metadata feature</li>
<li>Extra metadata for fimfiction</li>
<li><a href="http://indeath.net">indeath.net</a></li>
<li><a href="http://www.jlaunlimited.com">www.jlaunlimited.com</a></li>
</ul>
</p>
<h3>New Fixes:</h3>
<p>
<ul>
<li>Fixes for changes to fanfiktion.de formatting.</li>
<li>Fix for bad author on twiwritenet with some skins.</li>
<li>Change from www.ncisfiction.com to www.ncisfiction.net due to the ncisfiction.com domain expiring.</li>
</ul>
</p>
<p>
@ -554,6 +560,16 @@
Use the URL of the story's chapter list, such as
<br /><a href="http://www.qaf-fic.com/atp/viewstory.php?sid=1234">http://www.qaf-fic.com/atp/viewstory.php?sid=1234</a>
</dd>
<dt>indeath.net</dt>
<dd>
Use the URL of the story's chapter list, such as
<br /><a href="http://www.indeath.net/blog/25-nightmare-in-death/">http://www.indeath.net/blog/25-nightmare-in-death/</a>
</dd>
<dt>www.jlaunlimited.com</dt>
<dd>
Use the URL of the story's first chapter, such as
<br /><a href="http://www.jlaunlimited.com/eFiction1.1/viewstory.php?sid=1234">http://www.jlaunlimited.com/eFiction1.1/viewstory.php?sid=1234</a>
</dd>
</dl>