mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
update version to 0.5.0, update CHANGELIST and README
This commit is contained in:
parent
fcbc2c2966
commit
ca405ef179
20
CHANGES.rst
20
CHANGES.rst
@ -1,3 +1,23 @@
|
|||||||
|
pywb 0.5.0 changelist
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fixes to memento timemap/timegate to work with framed replay mode.
|
||||||
|
|
||||||
|
* Support for a fallback handler which will be called from a replay handler instead of a 404 response. The handler, specified via the ``fallback`` option
|
||||||
|
can be the name of any other replay handler. Typically, it can be used with a live rewrite handler to fetch missing content from live instead of showing a 404.
|
||||||
|
|
||||||
|
* Live Rewrite can now be included as a 'collection type' in a pywb deployment by setting index path to ``$liveweb``
|
||||||
|
|
||||||
|
* ``live-rewrite-server`` has optional ``--proxy host:port`` param to specify a loading live web data through an HTTP/S proxy, such as for use with a
|
||||||
|
recording proxy.
|
||||||
|
|
||||||
|
* wombat: add document.cookie -> document.WB_wombat_cookie rewriting to check and rewrite Path= to archival url
|
||||||
|
|
||||||
|
* Better parent relative '../' path rewriting, resolved to correct absolute urls when rewritten. Additional testing for parent relative urls.
|
||||||
|
|
||||||
|
* Improved support for proxy mode, allow different collections to be selected via proxy auth
|
||||||
|
|
||||||
|
|
||||||
pywb 0.4.7 changelist
|
pywb 0.4.7 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.4.8
|
PyWb 0.5.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.4.8',
|
version='0.5.0',
|
||||||
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