1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

More CHANGES.rst updates

This commit is contained in:
Ilya Kreymer 2015-05-14 22:27:31 -07:00
parent f2e601769b
commit 24ace9b52d

View File

@ -1,6 +1,9 @@
pywb 0.9.8 changelist
~~~~~~~~~~~~~~~~~~~~~
* auto config: allow custom settings in shared ``config.yaml`` to be combined with automatic collection settings
per collection ``config.yaml``
* wombat fixes: fixes situation where setAttribute was not being rewritten.
* wombat fixes: follow ``_no_rewrite`` more consistently, remove incorrect timezone offset.
@ -8,6 +11,8 @@ pywb 0.9.8 changelist
* wombat: new 'node added' mutation observer which will rewrite any newly added elements, may simplify other
rewriting cases. Not enabled by default yet requires setting ``client.use_node_observers`` to use.
* regex rewrite: tweak ``top`` and scheme relative regexes to better avoid false positives
* html rewrite: handle ``parse_comments`` by rewriting as html, instead of as javascript.
* html rewrite: if html content has no <head> tags and no body tags, insert head_insert at end of document.