summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-08-24 16:43:29 -0400
committerEli Schwartz2016-08-24 16:43:29 -0400
commit1553bda9f56780ce5feac841dc1cfd73bab75fbd (patch)
treef8d34e5286516e3412171b1ed3b487a8e43b845e
parentd94fdc6a1d504728f5367b1664b1854c3709e659 (diff)
downloadaur-1553bda9f56780ce5feac841dc1cfd73bab75fbd.tar.gz
upgpkg: fanficfare 2.3.6-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt39
3 files changed, 34 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b4f3eb8d2a..3741d218b148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fanficfare
pkgdesc = A tool for downloading fanfiction to eBook formats
- pkgver = 2.3.5
+ pkgver = 2.3.6
pkgrel = 1
url = https://github.com/JimmXinu/FanFicFare
changelog = changelog.txt
@@ -11,8 +11,8 @@ pkgbase = fanficfare
depends = python2-chardet
depends = python2-html5lib
depends = python2-html2text
- source = fanficfare-2.3.5.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.3.5.tar.gz
- sha256sums = c90092ca1224cc0501d6bfef3a6ee265181dd85a2f38a8a9db74ebd2aa9e2f45
+ source = fanficfare-2.3.6.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.3.6.tar.gz
+ sha256sums = ca0c06eae1096c568006afa65f04ef2009746645b02eb633c66fdcc6938da050
pkgname = fanficfare
diff --git a/PKGBUILD b/PKGBUILD
index b1405f778385..ac1f0d92f969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=FanFicFare
pkgname=fanficfare
-pkgver=2.3.5
+pkgver=2.3.6
pkgrel=1
pkgdesc="A tool for downloading fanfiction to eBook formats"
arch=('any')
@@ -14,7 +14,7 @@ changelog=changelog.txt
depends=('python2' 'python2-beautifulsoup4' 'python2-chardet' 'python2-html5lib'
'python2-html2text')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c90092ca1224cc0501d6bfef3a6ee265181dd85a2f38a8a9db74ebd2aa9e2f45')
+sha256sums=('ca0c06eae1096c568006afa65f04ef2009746645b02eb633c66fdcc6938da050')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/changelog.txt b/changelog.txt
index 707eddc18816..ff674edf0a76 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,32 @@
+Version 2.3.6 - 24 Aug 2016
+- Fix for change to AO3 author links.
+- Force overall cover for Anthologies if any sub-books have covers to avoid
+ Calibre Polish issues.
+- Fix ffnet category fall back.
+- Add extra decode code for calling get_urls_from_imap() from outside calibre.
+- Fail more gracefully when anthology cover doesn't exist. Polish can remove
+ them.
+- Adding logpage_at_end INI option.
+- Fix for Publisher and Language metadata for Anthologies.
+- Fix date parsing for masseffect2.in. Thanks PlushBeaver!
+- Tweaks to adultfanfictionorg
+- Add options for controlling Anthology book comments on the Standard Columns
+ config tab. (plugin only)
+- Add always_reload_first_chapter setting for base_xenforoforum stories with
+ index chapter.
+- Progress Bar - add extra timer loop for Win10 display.
+- New site: adult-fanfiction.org - Thanks GComyn!
+- New site: www.deepinmysoul.net/fiction - Thanks GComyn!
+- New site: fanfiction.lucifael.com - Thanks GComyn!
+- New site: harem.lucifael.com - Thanks GComyn!
+- New site: mujaji.net/repository - Thanks GComyn!
+- Make base_efiction code accept https story urls.
+- Tweaks for tthfanfic.org, including a slow down.
+- For literotica.com, throw a StoryDoesNotExist exception for 'This submission
+ is awaiting moderator's approval'
+- Tweaks for quotev.com, including a slow down.
+- Update translations.
+
Version 2.3.5 - 22 Jul 2016
- Change ffnet metadata colletion to allow for chars with (' - ') in them.
- Fix for SIYE when author puts story URL in bio.
@@ -9,13 +38,3 @@ Version 2.3.5 - 22 Jul 2016
- Include 'prefix' tags in forumtags in base_xenforoforum.
- Save addheaders when setting cookiejar. For ffn referer.
- Update translations. (Plugin only)
-
-Version 2.3.4 - 23 Jun 2016
-- Fix for previously failedtoload img tags causing lookup sleeps.
-- Fix for older harrypotterfanfictioncom stories lacking reviewjs.js.
-- Change adapter_fictionmaniatv to set status Completed instead of
- Complete (no d).
-- Update StoriesOnlineNet/FineStoriesCom login URL.
-- Different detect StoryDoesNotExist string for ficwad.com.
-- Allow old showpost.php chapter URLs in base_xenforoforum.
-- Update (& Fix) Translations.