Bump versions.

This commit is contained in:
Jim Miller 2013-02-04 12:57:34 -06:00
parent c6e06e66bd
commit 770162568e
3 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-40
version: 4-4-41
runtime: python27
api_version: 1
threadsafe: true

View file

@ -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, 6)
version = (1, 7, 7)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code

View file

@ -56,9 +56,12 @@
<!-- put announcements here, h3 is a good title size. -->
<h3>Changes:</h3>
<p>
All minor changes this time.
<ul>
<li>Fix for a change in fimfiction.net's handling of password protected stories.</li>
<li>Fix for thewriterscoffeeshop.com's changed date format.</li>
<li>Improve error handling, add retry for restrictedsection.org.</li>
<li>Strip leading 0s from story ids for canonical ids in AO3.</li>
<li>Better fix for Nook hyphenation issue--Nook now honors adobe-hyphenate: none.</li>
<li>Fix broken lastupdate tags feature. Defaulted off for PI.</li>
</ul>
</p>
<p>