summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-10-20 00:21:37 -0400
committerEli Schwartz2017-10-20 00:21:37 -0400
commited7b3375578cb034484bc5c8b02b8442c944a8e5 (patch)
tree8edf1e63e024991ff47a10da28102fdbc2d1fe1e
parent8f1981958b6be40443b6ea71e56a1500e3517fba (diff)
downloadaur-ed7b3375578cb034484bc5c8b02b8442c944a8e5.tar.gz
upgpkg: fanficfare 2.18.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt48
3 files changed, 31 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84752d320e5..b813f77c57a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fanficfare
pkgdesc = A tool for downloading fanfiction to eBook formats
- pkgver = 2.17.1
+ pkgver = 2.18.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.17.1.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.17.1.tar.gz
- sha256sums = 4b9d0775598ed6fc7a3d7970e2cccdc3ae64915b3bd439525b9eae522a96f4b2
+ source = fanficfare-2.18.0.tar.gz::https://github.com/JimmXinu/FanFicFare/archive/v2.18.0.tar.gz
+ sha256sums = e8a1231bce27ed84eaa85ad2416415bf53e8bcd0fa72c051914a1e6cac94847b
pkgname = fanficfare
diff --git a/PKGBUILD b/PKGBUILD
index 6ff78449f0c5..946f19fa5bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=FanFicFare
pkgname=fanficfare
-pkgver=2.17.1
+pkgver=2.18.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=('4b9d0775598ed6fc7a3d7970e2cccdc3ae64915b3bd439525b9eae522a96f4b2')
+sha256sums=('e8a1231bce27ed84eaa85ad2416415bf53e8bcd0fa72c051914a1e6cac94847b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/changelog.txt b/changelog.txt
index 08237479f563..09f07efb6d14 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,29 @@
+Version 2.18.0 - 16 Oct 2017
+- Remove AO3 login from get_urls_from_page--login is failing and it isn't
+ required anymore for 'adult'. 'Restricted' (user-only) won't work.
+- Plugin: Save 'Show Download Options' check in gprefs like dialog geometries.
+- Fixes for QQ and AH changes.
+- base_xenforo: Fix for extended chars in threadmark chapter names.
+- base_xenforo: Couple small fixes for corner cases. -- Except one of them
+ isn't, I think it would be pretty common; namely a notice being using as first
+ chapter.
+- adapter_literotica: Build the chapter a little better especially if there is
+ mutiple pages (#225) - Thanks, davidfor
+- base_xenforo: Use '/posts/' not 'post' to find thread vs post URLs.
+- Add sectionUrl metadata and mechanism for internally normalizing story URLs
+ *and* [story URL] sections. For base_xenforo when including thread titles in
+ storyUrl. Doesn't effect base_xenforo *post* URLs.
+- base_xenforo: Move skip_threadmarks_categories to save a fetch if skipping
+ anyway. Will also effect minimum_threadmarks.
+- base_xenforo: Don't include thread title in *chapter* url, perfomance impact
+ is smaller and keeps from marking a bunch of stuff (new).
+- Add delays for base_xenforoforum_adapter.
+- Use thread-title URL for storyUrl with base_xenforo to save redirect
+ fetches.
+- Comment out some debug output.
+- Remove webnovel.com manual escaping of HTML entities, the website now seems
+ to take care of it (#224)--thanks cryzed
+
Version 2.17.1 - 14 Sep 2017
- Update Translations.
- Remove AO3 login from get_urls_from_page--login is failing and it isn't
@@ -23,25 +49,3 @@
- Comment out some debug output.
- Remove webnovel.com manual escaping of HTML entities, the website now seems
to take care of it (#224)--thanks cryzed
-
-Version 2.16.0 - 18 Aug 2017
-- Restore sycophanthex.com sites.
-- Fix for gravitytales.com--thanks cryzed!
-- AO3 - drop out of use_view_full_work when missing chapters.
-- Escape webnovel.com chapter texts for HTML, thanks cryzed
-- Add AO3 inspiredlinks after last chapter.
-- Fix AO3 always_login and bookmarktags/bookmarksummary site metadata.
-- Save AO3 'associations' link 'inspired by' links -- included with
- authorheadnotes.
-- Limit adapter_wuxiaworldcom removed links to prev/next chapter.
-- Don't cache metadata list while building from include_in_ -- Calibre version
- causes problems with removeallentities=True vs False cache.
-- Calibre image processing chokes on SVG images. Rejects svg images--use
- no_image_processing to include svg images.
-- Make default for fanfic.hu https, thanks botmtl.
-- Fixes for webnovel.com site changes (PR #206), thanks cryzed.
-- Fix xenforo threadmarks change for SB/SV.
-- Calibre removed sanitize_html function.
-- Explicitly (instead of implicitly) set is_adult:false in defaults.ini.
-- Comment out bookmarks for AO3 temporarily.
-- Fix for adapter_asianfanficscom caching vs login issue.