From e0e1d34c5b933d634c3b2870ae2480009370a17c Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 17 Jul 2015 19:31:03 -0700 Subject: [PATCH] Update CHANGES for 0.10.2 --- CHANGES.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1cb1de53..50575365 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,31 @@ +pywb 0.10.2 changelist +~~~~~~~~~~~~~~~~~~~~~~ + +- wombat 2.5 update -- significant wombat improvements: + +- Cookies: more comprehensive client-side cookie overriding, including Path, Domain, and expires removal. + +- ``WB_wombat_location`` overriden on Object prototype, defaults to ``location`` if ``_WB_wombat_location``, the actual, property is not set. + +- ``WB_wombat_location.href`` proxies to actual location, responsive to ``pushState`` / ``replaceState`` location changes. + +- More consistent and ``lookupGetter/lookupSetter`` overrides with ``Object.defineProperty``. + +- Added baseURI override, ``Element.prototype and ``document``. + +- Added ``insertAdjacentHTML()`` override. + +- Improved iframe override, including check for `contentDocument` changes. + +- Don't rewrite urls that start with ``{`` + +- Frames mode: ensure hash changes synchronized between inner and outer frames. + +- video: don't rewrite generic 'swf' with flowplayer + +- deprefix: support deprefixing of url-encoded queries. + + pywb 0.10.1 changelist ~~~~~~~~~~~~~~~~~~~~~~