[arch-commits] Commit in fanficfare/trunk (PKGBUILD changelog.txt)

Eli Schwartz eschwartz at archlinux.org
Tue Nov 20 02:34:44 UTC 2018


    Date: Tuesday, November 20, 2018 @ 02:34:43
  Author: eschwartz
Revision: 408988

upgpkg: fanficfare 3.2.0-1

upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---------------+
 PKGBUILD      |    4 +--
 changelog.txt |   59 ++++++++++++++++++--------------------------------------
 2 files changed, 22 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-20 02:27:39 UTC (rev 408987)
+++ PKGBUILD	2018-11-20 02:34:43 UTC (rev 408988)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
          'python-html2text')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('fd220df8fad7d44951235ce41305a4977d45c91ff7e15be21678af4d448c74f2')
+sha256sums=('5bf6ac0a553505bd40f5cf85274bd0865a7a5e738b348c65016c9dc8119ae74a')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2018-11-20 02:27:39 UTC (rev 408987)
+++ changelog.txt	2018-11-20 02:34:43 UTC (rev 408988)
@@ -1,3 +1,23 @@
+Version 3.2.0 - 17 Nov 2018
+- Add background_color ini verbiage and check before image conversion.
+- Add feature for manually editing plugin settings JSON. Only shown in debug
+  mode.
+- Plugin Reject list changes: show numbers, edit title/author, save rejects as
+  data.
+- Refactor busy_cursor, busy cursor around saving rejects & settings, bump
+  copyright years.
+- Add verbiage to [www.asianfanfics.com] about site censoring words when not
+  logged in.
+- Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom
+- Fix for adapter_wuxiaworldco for Python3.
+- Added volumes to chapter titles adapter_wuxiaworldco - thanks Rikkitp
+- Fix adapter_wuxiaworldco description decomposition, remove outdated testing
+  `raise` from `configurable.py` - Thanks, Rikkitp
+- Fix for adapter_wuxiaworldcom site change.
+- Minor improvement to adapter_asianfanficscom logging.
+- Update for adapter_storiesonlinenet(& finestories) for login change.
+- adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore.
+
 Version 3.1.1 - 19 Oct 2018
 - Fix for problem with new collision code and rejected URL.
 
@@ -20,42 +40,3 @@
   values to Standard Columns config Tab.
 - Add 'date' chapter metadata to AO3. Closes #336
 - Move mobi TOC back to after title page. Requested by jxxtan.
-
-Version 3.0.0 - 10 Sep 2018
-- adapter_chosentwofanficcom: use pagecache and extracategories:Buffy the
-  Vampire Slayer
-- Fix FimF login.
-- Fix adapter_harrypotterfanfictioncom date and characters/genre splitting.
-- Fix adapter_fanficauthorsnet metadata parsing and genre splitting.
-- Add --no-meta-chapters/-z CLI option.
-- Restore cursor in finally: clauses in case of issues.(plugin)
-- Update Translations
-- Fix for base_xenforoforum (SB/SV specifically) change to 'hide' sections of
-  threadmark lists behind '...'. Issue #332
-- Fix empty Genre parsing for adapter_ficwadcom
-- Fix genre parsing for adapter_fanficauthorsnet.
-- Tweak mobi output--move TOC to end.
-- Remove some CLI debug output (conflist).
-- Improve CLI --save-cache, save on each fetch/post, fix a py2/py3 cross bug.
-- Small fix for <> appearing in text format.
-- Remove defunct site www.area52hkh.net
-- Remove defunct site www.fiction.thebrokenworld.org
-- Remove defunct site dramione.org
-- Remove defunct site writing.whimsicalwanderings.net
-- Remove defunct site www.destinysgateway.com
-- Remove defunct site imrightbehindyou.com
-- Remove defunct site nocturnal-light.net
-- Remove defunct site national-library.net
-- Add latestonly option to mark_new_chapters feature to remove pre-existing
-  (new) chpater marks on update and only mark chapters that are new in this
-  update. Closes #330
-- Attempting to get password protected stories in FimF working again.
-- Fix fanfiction.net metadata parsing -- genre was ending up in language after
-  BS change.
-- Fix mobi output -- Fix an encoding issue, Kindle Goto-TOC works, TOC links
-  are more accurate
-- Accept both [royalroad.com] and pre-existing [royalroadl.com] - Change
-  [royalroadl.com] to [www.royalroad.com]
-- royalroadl.com has changed to www.royalroad.com.- Update
-  included_dependencies
-- Many, many changes to make code run on both python 2.7 and python 3.



More information about the arch-commits mailing list