From bb96ecd5fc79acd19e533993acd1ba80eb6d2c3b Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Thu, 28 Mar 2013 12:30:57 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 5 ++---
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/app.yaml b/app.yaml
index d307ae34..31fb4dc2 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-50
+version: 4-4-51
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index cc124a09..58a41698 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, 17)
+ version = (1, 7, 18)
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 e8e03de1..a21c44e6 100644
--- a/index.html
+++ b/index.html
@@ -57,9 +57,8 @@
Changes:
- - Fix for changes to fanfiction.net.
- - 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.
+ - Add author to chapter TOC for multi-author stories on TtH and WraithBait.
+ (AO3 doesn't reliably report chapter author.)