From 888e4e001ce751d847980d640c1009d2ac0ba43b Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Wed, 28 Jan 2015 13:30:51 -0600
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 8 +++++---
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/app.yaml b/app.yaml
index 10b11a2..0079c7b 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-1-02
+version: 2-1-03
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 1304477..c75d30b 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, 1, 2)
+ version = (2, 1, 3)
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 88cb987..b7874c5 100644
--- a/index.html
+++ b/index.html
@@ -57,8 +57,10 @@
Changes:
- - Add universe & crossoverfandom site-specific to ksarchive, clean up ini files.
- - Fixes for FimF, thanks FaceDeer.
+ - Add slow_down_sleep_time:2 to AO3 defaults.
+ - Fix setDescription for adapter_tolkienfanfiction.
+ - Some improvements to replace_br_with_p heuristics, thanks Asbjorn.
+ - Fix for Sequels for FimF.
- 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.
@@ -72,7 +74,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 }}