mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 06:34:04 +01:00
Bump versions.
This commit is contained in:
parent
51902662d1
commit
458b1739c7
3 changed files with 7 additions and 7 deletions
2
app.yaml
2
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
10
index.html
10
index.html
|
|
@ -57,10 +57,10 @@
|
|||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Add slow_down_sleep_time:2 to AO3 defaults.</li>
|
||||
<li>Fix setDescription for adapter_tolkienfanfiction.</li>
|
||||
<li>Some improvements to replace_br_with_p heuristics, thanks Asbjorn.</li>
|
||||
<li>Fix for Sequels for FimF.</li>
|
||||
<li>Change potionsandsnitches.net to potionsandsnitches.org.</li>
|
||||
<li>Add multi-author support for ksarchive.</li>
|
||||
<li>Add keep_title_attr option. Some sites(AO3) use a tags with title for in-text foreign language translations.</a></li>
|
||||
<li>Add language metadata for AO3.</li>
|
||||
|
||||
<li>Known issue: Specific metadata 'eroticatags' for literotica.com doesn't work on all stories.</li>
|
||||
<li>Known issue: Metadata collection is not as complete for 'Base eFiction' adapters.</li>
|
||||
|
|
@ -74,7 +74,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://2-1-02.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
<a href="http://2-1-03.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