summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-07-09 23:03:09 -0400
committerEli Schwartz2017-07-09 23:03:09 -0400
commit1e272eab8d9fe5a6ea006e3eb7a8165d5a25c6f1 (patch)
tree13d7bf49342ce8fc743191a691030c8ba3f6205b
parentbf78bdd6dfd7d91545c4ed311cfe5e47810db8ac (diff)
downloadaur-1e272eab8d9fe5a6ea006e3eb7a8165d5a25c6f1.tar.gz
upgpkg: fanficfare 2.14.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt24
3 files changed, 25 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28bd5ec0fb02..f3e8f12a49fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fanficfare
pkgdesc = A tool for downloading fanfiction to eBook formats
- pkgver = 2.13.0
+ pkgver = 2.14.0
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.13.0.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.13.0.tar.gz
- sha256sums = 7acf9e885869931a8e4a3da354046ce0eb97d862aa461e097416dff4e2c43f86
+ source = fanficfare-2.14.0.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.14.0.tar.gz
+ sha256sums = 20c5107706ab69b5ca8c57183bf9ba3a83af0486c576555614c4653606a3d9b6
pkgname = fanficfare
diff --git a/PKGBUILD b/PKGBUILD
index f7028c587196..dd74f03c388e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=FanFicFare
pkgname=fanficfare
-pkgver=2.13.0
+pkgver=2.14.0
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=('7acf9e885869931a8e4a3da354046ce0eb97d862aa461e097416dff4e2c43f86')
+sha256sums=('20c5107706ab69b5ca8c57183bf9ba3a83af0486c576555614c4653606a3d9b6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/changelog.txt b/changelog.txt
index dd7f111ac774..75690f4d60db 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,23 @@
+ Version 2.14.0 - 08 Jul 2017
+- Update translations.
+- Fix typo in error catching - base_efiction
+- XenForo alternatehistory.com follows QQ more than SV/SB.
+- Remove 9 defunct sites - occlumency.sycophanthex.com,
+ lumos.sycophanthex.com, erosnsappho.sycophanthex.com,
+ chaos.sycophanthex.com, ashwinder.sycophanthex.com, pommedesang.com,
+ dramione.org, www.indeath.net and fanfiction.lucifael.com.
+- Fixes for fanfiktion.de site changes.
+- fimfiction adapter: views/total_views fix for site change -- thanks
+ FaceDeer!
+- Fix for XenForo(SB/SV) threadmarks with non-ascii chars. (web & CLI)
+- Fix plugin config check for _filelist.
+- Add `include_author_notes` option to collect Fimfiction author's notes,
+ thanks FaceDeer.
+- Changes to base_xenforoforum_adapter to use threadmarks.rss for SV/SB,
+ separate threadmark collection for QQ.
+- Also add show_chapter_authors option.
+- Fix for XenForo Threadmarks change on SB & SV--not on QQ.
+
Version 2.13.0 - 22 Jun 2017
- Update translations.
- Fix for finestories.com using Modern theme rather than Classic, thanks,
@@ -58,7 +78,3 @@ Version 2.13.0 - 22 Jun 2017
2017-05-21
- Fix for asianfanficscom site change.
- New site wattpad.com -- thanks, botmtl!
-
-Version 2.12.0 - 20 May 2017
-- FIX for issue with Epub Update discarding existing images in Epub. Oops. :-(
- (Came from ffnet img referer fix.)