Skip to content

Releases: webrecorder/pywb

pywb 0.9.0

24 Mar 00:57
Compare
Choose a tag to compare

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

19 Feb 09:42
Compare
Choose a tag to compare

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

12 Jan 08:56
Compare
Choose a tag to compare

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

27 Dec 02:36
Compare
Choose a tag to compare

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

05 Dec 07:18
Compare
Choose a tag to compare

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

06 Nov 08:47
Compare
Choose a tag to compare

Bug fix release for a few small issues related to rewriting and cdx indexing.

See CHANGES.rst for full changelist.

pywb 0.6.2

18 Oct 22:57
Compare
Choose a tag to compare

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.

pywb 0.6.0 release

07 Sep 18:36
Compare
Choose a tag to compare

Significant Proxy Mode Improvements, support for HTTPS Proxy Mode and collection and timestamp switching in proxy mode via session cookies.

New Proxy Mode Demo project: https://github.com/ikreymer/pywb-proxy-demo

See pywb Proxy Mode Usage <https://github.com/ikreymer/pywb/wiki/Pywb-Proxy-Mode-Usage>_ for more details on configuring proxy mode.

See CHANGES.rst for full changelist.

pywb 0.5.0 release

22 Jul 06:33
Compare
Choose a tag to compare

Please see CHANGES.rst for full changelist.

pywb 0.4.0 release

30 May 20:01
Compare
Choose a tag to compare

This release features:

  • live-rewrite-server application
  • Overhaul of client side rewriting via wombat.js
  • Fixes for chunk-encoded response parsing
  • Cookie rewriting

and many other fixes..

Please see CHANGES.rst for more details.