Releases: webrecorder/pywb
pywb 2.6.8 release
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
- @yasarkunduz made their first contribution in #712
- @edsu made their first contribution in #716
- @krakan made their first contribution in #721
- @sepastian made their first contribution in #726
- @heyvito made their first contribution in #733
- @lwrubel made their first contribution in #742
Full Changelog: v-2.6.7...v-2.6.8
pywb 2.6.7 release
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
pywb 2.6.4 release
pywb 2.6.3 release
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
andpywb.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
Fix regression in 2.6.1 where static files were not being loaded correctly, #681
pywb 2.6.1 release
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
See CHANGELIST for release details!
pywb 2.5.0
See CHANGELIST for release details!
pywb 2.4.2
See CHANGELIST for release details