diff --git a/app.yaml b/app.yaml
index 196a681..d04aac4 100644
--- a/app.yaml
+++ b/app.yaml
@@ -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
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index a728ca1..cbafc55 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -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
diff --git a/index.html b/index.html
index 5ed477f..fc8c0da 100644
--- a/index.html
+++ b/index.html
@@ -57,11 +57,16 @@
Changes:
- - New BeautifulSoup and html5lib parsers, update chardet library.
- - Fixes for FimFiction.net changes--thanks FaceDeer.
- - Update for csiforensics.com adapter--make site specific instead of Base eFiction--thanks scout78.
- - Add new site fanfiction-junkies.de--thanks scout78.
- - Rename castlefans.org to fanfic.castletv.net
+ - Fixed fictionmania.tv adapter and updated to use new HTML parser -- thanks, cryzed.
+ - Fixes for FicWad changes and problems with FicWad login.
+ - Collect either Codes or (Site) Tags for storiesonline.net.
+ - Add 'score' site specific metadata for storiesonline.net -- thanks davidfor.
+ - Accept alternate story URL forms for fictionmania.tv -- thanks, cryzed.
+ - Deal with squidge/peja injecting Google Analytics script block.
+ - Change www.hpfanficarchive.com -> hpfanficarchive.com.
+ - Fix for nested HTML comments with old HTML parser.
+ - Remove a debug print in TtH--causes problems with web version.
+
- Known issue: Specific metadata 'eroticatags' for literotica.com doesn't work on all stories.
- Known issue: Metadata collection is not as complete for 'Base eFiction' adapters.
@@ -74,7 +79,7 @@
If you have any problems with this application, please
report them in
the FanFictionDownLoader Google Group. The
- Previous Version is also available for you to use if necessary.
+ Previous Version is also available for you to use if necessary.
{{ error_message }}