From f26dabf956597b7b9b835488889bf6cbaab2d7a6 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Mon, 20 Oct 2014 17:06:15 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 9 ++++-----
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/app.yaml b/app.yaml
index b4c8aa63..8012f0e6 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-0-06
+version: 2-0-07
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 7dbfc155..d88db26b 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, 6)
+ version = (2, 0, 7)
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 45ab1aad..a1da4b19 100644
--- a/index.html
+++ b/index.html
@@ -60,10 +60,9 @@
- - New Site: lotrfanfiction.com
- - New Site: csi-forensics.com, thanks scout78.
- - New Site: samandjack.net, thanks scout78.
- - Fixes for sheppardweir.com, thanks scout78.
+ - Fixes for sites updates to: fimfiction.net (thanks, facedeer)
+ - Fixes for sites updates to: ficwad.com
+ - Fixes for sites updates to: archiveofourown.org
- Known issue: Password protected FimFiction.net stories aren't working. FimF changed API access.
- 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.
@@ -77,7 +76,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 }}