mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
update for 0.5.4 release
This commit is contained in:
parent
501c942a6f
commit
d02de63cbc
11
CHANGES.rst
11
CHANGES.rst
@ -1,3 +1,13 @@
|
|||||||
|
pywb 0.5.4 changelist
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* bug fix: self-redirect check resolves relative Location: redirects
|
||||||
|
|
||||||
|
* rewrite rules: 'parse_comments' option to parse html comments as JS, regex rewrite update to match '"http:\\\\/' double backslash
|
||||||
|
|
||||||
|
* bug fixes in framed replay for html content, update top frame for html content on load when possible
|
||||||
|
|
||||||
|
|
||||||
pywb 0.5.3 changelist
|
pywb 0.5.3 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
* better framed replay for non-html content -- include live rewrite timestamp via temp 'pywb.timestamp' cookie, updating banner of iframe load. All timestamp formatting moved to client-side for better customization.
|
* better framed replay for non-html content -- include live rewrite timestamp via temp 'pywb.timestamp' cookie, updating banner of iframe load. All timestamp formatting moved to client-side for better customization.
|
||||||
@ -6,6 +16,7 @@ pywb 0.5.3 changelist
|
|||||||
|
|
||||||
* banner-only rewrite mode (via 'bn_' modifier) to support only banner insertion with no rewriting, server-side or client-side.
|
* banner-only rewrite mode (via 'bn_' modifier) to support only banner insertion with no rewriting, server-side or client-side.
|
||||||
|
|
||||||
|
|
||||||
pywb 0.5.1 changelist
|
pywb 0.5.1 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
minor fixes:
|
minor fixes:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.5.3
|
PyWb 0.5.4
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.5.3',
|
version='0.5.4',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user