mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-10 11:40:24 +08:00
Bump versions, update index.html
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-27
|
||||
version: 4-4-28
|
||||
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, 6, 11)
|
||||
version = (1, 6, 12)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
||||
+18
-2
@@ -54,9 +54,18 @@
|
||||
much easier. </p>
|
||||
</div>
|
||||
<!-- put announcements here, h3 is a good title size. -->
|
||||
<h3>New Fixes</h3>
|
||||
<h3>New Site</h3>
|
||||
<p>
|
||||
New version containing some bug fixes, and a couple metadata features.
|
||||
New site www.qaf-fic.com (thanks, Ida!)
|
||||
</p>
|
||||
<h3>New Fixes/Features</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Fix grangerenchanted.com, sg1heliopolis.com & themasque.net.</li>
|
||||
<li>Add add_chapter_numbers: toconly option.</li>
|
||||
<li>Better handling of 'Anonymous' stories on AO3.</li>
|
||||
<li>Make just about all the output formatting customizable. See <a href="http://code.google.com/p/fanficdownloader/wiki/FanFictionDownLoaderCustomOutput">FanFictionDownLoaderCustomOutput</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
Questions? Check out our
|
||||
@@ -543,7 +552,14 @@
|
||||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://thehookupzone.net/CriminalMinds/viewstory.php?sid=1234">http://thehookupzone.net/CriminalMinds/viewstory.php?sid=1234</a>
|
||||
</dd>
|
||||
<dt>www.qaf-fic.com</dt>
|
||||
<dd>
|
||||
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>
|
||||
</dl>
|
||||
|
||||
|
||||
<p>
|
||||
A few additional things to know, which will make your life substantially easier:
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user