summarylogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorEli Schwartz2015-12-19 22:37:16 -0500
committerEli Schwartz2015-12-19 22:37:16 -0500
commitd9aa8e9f7b2a9ff44db22de06c21401a8e8d44c1 (patch)
treec4acb5bf1f9ca31d0670190f4053ee4c62867073 /changelog.txt
parenta95642304f5e9f2be5dc2a380a2d6f2cf66c93f0 (diff)
downloadaur-d9aa8e9f7b2a9ff44db22de06c21401a8e8d44c1.tar.gz
upgpkg: fanficfare 2.2.16-1
upstream release
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
new file mode 100644
index 000000000000..4ee2ae6c668f
--- /dev/null
+++ b/changelog.txt
@@ -0,0 +1,26 @@
+Version 2.2.16 - 19 Dec 2015
+- Update for changes to storiesonline.net site.
+- Set is_adult cookie for FimF on 'Get URLs from Page' if set in personal.ini.
+- Fix for hpfandom.net change so one-shot stories will work correctly.
+- Improvements to basic chapter_title_strip_pattern, add warning comments for same.
+- Update to BeautifulSoup 4.4.1 everywhere, remove included BS3. Effected parts:
+ ---- MOBI generation
+ ---- replace_br_with_p feature
+ ---- base_efiction adapters
+ ---- Most site adapters.
+- Strip <script> tags from HTML. Added for FimF, but applies to all sites.
+- Remove 'like' from XenForoForum chapter links in index post.
+- Make metadata lists unique even when keep_in_order_.
+- Change entities to actual utf8 chars in adapter_fanfictionjunkiesde.py.
+- Add keep_html_attrs feature - deprecates keep_style_attr and keep_title_attr.
+- Add replace_tags_with_spans feature.
+- Fix for yet another storiesonline.net site change. Thanks davidfor for
+ figuring it out for me.
+- New site mcstories.com. Thanks user39189!. Fair warning: mcstories.com is
+ titled "The Erotic Mind-Control Story Archive".
+- Fix for literotica.com. Thanks again to davidfor for figuring out the problem.
+- New centeredcat_to_characters pairingcat_to_characters_ships and
+ romancecat_to_characters_ships features for tthfanfic.org. These default to
+ 'true', set them to false in your personal.ini if you want the old behavior.
+ See: http://www.mobileread.com/forums/showthread.php?p=3224924&postcount=829
+- Remove HTML comments when using replace_br_with_p.