mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 21:11:59 +02:00
Bump versions
This commit is contained in:
parent
b210007f59
commit
6b28482514
4 changed files with 4 additions and 24 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, 14)
|
||||
version = (2, 2, 15)
|
||||
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.14",
|
||||
version="2.2.15",
|
||||
|
||||
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-14
|
||||
version: 2-2-15
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -27,26 +27,6 @@
|
|||
much easier. </p>
|
||||
</div>
|
||||
|
||||
<h3>Changes:</h3>
|
||||
<ul>
|
||||
<li>Remove site thequidditchpitch.org, domain is parked.</li>
|
||||
<li>Remove site devianthearts.com, server not found for a week.</li>
|
||||
<li>Change site www.nickandgreg.net to www.nickngreg.nl while still accepting old URLs.</li>
|
||||
<li>Change site ninelives.dark-solace.org to new domain ninelivesarchive.com.</li>
|
||||
<li>Change site questionablequesting.com to forum.questionablequesting.com only. Supporting both caused problems.</li>
|
||||
<li>Fixes for hpfandom.net changes.</li>
|
||||
<li>Fix for bloodshedverse.com.</li>
|
||||
<li>Fixes for quotev.com (thanks, cryzed)</li>
|
||||
<li>Fixes for base_xenforoforum adapters.</li>
|
||||
<li>Add continue_on_chapter_error feature for base_xenforoforum adapters.</li>
|
||||
<li>Add user/pass login for NSFW forums on forum.questionablequesting.com.</li>
|
||||
<li>Add capitalize_forumtags feature to base_xenforoforum and include forumtags by default.</li>
|
||||
<li>Account for base href in base_xenforoforum so emoticon images work.</li>
|
||||
<li>Correct cover_exclusion_regexp for base_xenforoforum.</li>
|
||||
<li>Change default HTML output to HTML5 header.</li>
|
||||
<li>Update html tag header at beginning of each epub file. Prompted by failure of old header on latest tolino ereader.</li>
|
||||
<li>Fix replace_hr feature.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Questions? Check out our
|
||||
<a href="https://github.com/JimmXinu/FanFicFare/wiki/FAQs">FAQs</a>.
|
||||
|
|
@ -55,7 +35,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-13.fanficfare.appspot.com">previous version
|
||||
<a href="http://2-2-14.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