From 38ab66907b96dedbbf613d5569b31ce749b2f0d3 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Mon, 13 Jan 2014 19:05:36 -0600
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 16 +++++++---------
status.html | 10 +++-------
4 files changed, 12 insertions(+), 18 deletions(-)
diff --git a/app.yaml b/app.yaml
index 9b3f8d65..204bec31 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-89
+version: 4-4-90
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index a9c22043..3c77bb27 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, 06)
+ version = (1, 8, 07)
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 5281fec9..1bde06d3 100644
--- a/index.html
+++ b/index.html
@@ -48,13 +48,9 @@
fanfiction.net / fimfiction.net
- Fanfiction.net appears to be blocking access from Google
- App Engine, which prevents this web service. There's
- nothing I can do about it. At the time of writing, the
- latest CLI and calibre plugin versions worked.
-
- It appears that FimFiction.net is also blocking access from Google
- App Engine now.
+ As of Jan 13, 2014, fanfiction.net & fimfiction.net
+ are working again. I'd ask that users limit the number of
+ stories they download from those sites, thanks.
{% if authorized %}
@@ -68,7 +64,9 @@
Changes:
- - New site: literotica.com. Thanks to de3sw2aq1.
+ - Change default encoding for finestories.com.
+ - Change default encoding and improve metadata for storiesonline.net, thanks davidfor.
+ - Fixes for hpfanficarchive.com changes.
@@ -80,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 }}
diff --git a/status.html b/status.html
index 80d52c1a..de5e3282 100644
--- a/status.html
+++ b/status.html
@@ -53,13 +53,9 @@
{% if fic.failure %}
fanfiction.net / fimfiction.net
- FYI, fanfiction.net appears to be blocking access from Google
- App Engine, which prevents this web service. There's
- nothing I can do about it. At the time of writing, the
- latest CLI and calibre plugin versions worked.
-
-
It appears that FimFiction.net is also blocking access from Google
- App Engine now.
+ As of Jan 13, 2014, fanfiction.net & fimfiction.net
+ are working again. I'd ask that users limit the number of
+ stories they download from those sites, thanks.
{{ fic.failure }}
{% endif %}