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: 2-0-09
|
||||
version: 2-0-10
|
||||
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, 0, 9)
|
||||
version = (2, 0, 10)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
||||
+4
-5
@@ -57,10 +57,9 @@
|
||||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Fixes for site updates, password protected stories and images for fimfiction.net (thanks, facedeer and cryzed)</li>
|
||||
<li>Add login on potterfics.com for adult rated fics</li>
|
||||
<li>Change thewriterscoffeeshop.com to twcslibrary.net--you'll need to change your personal.ini from [www.thewriterscoffeeshop.com] to [www.twcslibrary.net] if you saved your TWCS login.</li>
|
||||
<li>Fixes for ficwad user/pass protected stories.</li>
|
||||
<li>New Site: fhsarchive.com -- eFiction Base adapter.</li>
|
||||
<li>Fixes for storiesonline.net site changes--'codes' are now 'sitetags', thanks Jeff.</li>
|
||||
<li>Fix for literotica.com HTML.</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>
|
||||
</ul>
|
||||
@@ -73,7 +72,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-0-08.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
|
||||
<a href="http://2-0-09.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