mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 19:11:50 +02:00
Bump versions
This commit is contained in:
parent
389a04ce81
commit
f181ff2c03
4 changed files with 13 additions and 23 deletions
|
|
@ -42,7 +42,7 @@ class FanFicFareBase(InterfaceActionBase):
|
|||
description = _('UI plugin to download FanFiction stories from various sites.')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (2, 2, 12)
|
||||
version = (2, 2, 13)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(
|
|||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||
# the version across setup.py and the project code, see
|
||||
# https://packaging.python.org/en/latest/single_source_version.html
|
||||
version="2.2.12",
|
||||
version="2.2.13",
|
||||
|
||||
description='A tool for downloading fanfiction to eBook formats',
|
||||
long_description=long_description,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanficfare
|
||||
application: fanficfare
|
||||
version: 2-2-12
|
||||
version: 2-2-13
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -27,27 +27,17 @@
|
|||
much easier. </p>
|
||||
</div>
|
||||
|
||||
<h3>New Name and URL</h3>
|
||||
<p>
|
||||
This version changes the name of the project from
|
||||
FanFictionDownLoader(FFDL) to FanFicFare. Along with
|
||||
the name change, there are changes to the internal
|
||||
structuring of the project code, but not to the functionality.
|
||||
</p>
|
||||
<p>
|
||||
If you had saved configuration (including your
|
||||
username/password for fic sites) in FFDL, you will need to
|
||||
copy it over to FanFicFare. Visit
|
||||
the <a href="http://fanfictiondownloader.appspot.com/editconfig">FFDL
|
||||
User Config</a> page, copy your settings and then paste
|
||||
them on
|
||||
the <a href="http://fanficfare.appspot.com/editconfig">FanFicFare
|
||||
User Config</a> page.
|
||||
</p>
|
||||
<h3>Changes:</h3>
|
||||
<ul>
|
||||
<li>New site: <a href="https://forum.questionablequesting.com/forums/creative-writing.19/">forum.questionablequesting.com</a> base_xenforoforum adapter</li>
|
||||
<li>Add minor fix for portkey.org chapter parsing.</li>
|
||||
<li>New site: <a href="http://www.quotev.com/">quotev.com</a>, thanks cryzed!</li>
|
||||
<li>Convert dark-solace.org(Elysium fields) to eFiction Base adapter to correct for site changes.</li>
|
||||
<li>Fix eFiction Base Author URLs.</li>
|
||||
<li>Switch chapter #post-12345 chapter URLs to permalinks for XenForoForum Base adapters.</li>
|
||||
<li>Record forum thread tags in XenForoForum Base adapters. Appears on title page by default, but not calibre tags.</li>
|
||||
<li>Change output_filename_safepattern to replace leading '.' for benefit of *nix OSes.</li>
|
||||
<li>Fix mediaminer.org for site changes.</li>
|
||||
<li>Fix to hpfandom.net change story URL when given chapter URL instead of story start URL.</li>
|
||||
<li>Allow forum.questionablequesting.com for questionablequesting.com.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Questions? Check out our
|
||||
|
|
@ -57,7 +47,7 @@
|
|||
If you have any problems with this application, please
|
||||
report them in
|
||||
the <a href="http://groups.google.com/group/fanfic-downloader">FanFicFare Google Group</a>. The
|
||||
<a href="http://2-2-11.fanficfare.appspot.com">previous version
|
||||
<a href="http://2-2-12.fanficfare.appspot.com">previous version
|
||||
</a> is also available for you to use if necessary.
|
||||
</p>
|
||||
<div id='error'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue