Releases: webrecorder/archiveweb.page
Releases · webrecorder/archiveweb.page
ArchiveWeb.page App 0.6.16
Changes include:
- Download: Fix WARC request record to include missing http protocol.
- Download: Option to download archives as WARC 1.0.
ArchiveWeb.page App 0.6.15
Fixes include:
- Fix to async background fetch, attempt direct fetch, if fails, load via the browser
- Fix to revisit records occasionally not be written correctly.
- Dependency updates: wabac.js (2.9.0), wabac.js (3.3.3), ipfs-core (0.10.5), Electron 14.0
ArchiveWeb.page App 0.6.13
Fixes Include:
- Update to latest wabac.js / fidelity improvements.
- Fix for correctly capturing redirect when a page opens in a new tab.
- Update to latest ruffle
ArchiveWeb.page App 0.6.12
Fixes include:
- Optimization: Better handling of large HTML (don't serialize to string)
- Fix storing POST requests with original POST data
- Don't convert POST to get when replaying POST requests (via wabac.js 2.8.0-beta.0)
- Fidelity improvements via (wabac.js 2.8.0-beta.0)
ArchiveWeb.page App 0.6.11
Support for Apple M1 chip macs with universal binary for OSX.
Downloader: WACZ downloads store WARCs with .warc.gz instead of .warc extension to avoid confusion.
ArchiveWeb.page App 0.6.10
Various bug fixes:
- Fidelity improvements for replay
- Improved async fetching (first try directly, if errors, try via autofetch behavior in frame)
- Update to latest behaviors, fix for twitter timeline photo iteration.
- Update to latest Ruffle
ArchiveWeb.page App 0.6.8
- Fixes IPFS sharing:
- update to latest IPFS version (0.7.1)
- waiting for IPFS sharing to complete
- Support for recording
window.devicePixelRatio
- Fidelity improvements with wabac.js 2.7.8
ArchiveWeb.page App 0.6.7
Fixes pages opened in new windows or downloads sometimes not being archived due to CORS issues.
Replay improvements in sync with ReplayWeb.page 1.4.3
ArchiveWeb.page App 0.6.6
Changes include:
- Bug fix: Fix for crash when recording certain pages with service workers (#33)
- WACZ: Use SURT-ordered CDX again, properly sorted.
- WARC: use
sha256
prefix instead ofsha-256:
- Autopilot Behaviors: Update to latest browsertrix behaviors (0.2.1), includes fix for facebook behavior
- Dependencies: Update to latest ruffle.js, warcio.js (1.4.5), wabac.js (2.7.3)
ArchiveWeb.page App 0.6.4
Fidelity Improvements:
- Fixed replay of some Tableau dashboards (multipart/form-data replayed correctly)
- PDF: fixed capture and text extraction of PDFs
- Downloads: fixed capture of file downloads that were previously reported as failed.
Downloading WARC/WACZ improvements:
- Uses new WACZ 1.1 format
- Uses SHA-256 instead of MD5
- WARC files are deterministic on every download (unless changed), using uuiv5 for consistent record ids.
- Includes hashes for all WARC records and compressed cdx blocks
- Includes hash of datapackage.json and signature in datapackage-digest.json