From 80010c4f5ca0c4bd4260c7b637cad9ac8e6ca41d Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 14 May 2015 21:40:10 -0700 Subject: [PATCH] update CHNAGES for 0.9.8 --- CHANGES.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index eb817714..7ddce3bc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,22 @@ +pywb 0.9.8 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* wombat fixes: fixes situation where setAttribute was not being rewritten. + +* wombat fixes: follow ``_no_rewrite`` more consistently, remove incorrect timezone offset. + +* 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. + +* html rewrite: handle ``parse_comments`` by rewriting as html, instead of as javascript. + +* html rewrite: if html content has no tags and no body tags, insert head_insert at end of document. + +* html rewrite: don't insert banner in ajax requests, wombat always adds ``X-Requested-With: XMLHttpRequest``. + +* scheme relative urls: rewrite to current scheme, if known, otherwise keep scheme relative, instead of defaulting to http. + + pywb 0.9.7 changelist ~~~~~~~~~~~~~~~~~~~~~