From e4e5e4a47a1ae1303dd38b3202fc3e2befc663d4 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Mon, 25 Mar 2013 12:57:24 -0500
Subject: [PATCH] Bump versions, update index.html.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app.yaml b/app.yaml
index 352c3d50..967e0872 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-47
+version: 4-4-48
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 62a4c84b..bddeb478 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
- version = (1, 7, 14)
+ version = (1, 7, 15)
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 a99b83d2..d8e90631 100644
--- a/index.html
+++ b/index.html
@@ -57,8 +57,8 @@
Changes:
- - Yet more fixes for yet more fimfiction.net changes.
- - Add "add_to_" feature to ini config. Allow higher priority sections to *add* to any ini param rather than replace it.
+ - Add seriesUrl (and generated seriesHTML) as valid metadata entries. The default series on title_page is now a link.
+ - Add user/pass for dokuga.com.
@@ -69,7 +69,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 }}