Pywb Versions Save

Core Python Web Archiving Toolkit for replay and recording of web archives

v-2.6.8

1 year ago

A bug fix release with numerous fixes, as described below.

What's Changed

New Contributors

Full Changelog: https://github.com/webrecorder/pywb/compare/v-2.6.7...v-2.6.8

v-2.6.7

2 years ago

Bug fix release, including:

  • dependency: bump gevent to latest (21.12.0) to fix issues related to Python 3.10 on Mac
  • rewrite: fix eval rewriting where ._eval was accidentally being rewritten
  • post-to-get conversion: properly handle json with top-level lists, to match cdxj-indexer, print parse errors, fixes #709

v-2.6.6

2 years ago
  • Fix for Chrome >=100, Firefox >= 100: default to modern js rewriting, use legacy only if older browser detected, #707
  • dependency: don't use obsolete werkzeug useragent package, use ua_parser instead of user-agent detection #704
  • Dockerfile: use python 3.8 by default

v-2.6.4

2 years ago

Bug fix release, including:

  • wombat.js: actually update to wombat to 3.3.6, rebuild dist/wombat.js (raised in #690)

  • Fix live mode when redirect_to_exact is enabled #692

  • Rules: additional fuzzy ignore of facebook query param: #691

  • Docs: typo fixes: #669, #670

v-2.6.3

2 years ago

This release includes the following fixes:

  • Fix false-positive rewriting of location through additional check if local var is used, fixes #684

  • Fix missing localization of placeholder, fixes #685

  • Fix regression caused by 2.6.2, ensure pywb.app_prefix, pywb.host_prefix and pywb.static_prefix paths set correctly for all pages #688, fixes #686

  • Documentation: Fixes to cdx-indexer helped (from @ldko) #683

  • Update wombat.js to 3.3.6

  • Add automatic Docker push on new GitHub release

v-2.6.2

2 years ago

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

v-2.6.1

2 years ago

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)

v-2.6.0

2 years ago

See CHANGELIST for release details!

v-2.5.0

3 years ago

See CHANGELIST for release details!

v-2.4.2

3 years ago

See CHANGELIST for release details