Skip to content

Releases: webrecorder/pywb

pywb 2.6.2 release

13 Nov 02:04
e64e58f

Choose a tag to compare

Fix regression in 2.6.1 where static files were not being loaded correctly, #681

pywb 2.6.1 release

12 Nov 06:37
a6be766

Choose a tag to compare

Fixes include:

  • Domain-Specific Rewriting Rules: Rewrite twitter video to capture full videos.
  • Disable rewriting data- attributes, better fidelity without rewriting, fixes #676
  • Fix regression in auto-escaping URL in frame_insert.html
  • Feature: ability to set path used to serve static assets (default static) via static_prefix config option.
  • Update to wombat.js 3.3.4 (includes various rewriting fixes)

pywb 2.6.0 release

12 Oct 17:55

Choose a tag to compare

See CHANGELIST for release details!

pywb 2.5.0

28 Jan 02:49
78a9888

Choose a tag to compare

See CHANGELIST for release details!

pywb 2.4.2

11 Jul 04:12

Choose a tag to compare

See CHANGELIST for release details

pywb 0.32.0

16 Sep 05:14

Choose a tag to compare

Support for cross-domain framed replay, where content (inner) frame and banner (outer) frame can be served from different domains, for security and avoiding cookie issues.

No rewriting of relative urls, many additional server and client side rewriting improvements.

See CHANGES.rst for full changelist.

pywb 0.11.4

21 Mar 20:13

Choose a tag to compare

uWSGI+gevent working correctly.. explicitly monkey-patching for gevent when running uwsgi uwsgi.ini

Better replay with additional overrides of window.crypto.getRandomValues()

Various bug fixes since 0.11.0.

See CHANGES.rst for full changelist.

pywb 0.11.0

13 Dec 15:40

Choose a tag to compare

Proxy mode improvements, client side rewrite improvements, especially for Safari/IE/Edge, beginning of client side testing suite, and more.

See CHANGES.rst for full changelist.

pywb 0.10.10

22 Oct 22:43

Choose a tag to compare

Support for customized loaders, additional rewriting bug fixes.

See CHANGES.rst for full changelist.

pywb 0.10.9.1

13 Oct 05:29

Choose a tag to compare

Proxy Mode improvements: including simple fixed-IP collection and timestamp resolver (useful for Docker container deployments), improved proxy mode video and client rewriting in proxy, better proxy config with use_wombat and use_client_rewrite options.

Time-bounded calendar and CDX query support, eg. /2010-2015/<url>, /2010-/<url>, /-2015/<url>

Edge-case client-side rewriting improvements.

Fixes scheme-relative rewrite url fix from 0.10.9, and should be used instead.

See CHANGES.rst for full changelist.