Archiveweb.page Versions Save

A High-Fidelity Web Archiving Extension for Chrome and Chromium based browsers!

v0.11.3

7 months ago

What's Changed

  • recorder url filtering tweaks:

    • add isSelfRedirect(), skip recording exact self-redirects
    • when converting POST-to-GET, truncate long individual query args to 512, entire URL to 4096 to include remaining query args that may be shorter
    • deps: bump to replaywebpage 1.8.13, wabac.js 2.16.12, browsertrix-behaviors 0.5.2
  • 0.11.3 Fixes by @ikreymer in https://github.com/webrecorder/archiveweb.page/pull/192

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.11.2...v0.11.3

v0.11.2

8 months ago

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.11.1...v0.11.2

v0.11.1

9 months ago

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.11.0...v0.11.1

v0.11.0

10 months ago

What's Changed

  • Settings page now has IPFS and Browsertrix Cloud tabs
  • Auto-detect IPFS only if autodetect check enabled.
  • Update to wabac.js 2.16.4 for improved fidelity
  • Embedded Recording: Fix for scheme-relative URLs (via awp-sw 0.4.0)
  • Update to browsertrix-behaviors 0.5.1, includes fix for Twitter behavior
  • Upload to Browsertrix Cloud Support by @ikreymer in https://github.com/webrecorder/archiveweb.page/pull/169

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.10.1...v0.11.0

v0.10.1

10 months ago

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.10.0...v0.10.1

v0.10.0

11 months ago

New Features

  • Settings panel, with IPFS settings added
  • Support for custom IPFS daemon and gateway configurations, improved progress display when sharing via IPFS
  • Updates to latest wabac.js / replayweb.page for fidelity improvements in-sync with replayweb.page 1.8.1

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.9.8...v0.10.0

v0.9.8

1 year ago

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.9.7...v0.9.8

v0.9.7

1 year ago

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.9.6...v0.9.7

v0.9.6

1 year ago

What's Changed

Full Changelog: https://github.com/webrecorder/archiveweb.page/compare/v0.9.5...v0.9.6

v0.9.5

1 year ago

Bug Fix Release:

  • dependency update: update to wabac.js 2.15.0, replaywebpage 1.7.11, browsertrix-behaviors 0.4.0
  • recording: skip HEAD requests along with OPTIONS
  • fidelity: fixes Vimeo rewriting rules (via wabac.js), addresses #126