summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt22
3 files changed, 17 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0e20ea5a1f3..68b4f3eb8d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fanficfare
pkgdesc = A tool for downloading fanfiction to eBook formats
- pkgver = 2.3.4
+ pkgver = 2.3.5
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.4.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.3.4.tar.gz
- sha256sums = af3867f82730cd6a339ab2a1c6e495770c39ffc7e7ecc5eac842e1132621f130
+ source = fanficfare-2.3.5.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.3.5.tar.gz
+ sha256sums = c90092ca1224cc0501d6bfef3a6ee265181dd85a2f38a8a9db74ebd2aa9e2f45
pkgname = fanficfare
diff --git a/PKGBUILD b/PKGBUILD
index 0416521ca0da..b1405f778385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=FanFicFare
pkgname=fanficfare
-pkgver=2.3.4
+pkgver=2.3.5
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=('af3867f82730cd6a339ab2a1c6e495770c39ffc7e7ecc5eac842e1132621f130')
+sha256sums=('c90092ca1224cc0501d6bfef3a6ee265181dd85a2f38a8a9db74ebd2aa9e2f45')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/changelog.txt b/changelog.txt
index 5134aeb7a2a6..707eddc18816 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,15 @@
+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.
+- Allow old goto/post chapter URLs in base_xenforoforum.
+- Remove Django from app.yaml--old version going away. (Webservice only)
+- Add n_anthaver and r_anthaver modes to custom_columns_settings for averaging
+ metadata for anthologies before setting in integer and float calibre custom
+ columns. (Plugin only)
+- 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.
@@ -7,13 +19,3 @@ Version 2.3.4 - 23 Jun 2016
- Different detect StoryDoesNotExist string for ficwad.com.
- Allow old showpost.php chapter URLs in base_xenforoforum.
- Update (& Fix) Translations.
-
-Version 2.3.3 - 23 May 2016
-- Fix for adapter_ashwindersycophanthexcom login.
-- Add merged tags to anthology epubs. (plugin only)
-- Fix for ProceedQuestion got an unexpected keyword argument
- 'log_viewer_unique_name' (plugin only)
-- Remove defaults.ini sections for removed sites.
-- Make 'Go back to fix errors?' dialog scroll error list for smaller dialog
- size. (plugin only)
-- Update Translations. (plugin only)