mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-30 12:12:39 +01:00
Update translations, bump versions.
This commit is contained in:
parent
49c899df5d
commit
e071b0de4e
10 changed files with 2461 additions and 2392 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, 10)
|
||||
version = (2, 2, 11)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2
setup.py
2
setup.py
|
|
@ -25,7 +25,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.10",
|
||||
version="2.2.11",
|
||||
|
||||
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-10a
|
||||
version: 2-2-11
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -54,7 +54,16 @@
|
|||
<li>https://www.fanfiction.net/s/2565609/1/[-10] <i>Chapters 1-10 only</i></li>
|
||||
<li>https://www.fanfiction.net/s/2565609/1/[150-] <i>Chapters 150 and up only</i></li>
|
||||
</ul>
|
||||
The chapter range will be included in the ebook title. Can be changed or disabled in config with title_chapter_range_pattern.
|
||||
</li>
|
||||
<li>New base_xenforoforum adapter type. The details are complex enough that I've started a <a href="https://github.com/JimmXinu/FanFicFare/wiki/BaseXenForoForumAdapters">new wiki page</a> for future reference. Please refer to it for more details.</li>
|
||||
<li>New [base_efiction] and [base_xenforoforum] sections for common settings for eFiction Base and XenForoForum Base adapters respectively.</li>
|
||||
<li>New site: <a href="https://forums.spacebattles.com/forums/creative-writing.18/">forums.spacebattles.com</a> base_xenforoforum adapter</li>
|
||||
<li>New site: <a href="https://forums.sufficientvelocity.com/forums/user-fiction.2/">forums.sufficientvelocity.com</a> base_xenforoforum adapter</li>
|
||||
<li>New site: <a href="http://ninelives.dark-solace.org/">ninelives.dark-solace.org</a> base_efiction adapter</li>
|
||||
<li>New description_limit feature to explicitly limit the allowable length of the description.</li>
|
||||
<li>Fixes for http://spikeluver.com</li>
|
||||
<li>New Russian language site: masseffect2.in -- Thanks to PlushBeaver for adding this.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Questions? Check out our
|
||||
|
|
@ -64,7 +73,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-9.fanficfare.appspot.com">previous version
|
||||
<a href="http://2-2-10.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