diff --git a/app.yaml b/app.yaml
index 9e4eaa3..ccd790a 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-0-09
+version: 2-0-10
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index b455994..83741b4 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -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, 0, 9)
+ version = (2, 0, 10)
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 b95d801..1f798c7 100644
--- a/index.html
+++ b/index.html
@@ -57,10 +57,9 @@
Changes:
- - Fixes for site updates, password protected stories and images for fimfiction.net (thanks, facedeer and cryzed)
- - Add login on potterfics.com for adult rated fics
- - Change thewriterscoffeeshop.com to twcslibrary.net--you'll need to change your personal.ini from [www.thewriterscoffeeshop.com] to [www.twcslibrary.net] if you saved your TWCS login.
- - Fixes for ficwad user/pass protected stories.
+ - New Site: fhsarchive.com -- eFiction Base adapter.
+ - Fixes for storiesonline.net site changes--'codes' are now 'sitetags', thanks Jeff.
+ - Fix for literotica.com HTML.
- 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.
@@ -73,7 +72,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 }}