summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt53
3 files changed, 44 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 041eebe4676b..f61fe28f5640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fanficfare
pkgdesc = A tool for downloading fanfiction to eBook formats
- pkgver = 2.2.18
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/JimmXinu/FanFicFare
changelog = changelog.txt
@@ -10,8 +10,8 @@ pkgbase = fanficfare
depends = python2-beautifulsoup4
depends = python2-chardet
depends = python2-html5lib
- source = https://github.com/JimmXinu/FanFicFare/archive/v2.2.18.tar.gz
- sha256sums = c43eda398583cfc3620b935d5de7e1d0838abda3c9df471b11e2f8fcfef7fd0e
+ source = https://github.com/JimmXinu/FanFicFare/archive/v2.3.0.tar.gz
+ sha256sums = 2b0a0e3d694617ee6a98beba95f8bb982ceb404f7131925811de2a605bf0be72
pkgname = fanficfare
diff --git a/PKGBUILD b/PKGBUILD
index 620d3138cfc0..c5596c887c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=FanFicFare
pkgname=fanficfare
-pkgver=2.2.18
+pkgver=2.3.0
pkgrel=1
pkgdesc="A tool for downloading fanfiction to eBook formats"
arch=('any')
@@ -13,7 +13,7 @@ license=('Apache')
changelog=changelog.txt
depends=('python2' 'python2-beautifulsoup4' 'python2-chardet' 'python2-html5lib')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c43eda398583cfc3620b935d5de7e1d0838abda3c9df471b11e2f8fcfef7fd0e')
+sha256sums=('2b0a0e3d694617ee6a98beba95f8bb982ceb404f7131925811de2a605bf0be72')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/changelog.txt b/changelog.txt
index ff86588a35ca..7561718ef77d 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,42 @@
+Version 2.3.0 - 20 Mar 2016
+- Fix for adapter_thehexfilesnet missing chapter text.
+- Fixes for finestories.com, now shares code with storiesonline.net, thanks
+ davidfor for this.
+- Allow ini keyword universe_as_series in finestories.com as well as
+ storiesonline.net.
+- Fix for fimfiction.net site update -- thanks Facedeer
+- New site: [url]www.artemis-fowl.com[/url] - Thanks gcomyn!
+- New site: [url]www.naiceanilme.net[/url] - Thanks gcomyn!
+- New site: fanfiction.lucifael.com - Thanks gcomyn!
+- New site: buffygiles.velocitygrass. - Thanks gcomyn!
+- New site: [url]www.andromeda-web.com[/url] - Thanks gcomyn!
+- New site: [url]www.therabidreader.com[/url] - Thanks gcomyn!
+- Performance improvements (extra caching) for complex metadata manipulation.
+- Changes to all plugin logging output (debug) to add datetime and reduce
+ inadvertent smilies. ("FFF:DEBUG")
+- Additional ini options for base_xenforoforum adapters.
+- Add storyUrl ini section feature. Add custom configuration for individual
+ stories by adding personal.ini sections specifically for them.
+- Fixes for quotev.com, author and chapter list.
+- Add 'averrating' and tweak description: adapter_literotica
+- Fix adapter_literotica setDescription
+- Make HTTP 410 StoryDoesNotExist in tthfanfic.org, make conn fail trace
+ debug, not error level.
+- Allow a second kind of 'chapter missing' for portkey.org.
+- Change fanfiction.mugglenet.com to base_efiction after site update.
+- Hide user/pass in debug log, add 'View Safe personal.ini' option that also
+ hides user/pass.
+- Re-organize personal.ini config tab in plugin.
+- Yet more fixes for quotev.com changes.
+- Find and include chapter specific images for quotev.com.
+- Fix for a bug on a TtH story (empty category tag).
+- Add site specific reads, reviews for hpfandom.net.
+- Fix for base_efiction_adapter stories with spans w/o class attr.
+- Add support for 'This story has not been validated' in base_efiction_adapter
+- Some mcstoriescom stories include <h3> tags that aren't
+ title/chapter/byline.
+- Update translations.
+
Version 2.2.18 - 18 Feb 2016
- Fix for quotev.com change to story image.
- Fix for tthfanfic.org author story list change. (Manifests as 'Adult
@@ -25,17 +64,3 @@ Version 2.2.18 - 18 Feb 2016
- Add new AccessDenied exception for one line output in CLI.
- Allow Pairing w/o Centered category -> chars in TtH.
- Update translations.
-
-Version 2.2.17 - 18 Jan 2016
-- Fixes for problems with urlparse.parse_qs in adapters and new unique_list
- with authorId. Also BS4 fixes to adapter_spikeluvercom.py
-- Adding additional metadata collection, potionsandsnitches &
- walkingtheplankorg
-- Allow Anonymous author for quotev.com.
-- Skip (instead of error) if asked to UnNew non-FFF epubs.
-- Update translations.
-- Update base_xenforoforum for SV threadmark change.
-- Fix so ships_CHARS and sort_ships_splits work together.
-- Remove defunct sg1-heliopolis.com site after down for +1 month.
-- Update quotev.com adapter.
-- Fix for TtH Story-42 matching Story-421 while searching auth pages.