mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Bump versions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-5-04
|
||||
version: 4-5-05
|
||||
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 = (1, 8, 23)
|
||||
version = (1, 8, 24)
|
||||
minimum_calibre_version = (1, 13, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
||||
+8
-4
@@ -55,11 +55,15 @@
|
||||
</div>
|
||||
<!-- put announcements here, h3 is a good title size. -->
|
||||
<h3>Changes:</h3>
|
||||
<p>
|
||||
Now supporting over 100 different sites! Thanks, cryzed, for pushing is over the top.
|
||||
</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>New site: spikeluver.com -- Thanks, cryzed!</li>
|
||||
<li>New site: bloodshedverse.com -- Thanks, cryzed!</li>
|
||||
<li>Updates for site: voracity2.e-fic.com -- Thanks, cryzed!</li>
|
||||
<li>New site: nocturnal-light.net -- Thanks, cryzed!</li>
|
||||
<li>New site: fanfic.hu (Hungarian language) -- Thanks, cryzed!</li>
|
||||
<li>New site: fanfiction.csodaidok.hu (Hungarian language) -- Thanks, cryzed!</li>
|
||||
<li>Improvements & fixes for recently added sites -- Thanks, cryzed!</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
@@ -70,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://4-5-02.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
<a href="http://4-5-03.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
</p>
|
||||
<div id='error'>
|
||||
{{ error_message }}
|
||||
|
||||
Reference in New Issue
Block a user