[arch-commits] Commit in fanficfare/trunk (PKGBUILD changelog.txt)
Eli Schwartz
eschwartz at archlinux.org
Fri Oct 19 15:40:32 UTC 2018
Date: Friday, October 19, 2018 @ 15:40:32
Author: eschwartz
Revision: 397909
upgpkg: fanficfare 3.1.1-1
upstream release
Modified:
fanficfare/trunk/PKGBUILD
fanficfare/trunk/changelog.txt
---------------+
PKGBUILD | 4 +--
changelog.txt | 61 +++++++++++++++++++++-----------------------------------
2 files changed, 25 insertions(+), 40 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-19 15:27:52 UTC (rev 397908)
+++ PKGBUILD 2018-10-19 15:40:32 UTC (rev 397909)
@@ -2,7 +2,7 @@
_pkgname=FanFicFare
pkgname=fanficfare
-pkgver=3.1.0
+pkgver=3.1.1
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=('d2ecad06230b6faa284e7cafdbfef9f1deff6ee1dcaa7484420f3a7a713b517a')
+sha256sums=('fd220df8fad7d44951235ce41305a4977d45c91ff7e15be21678af4d448c74f2')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
Modified: changelog.txt
===================================================================
--- changelog.txt 2018-10-19 15:27:52 UTC (rev 397908)
+++ changelog.txt 2018-10-19 15:40:32 UTC (rev 397909)
@@ -1,3 +1,26 @@
+Version 3.1.1 - 19 Oct 2018
+- Fix for problem with new collision code and rejected URL.
+
+Version 3.1.0 - 17 Oct 2018
+- Fix for Calibre Metadata update called with URLs not in library.
+- Fix adapter_wuxiaworldco date format for 24 hour clock. Closes #345
+- Change adapter_lightnovelgatecom to adapter_novelonlinefullcom for site
+ change. Closes #346
+- Add max_zalgo feature.
+- Handle stories without cover correctly adapter_wwwlushstoriescom. Closes
+ #344
+- Add cover images for adapter_wwwlushstoriescom
+- Rename adapter_royalroadcom appropriately.
+- Fix for royalroad.com warnings.
+- Put SV(base_xenforo) prefix spans from title into 'genre', comment out some
+ debugs.
+- Fix for issues with single-chapter stories not getting correct chapter title
+ after chapter meta refactor Jul 2018.
+- Add fix calibre title/author cases options, move force title/author sort
+ 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
@@ -36,41 +59,3 @@
- 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.
-
-Version 2.28.0 - 02 Aug 2018
-- Fix html appearing in txt summary by default.
-- Remove in-story ad links from adapter_asexstoriescom.
-- adapter_royalroadl site uses relative dates now, including months and years
- ago.
-- Update plugin & web service html2text included package to fix text <>&
- output.
-- Fix for corner case screwing up chapter html(attr quotes). Closes #324
-- adapter_webnovelcom: update title selection (#323), thanks Ea
-- Remove accidental file.
-- Change AO3 description blockquote to a div tag.
-- Fix section links in html output(broken in def6b39)
-- Remove Google Plus icon (web service only)
-- Fix base_xenforoforum_adapter bug when no threadmarks.
-- Get fanficauthors.net story URL from existing epubs downloaded from the
- site.
-- Fix for site change: adapter_wuxiaworldcom
-- Add note to use_threadmark_wordcounts setting--base_xenforo sites'
- wordcounts ignore words insite Spoiler tags.
-- adapter_wuxiaworldco: Some older stories use a different date format.
-- Fix origtitle/toctitle for mark_new_chapters. Broken in chapter metadata
- revamp.
-- Fix tocpage links and correct index04 vs index, issue #320.
-- Refactor chapter internals for additional site-specific metadata per
- chapter.
-- Fix base_xenforo_list for AH & QQ prefered domains.
-- base_xenforoforum: Adding date, words & kwords per chapter metadata
- (SB/SB/QQ).
-- Whitespace clean up in code (#316) - thanks mcepl
-- Add alternate domains for SB, SV & QQ xenforo adapters.
-- base_xenforoforum: Sum threadmark word counts into numWords(when present).
- INI option use_threadmark_wordcounts defaults to true.
-- Add ignore_chapter_url_list feature.
-- adapter_trekfanfictionnet: don't set numWords to *character* count.
-- Add adapter_harrypotterfanfictioncom for new version of returned
- harrypotterfanfiction.com.
-- Add adapter for http://wuxiaworld.co/ (#315) - Thanks cryzed
More information about the arch-commits
mailing list