From 00a46a7cc00557ab200e068bfd3f22f264d45822 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Sun, 13 Oct 2013 10:59:36 -0500
Subject: [PATCH] Bump versions, make "Mark added/updated books when finished"
default False.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
calibre-plugin/prefs.py | 2 +-
index.html | 5 ++---
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/app.yaml b/app.yaml
index 6f023c71..aeeb0c59 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-75
+version: 4-4-76
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 8c38894e..91a7367b 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -36,7 +36,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, 46)
+ version = (1, 7, 47)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code
diff --git a/calibre-plugin/prefs.py b/calibre-plugin/prefs.py
index 83672a53..fa9579c3 100644
--- a/calibre-plugin/prefs.py
+++ b/calibre-plugin/prefs.py
@@ -32,7 +32,7 @@ default_prefs['updateepubcover'] = False
default_prefs['keeptags'] = False
default_prefs['suppressauthorsort'] = False
default_prefs['suppresstitlesort'] = False
-default_prefs['mark'] = True
+default_prefs['mark'] = False
default_prefs['showmarked'] = False
default_prefs['urlsfromclip'] = True
default_prefs['updatedefault'] = True
diff --git a/index.html b/index.html
index b5bbb53d..63591cd1 100644
--- a/index.html
+++ b/index.html
@@ -57,8 +57,7 @@
Changes:
- - Fix for indeath.net--Thanks Besnef!
- - Better Non-BtVS/AtS detection for tthfanfic.org
+ - New site: fictionpad.com
@@ -78,7 +77,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 }}