From 59800117fa5bbfdc56cad865a805f565c1bdef36 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Mon, 3 Nov 2014 15:31:04 -0600
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 13 +++++--------
3 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/app.yaml b/app.yaml
index fa1cf3e9..9e4eaa3e 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-0-08
+version: 2-0-09
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 68d88d9b..b4559947 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, 8)
+ version = (2, 0, 9)
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 a1da4b19..b95d801b 100644
--- a/index.html
+++ b/index.html
@@ -55,15 +55,12 @@
Changes:
-
- Now supporting over 100 different sites! Thanks, cryzed, for pushing us over the top.
-
- - 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.
+ - 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.
- 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.
@@ -76,7 +73,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 }}