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

Eli Schwartz eschwartz at archlinux.org
Fri Jan 17 18:38:32 UTC 2020


    Date: Friday, January 17, 2020 @ 18:38:32
  Author: eschwartz
Revision: 552887

upgpkg: fanficfare 3.15.0-1: upstream release

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

---------------+
 PKGBUILD      |    6 +++---
 changelog.txt |   51 +++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 18:09:43 UTC (rev 552886)
+++ PKGBUILD	2020-01-17 18:38:32 UTC (rev 552887)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.13.0
+pkgver=3.15.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -13,8 +13,8 @@
          'python-html2text')
 optdepends=('python-pillow: support for converting/resizing story images and covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('a6ca3dfc165c1fa7ec0f0847131cf888f4247f347dd75194f5bce747bb4223b7')
-b2sums=('af6d42f5adfb738be865e09d9f0a07de04fdaecb79b3bb2532b94fcf6221af7996021ce68ed8c38088c2f2f1a4de1d747d7a84f15c5c85da5926e931f727b1a6')
+sha256sums=('433b576ec9cd0ae03fd40860c5d68f61dc56a9f93966e7e5e70be6c7205fd2b6')
+b2sums=('7b7f437adafea69beb1ce25d4100cc1e0f90087f37ce058718fa5403bfe1d2c7e47294bd072e411d97fabe0b1104fe2d572f46664ff42e4198fe20de40b499b1')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2020-01-17 18:09:43 UTC (rev 552886)
+++ changelog.txt	2020-01-17 18:38:32 UTC (rev 552887)
@@ -1,3 +1,40 @@
+ Version 3.15.0 - 15 Jan 2020
+- Remove site nfacommunity.com, parked domain, last worked Dec2018.
+- Remove site fannation.shades-of-moonlight.com, parked domain, last worked
+  Dec2018.
+- Kludge fix for incorrect HTTP response 500 code from trekfanfiction.net.
+- trekfanfiction.net uses utf8 now
+- Make sure storyUrl has &->& and then change it back for Calibre. Matches
+  how authorUrl is handled(in all_metadata). Closes #460 for
+  adapter_sugarquillnet .
+- adapter_sugarquillnet change chapter text td to div. Issue #460
+- Update adapter_alternatehistorycom for XenForo2. Issue #457
+- Order custom columns in config page.
+- Add -U/--update-epub-always option to CLI.
+- Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default
+  cover.
+- Catch ',' in front of 'Thread' in forum titles. XenForo sites.
+- Set minimum_calibre_version to v2.85.1, last of 2 series.
+- Changes for Python3 compatibility, thanks eschwartz!
+
+Version 3.14.0 - 16 Dec 2019
+- Different email URL for royalroad.com. Closes #452
+- Update adapter_fictionmaniatv to use HTML versions containing images and
+  fall back if not found.
+- Update adapter_fictionmaniatv to use HTML versions vs text by default.
+- Update Translations
+- New Site fanfics.me (Russian language site).
+- (Fix incorrect version number.)
+- Base_eFiction - Get Rating/Rated from TOC page if not found on print page.
+  Remove from 2 individual adapters.
+- Failsafe for max_zalgo setting. Closes #449.
+- Add plugin option for toolbar button to pop menu.
+- Fix AO3 chapterstotal replace_metadata for multi digits.
+- Add <div class='fff_chapter_notes'> around AO3 chapter head/foot notes.
+  Issue 447
+- Remove feature to save cookiejar between downloads and BG jobs--causes some
+  obscure problems with QQ at least. Closes #466
+
 Version 3.13.0 - 15 Nov 2019
 - Add some code to handle 24 hr clocks w/o changing adapters.
 - Don't escape # in URLs, causes problems with ficbook.net.
@@ -27,17 +64,3 @@
 - Avoid post URLs in XenForo notification emails better.
 - Treat spacebattles /post/ URLs in emails the same as sufficientvelocity to
   avoid extra URLs in thread notifications.
-
-Version 3.12.0 - 14 Oct 2019
-- Update Translations
-- Add defaults.ini CSS for ficbook.net to preserve line breaks.
-- Changes for adapter_forumsspacebattlescom to use base_xenforo2forum.
-- Correct AO3 author parsing for high-byte characters.
-- Additional warnings about imaptags added to manually added story URLs.
-- Fix for adapter_trekfanfictionnet URL change. Closes #433.
-- Add 'Restricted to Registered Users'(restricted) metadata to AO3.
-- Fix for unicode chars in url params, fixes 427
-- Add feature to automatically add optional tags for stories downloaded from
-  email URLs.
-- New Russian Site added: www.swi.org.ru - Thanks gunmetal313
-- Fix for wordcount in adapter_fanfiktionde when max_zalgo:1



More information about the arch-commits mailing list