From 4875265fd3dbea5da0312ed1595f25bae686d3d3 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Thu, 5 Dec 2013 13:15:59 -0600
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 6 ++++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/app.yaml b/app.yaml
index d8f82238..52561053 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-85
+version: 4-4-86
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 45d7c236..07409e7d 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, 01)
+ version = (1, 8, 02)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code
diff --git a/index.html b/index.html
index 0e0e7141..0e48360d 100644
--- a/index.html
+++ b/index.html
@@ -68,7 +68,9 @@
Changes:
- - Additional improvements to the replace_br_with_p heuristic HTML processing feature.
+ - New Site: trekiverse.org/efiction/
+ - Fix for higher rated stories with not logged in on tthfanfic.org.
+ - Add prequels/sequels & fix groups site specific metadata for fimfiction.net.
@@ -80,7 +82,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 }}