From 458b1739c752dac090f1866b735f85dc4bcfca7b Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Fri, 27 Feb 2015 09:41:43 -0600
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app.yaml b/app.yaml
index 0079c7b0..b8011f60 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-1-03
+version: 2-1-04
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index c75d30b1..dd2a81f5 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 = (2, 1, 3)
+ version = (2, 1, 4)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code
diff --git a/index.html b/index.html
index b7874c56..de5189ae 100644
--- a/index.html
+++ b/index.html
@@ -57,10 +57,10 @@
Changes:
- - Add slow_down_sleep_time:2 to AO3 defaults.
- - Fix setDescription for adapter_tolkienfanfiction.
- - Some improvements to replace_br_with_p heuristics, thanks Asbjorn.
- - Fix for Sequels for FimF.
+ - Change potionsandsnitches.net to potionsandsnitches.org.
+ - Add multi-author support for ksarchive.
+ - Add keep_title_attr option. Some sites(AO3) use a tags with title for in-text foreign language translations.
+ - Add language metadata for AO3.
- Known issue: Specific metadata 'eroticatags' for literotica.com doesn't work on all stories.
- Known issue: Metadata collection is not as complete for 'Base eFiction' adapters.
@@ -74,7 +74,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 }}