mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 21:11:59 +02:00
Bump versions.
This commit is contained in:
parent
c6e06e66bd
commit
770162568e
3 changed files with 7 additions and 4 deletions
2
app.yaml
2
app.yaml
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue