mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-23 09:14:18 +01:00
Bump versions.
This commit is contained in:
parent
2566e434ee
commit
17ab4a3d25
3 changed files with 4 additions and 11 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-56
|
||||
version: 4-4-57
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -26,7 +26,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, 23)
|
||||
version = (1, 7, 24)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
11
index.html
11
index.html
|
|
@ -57,14 +57,7 @@
|
|||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>New site: netraptor.org</li>
|
||||
<li>New site: asr3.slashzone.org</li>
|
||||
<li>New site: tokra.fandomnet.com</li>
|
||||
<li>Remove defunct site: www.jlaunlimited.com</li>
|
||||
<li>Fix author URLs for several sites with leading 'dir' in URL.</li>
|
||||
<li>Fix for no chapter name for one chapter stories on TtH.</li>
|
||||
<li>Improved error handling for mobi issues.</li>
|
||||
<li>Add 'url' to chapter custom formats and class="skip_on_ffdl_update" for updates.</li>
|
||||
<li>Don't strip lead/trail whitespace from replace_metadata, add feature \s->' ' in replace_metadata replacements.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
|
|
@ -75,7 +68,7 @@
|
|||
If you have any problems with this application, please
|
||||
report them in
|
||||
the <a href="http://groups.google.com/group/fanfic-downloader">FanFictionDownLoader Google Group</a>. The
|
||||
<a href="http://4-4-55.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
<a href="http://4-4-56.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
</p>
|
||||
<div id='error'>
|
||||
{{ error_message }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue