Skip to content

Releases: webrecorder/replayweb.page

ReplayWeb.page App 1.7.7

03 Dec 00:23
Compare
Choose a tag to compare

Bug Fix Release:

  • Ensure partial 206 responses are not indexed.
  • Skip injected script check (not applicable to app).

ReplayWeb.page App 1.7.6

25 Nov 19:24
Compare
Choose a tag to compare

Bug Fix Release:

  • Fix issue with ruffle.js not loading
  • Fix occasional window.open override being broken.
  • Various dependency updates

Full Changelog: v1.7.3...v1.7.6

ReplayWeb.page App 1.7.3

22 Nov 03:33
Compare
Choose a tag to compare

Bug fix release:

  • Fidelity improvements via wombat and wabac.js
  • Loading embeds: fix issues with multiple loading embeds from same WACZ on the same page.
  • Dependencies to wabac.js 2.13.8, wombat 3.3.11, auto-js-ipfs 1.5.1

ReplayWeb.page App 1.7.2

05 Nov 23:36
Compare
Choose a tag to compare

Bug fix release including:

  • Replay Fidelity: fixes for replaying TikTok pages.

Full Changelog: v1.7.1...v1.7.2

ReplayWeb.page App 1.7.1

10 Oct 04:16
Compare
Choose a tag to compare

Bug fix release:

  • Fix regression in Electron App not loading correctly (preload script not loading), should fix #130
  • Fidelity: Fixes to certain tweet embed loading

See CHANGES.md for more detailed description, including changes for web-based replayweb.page

Full Changelog: v1.7.0...v1.7.1

ReplayWeb.page App 1.7.0

05 Oct 02:00
Compare
Choose a tag to compare

New release with verification UI, improved fidelity, and improved IPFS loading.
Changes for the app include:

  • Show WACZ verification info on info tab
  • Redirect links that open in new window to remain in same window.
  • Improved formatting for 404 page.
  • Fix loading from IPFS, using default gateways instead of local node (for now).

See CHANGES.md for more detailed description, including changes for web-based replayweb.page

Full Changelog: v1.6.5...v1.7.0

ReplayWeb.page App 1.6.5

02 Sep 02:41
Compare
Choose a tag to compare

This bug fix release includes following changes (since 1.6.0) applicable to the ReplayWeb.page App:

  • Loading: Don't ignore hashtag, eg. #.wacz to specify file type when loading (via wabac.js)
  • Fidelity: Various replay improvements via latest wabac.js (fix module script rewriting, more twitter video rewriting fidelity, ignore invalid link headers)
  • Loading: replay fixes for WARCs with revisit records (via wabac.js)
  • Fidelity: fix for rewriting of some JS incorrectly treated as a module (via wabac.js)
  • Loading: fix loading ipfs:// urls (via wabac.js)
  • UI: Fix date padding
  • Dependencies: update ruffle to 2022-07-02
  • Dependencies: update to wabac.js 2.12.5

Full Changelog: v1.6.0...v1.6.5

ReplayWeb.page App 1.6.0

15 Jun 21:09
Compare
Choose a tag to compare

This release includes the following updates:

  • Embeds: Support embedding without using webworker with noWebWorker attrib added to <replay-web-page>
  • Fidelity: improved replay of pages that use eval() in global scope (via wabac.js)
  • Fidelity: improved replay of twitter videos archived via browsertrix-crawler/pywb (via wabac.js)
  • Loading: Support for multi-WACZ json, with search across all WACZ files (via wabac.js)
  • Loading: Support for loading from non-HTTP URLs (via wabac.js) in browsers that support custom fetch
  • UI: Support for entering ssb://<hash> URLs for use with browsers that support custom fetch
  • Dependencies: update to wabac.js 2.12.0, update to electron 19.0.4

ReplayWeb.page App 1.5.10

08 Mar 01:58
Compare
Choose a tag to compare

This release includes the following fixes:

  • Fidelity: Encoding fix for non-ascii links, optimizations for utf-8 parsing (via wabac.js 2.10.3)
  • Loading: improved loading of experimental multi-wacz (json-based) spec.
  • Dependencies: update to wabac.js 2.10.3

ReplayWeb.page App 1.5.7

11 Jan 01:00
Compare
Choose a tag to compare

This release includes the following fixes:

  • Optimized loading for larger WARC files, including display progress of WARC records loaded, loading via web worker.
  • Various fidelity improvements via latest wabac.js / wombat.js
  • Update dependencies (ruffle, wabac, wombat, warcio)