From 6faa6850afe2815a64a988a31d877fc5df0156b1 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Tue, 13 May 2014 20:16:22 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app.yaml b/app.yaml
index 70a0810..69747bb 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-5-00
+version: 4-5-01
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 6d66d7b..4fdab55 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 = (1, 8, 19)
+ version = (1, 8, 20)
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 635828d..c5a536d 100644
--- a/index.html
+++ b/index.html
@@ -64,10 +64,10 @@
Changes:
- - Allow https URLs for fimfiction.net.
- - Both allow https URLs for squidge.org/peja and change canonical URLs for squidge.org/peja to https.
- - Fix for some stories' summaries on onedirectionfanfiction.com.
- - Add include/exclude metadata feature.
+ - Fix for AO3 story not found.
+ - Fix for storiesonline.net changing urls.
+ - Fix for fictionpad.com removing 'dislikes' in some(all?) cases.
+ - Fix for dark-solace.org metadata parsing.
@@ -78,7 +78,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 }}