From 7534c03a375ba69a1d5ad4d4ebd0b2167071fba1 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Wed, 25 Jun 2014 19:09:02 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 8 +++-----
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/app.yaml b/app.yaml
index fa26dd0..f5a5926 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-5-06
+version: 4-5-07
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 70fdfe0..546bd09 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, 25)
+ version = (1, 8, 26)
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 44d9ce9..f0b69db 100644
--- a/index.html
+++ b/index.html
@@ -60,10 +60,8 @@
- - New site: fictionmania.tv -- Thanks, cryzed!
- - Fix for site recognizer to handle with/without www. using https URLs.
- - Fix for some utf8 descriptions on fimf.
- - Site specific metadata 'eroticatags' for literotica.com.
+ - Fixes for some metadata problems on various sites.
+ - Known problem: specific metadata 'eroticatags' for literotica.com doesn't work on all stories.
@@ -74,7 +72,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 }}