Releases: webrecorder/pywb
pywb 0.10.5
Another wombat overhaul for most accurate rewriting replay yet! Improvements to to <iframe>
handling, postMessage
and document.write
HTTPS proxy mode should work again where there were issues in earlier 0.10.x with wayback
(using wsgiref
by default as waitress
did not support proxy at all).
New 'host scope' cookie rewriter, which rewrites domain cookies to current rewritten url host to avoid cookie leakage.
See CHANGES.rst for full changelist.
pywb 0.10.1
Significant improvements to wombat.js and various stability bug fixes..
See CHANGES.rst for full changelist.
pywb 0.9.5
Numerous improvements and bug fixes, including:
- Better support for embedding through shared Jinja environment and support for custom context params.
- Support for client-side customizations of wombat.js
- Support for root collection, serving from localhost:8080/
- Support for loading archives and indexes form s3:// urls.
See CHANGES.rst for full changelist.
pywb 0.9.0
New directory based auto-configuration system (no config files needed), support for CDXJ (CDX JSON format), collections manager for managing archive files, UI and user metadata. Also support for auto-indexing of changed WARC/ARCs
See README and https://github.com/ikreymer/pywb/wiki/Auto-Configuration-and-Web-Archive-Collections-Manager for more details.
See CHANGES.rst for full changelist.
pywb 0.8.0
Improvements to framed replay, memento support, IDN urls, and additional customization support in preparation for further config changes.
See CHANGES.rst for full changelist.
pywb 0.7.5
Improved cross-platform support, including fully passing all tests on Windows.
pywb now builds with zip_safe=True
to allow embedding in standalone PyInstaller apps.
See CHANGES.rst for full changelist.
pywb 0.7.1
pywb 0.7.1 features a new, extensive video replay system. It is designed to support archived replay of a variety of video (and audio) content. The live proxy component, when combined with pywb-webrecorder, allows for correct recording of video whenever possible.
See Video Replay and Recording for more detailed info.
See CHANGES.rst for full changelist.
pywb 0.6.5 release
A few rewriting fixes for protocol rel JS, partially encoded schema, exact cookie rewriter, better error messages for non chunked gzip archive files.
See CHANGES.rst for full changelist.
pywb 0.6.4
Bug fix release for a few small issues related to rewriting and cdx indexing.
See CHANGES.rst for full changelist.
pywb 0.6.2
pywb 0.6.2
- Easier banner customization via
banner_html
template. - Improved fuzzy query matching: See: https://github.com/ikreymer/pywb/wiki/Fuzzy-Match-Rules
- Ability to change cookie scope.
- Removed mp_ from default non-framed mode, inverting frame mode paradigm.
- New domain-specific rules.
See CHANGES.rst for full changelist.