mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Bump versions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 2-1-00
|
||||
version: 2-1-01
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
||||
@@ -4,7 +4,7 @@ from __future__ import (unicode_literals, division, absolute_import,
|
||||
print_function)
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2013, Jim Miller'
|
||||
__copyright__ = '2014, Jim Miller'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
import sys
|
||||
@@ -42,7 +42,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
|
||||
description = _('UI plugin to download FanFiction stories from various sites.')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (2, 1, 0)
|
||||
version = (2, 1, 1)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
||||
+11
-6
@@ -57,11 +57,16 @@
|
||||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>New BeautifulSoup and html5lib parsers, update chardet library.</li>
|
||||
<li>Fixes for FimFiction.net changes--thanks FaceDeer.</li>
|
||||
<li>Update for csiforensics.com adapter--make site specific instead of Base eFiction--thanks scout78.</li>
|
||||
<li>Add new site fanfiction-junkies.de--thanks scout78.</li>
|
||||
<li>Rename castlefans.org to fanfic.castletv.net</li>
|
||||
<li>Fixed fictionmania.tv adapter and updated to use new HTML parser -- thanks, cryzed.</li>
|
||||
<li>Fixes for FicWad changes and problems with FicWad login.</li>
|
||||
<li>Collect either Codes or (Site) Tags for storiesonline.net.</li>
|
||||
<li>Add 'score' site specific metadata for storiesonline.net -- thanks davidfor.</li>
|
||||
<li>Accept alternate story URL forms for fictionmania.tv -- thanks, cryzed.</li>
|
||||
<li>Deal with squidge/peja injecting Google Analytics script block.</li>
|
||||
<li>Change www.hpfanficarchive.com -> hpfanficarchive.com.</li>
|
||||
<li>Fix for nested HTML comments with old HTML parser.</li>
|
||||
<li>Remove a debug print in TtH--causes problems with web version.</li>
|
||||
|
||||
<li>Known issue: Specific metadata 'eroticatags' for literotica.com doesn't work on all stories.</li>
|
||||
<li>Known issue: Metadata collection is not as complete for 'Base eFiction' adapters.</li>
|
||||
</ul>
|
||||
@@ -74,7 +79,7 @@
|
||||
If you have any problems with this application, please
|
||||
report them in
|
||||
the <a href="http://groups.google.com/group/fanfic-downloader">FanFictionDownLoader Google Group</a>. The
|
||||
<a href="http://2-0-10.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
<a href="http://2-1-00.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
</p>
|
||||
<div id='error'>
|
||||
{{ error_message }}
|
||||
|
||||
Reference in New Issue
Block a user