pywb 2.8.0 release
High-Level Changes
- Upgrade dependencies (this release supports Python 3.7-3.11; many thanks to @edsu for doing a lot of the legwork on this!)
- Upgrade wombat to 3.7.3
- Add
wb-manager add --unpack-wacz
option to add WARCs from within a WACZ to collection and reindex (WACZ support without unpacking is planned for 2.9.0) - Keyboard navigation accessibility improvements to header timeline
- Add print replay frame button to header (and ability to disable)
- Locale fixes
- Allow ACLJs to use
*,
SURT wildcard to match all top level domains/URLs
Detailed Changes
- chore(typos): fix typos across codebase by @stavares843 in #811
- Add a button to print the replay frame by @krakan in #814
- [#799] Add wacz archives to collection by @kuechensofa in #800
- [#715] Forward custom headers for cdx queries by @krakan in #813
- Update usage.rst by @aponb in #816
- Pass env vars to tox by @tw4l in #823
- Add config.yaml UI option to disable printing from replay banner by @tw4l in #815
- Sets "Pywb Error" string as translatable in error template by @Quirinus in #868
- Fixes switch_locale not adding locale if missing from URL by @Quirinus in #871
- Fixes environ paths when default_locale set by @Quirinus in #873
- Fixes get_locale_prefixes() wrong paths by @Quirinus in #874
- fix rendering in readme shell commands by @flozi00 in #864
- Sort index when adding wacz archives by @kuechensofa in #820
- Upgrade dependencies by @edsu in #839
- Improve keyboard accessibility of Vue timeline by @tw4l in #889
- Allow ACLJs to use *, SURT wildcard to match all URLs by @tw4l in #882
- rewrite: stop prepending semicolon to
this.
special property access… by @ato in #888 - update wombat to latest (3.7.3) by @ikreymer in #896
- Update usage docs section on creating web archives by @tw4l in #899
- Use fontawesome icon for timeline zoom out, remove unused static files by @tw4l in #895
- Rename wb-manager add --uncompress-wacz to --unpack-wacz and add docs by @tw4l in #901
- Handle WARC filename conflicts with wb-manager add by @tw4l in #902
New Contributors
- @stavares843 made their first contribution in #811
- @aponb made their first contribution in #816
- @Quirinus made their first contribution in #868
- @flozi00 made their first contribution in #864
Full Changelog: v-2.7.4...v-2.8.0