mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-06 08:05:28 +01:00
Bump versions, jump PI to 1.7.0
This commit is contained in:
parent
0d184ef0d6
commit
ad95548dff
3 changed files with 3 additions and 3 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-34
|
||||
version: 4-4-35
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
|
|||
description = 'UI plugin to download FanFiction stories from various sites.'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (1, 6, 19)
|
||||
version = (1, 7, 0)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
<!-- put announcements here, h3 is a good title size. -->
|
||||
<h3>Fixes:</h3>
|
||||
<p>
|
||||
Minor fixes for efpfanfic.net, allow 'On Hiatus' status for fimfiction.net.
|
||||
Set language to Italian for efpfanfic.net, allow replace_metadata to effect language metadata.
|
||||
</p>
|
||||
<p>
|
||||
Questions? Check out our
|
||||
|
|
|
|||
Loading…
Reference in a new issue