From 2320e118b372c3d8b09739046bd58df366866602 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Mon, 4 Aug 2014 13:33:21 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 7 +++++--
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/app.yaml b/app.yaml
index 5fbf612..93deb25 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-0-00
+version: 2-0-01
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 7089e98..ad1f324 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, 0)
+ version = (2, 0, 1)
minimum_calibre_version = (1, 13, 0)
#: This field defines the GUI plugin class that contains all the code
diff --git a/index.html b/index.html
index 5d955b2..67e5e09 100644
--- a/index.html
+++ b/index.html
@@ -60,9 +60,12 @@
+ - New German language site bdsm-geschichten.net, thanks to doe5716.
+ - New site tolkienfanfiction.com, thanks to doe5716.
+ - Add other languages for literotica.com, thanks to doe5716.
+ - Fixes for bloodshedverse & spikelover having html tags in title, etc.
- 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.
- - Reset version number to align with caliber plugin version.
@@ -73,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 }}