Skip to content

Releases: webrecorder/pywb

pywb 2.6.8 release

01 Sep 02:23
Compare
Choose a tag to compare

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

What's Changed

  • Upgrade webassets to v2.0 by @m4rk3r in #730
  • Encoding image 'srcset' value including the intrinsic width by @yasarkunduz in #712
  • Prevent jinja2 from escaping HTML markup in collection metadata by @tw4l in #747
  • Increase uwsgi_buffer_size for nginx config by @edsu in #716
  • Add missing translation for the filter-epression field placeholder by @krakan in #721
  • Activate field validation when expanding the advanced options by @krakan in #722
  • S3 loader to use boto3 built-in credential configuration by @sebastian-nagel in #723
  • describing installation using pip by @sepastian in #726
  • Add missing org/image to docker run commands by @heyvito in #733
  • Format error messages by @edsu in #737
  • Ensure CDX status is a string by @edsu in #739
  • Improve replay banner's accessibility by @lwrubel in #742
  • Revisit headers load fix by @ikreymer in #751
  • Enable translation for the remaining strings on the search results page by @krakan in #752
  • revisit of redirect optimization: by @ikreymer in #753
  • proxy: add COEP header for proxy mode to avoid errors by @ikreymer in #755
  • tests run improvements: update from python setup.py test -> tox by @ikreymer in #754
  • rewrite: detect edge-case where html starts with bom followed by @ikreymer in #758
  • tests options: add PYWB_NO_VERIFY_SSL env var for tests to avoid fail… by @ikreymer in #760
  • rewriting fix: twitter video in embedded tweets by @ikreymer in #761
  • Add ir_ modifier by @ikreymer in #759

New Contributors

Full Changelog: v-2.6.7...v-2.6.8

pywb 2.6.7 release

15 Apr 22:57
4f44c2e
Compare
Choose a tag to compare

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

pywb 2.6.6 release

11 Apr 22:07
403167f
Compare
Choose a tag to compare
  • 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

pywb 2.6.4 release

26 Jan 07:44
Compare
Choose a tag to compare

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

pywb 2.6.3 release

23 Dec 01:51
Compare
Choose a tag to compare

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

pywb 2.6.2 release

13 Nov 02:04
e64e58f
Compare
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
Compare
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
Compare
Choose a tag to compare

See CHANGELIST for release details!

pywb 2.5.0

28 Jan 02:49
78a9888
Compare
Choose a tag to compare

See CHANGELIST for release details!

pywb 2.4.2

11 Jul 04:12
Compare
Choose a tag to compare

See CHANGELIST for release details