Skip to content

Tags: webrecorder/archiveweb.page

Tags

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.14.1 release (#279)

- fix checking for archiveCookie setting unset, also check undefined
- deps: update wabac.js 2.20.6, replaywebpage 2.2.3

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
facebook fix + configurable storage/cookie archiving (#277)

support for configurable cookie / storage archiving, from UI settings
from #276
fix for facebook archiving + replay using dash rewriting +
range-from-query replay via wabac.js 2.20.4
fixes #272, #273

v0.13.3

Toggle v0.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: bump to replaywebpage 2.2.1, wabac.js 2.20.1, wombat 3.8.3 (#269)

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update documentation (#265)

## Changes
- Document yarn and node versions
- Streamline docs to reduce repetition of yarn install/build-dev steps
---------
Co-authored-by: Henry Wilkinson <[email protected]>
Co-authored-by: Ilya Kreymer <[email protected]>

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix merge error in settings page (#263)

Fixes merge errors from TS conversion.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
TypeScript Conversion! (#257)

- Update all of archiveweb.page to use TypeScript
* Convert entire project to TS using some tools from
https://github.com/stripe-archive/flow-to-typescript-codemod
* Set up ESLint with rules from replaywebpage, and autofix a bunch of
things
* Run format + lint on all files
* Remove checked-in built files
* Replaces outdated node-sass with sass

- Update dependencies to wabac.js 2.20.0 and awp-sw 0.5.0, also updated
to TS
- App: fixes for opening links in new window
- Some improvements to embed viewer, additional customizations,
additional event messages passed from iframe
- Supersedes PR #228

---------
Co-authored-by: emma <[email protected]>
Co-authored-by: Henry Wilkinson <[email protected]>

v0.12.8

Toggle v0.12.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update App Branding (#227)

### Changes
- Updates in-app logos
- Updates extension icon and dev icon
- Adds checkmark to the idle state to better convey the status
- Updates readme with new logo
- Updates Readme text
- Moves app assets to `/src/assets` to match ReplayWebpage & Browsertrix
project file structure
  - App icons are still located in `/build` and `/src/static`
- The electron app icons are updated in #226 instead of this PR! Go
check that one out for those!
- Removes old unused brand assets

---------
Co-authored-by: Ilya Kreymer <[email protected]>

v0.12.7

Toggle v0.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: update to wabac.js 2.19.7 (#251)

replay fidelity improvements via wabac.js 2.19.4 + wombat 3.7.14 (matching RWP 2.1.4)

v0.12.6

Toggle v0.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FB + other dynamic site capture improvements (#249)

- update to wabac.js 2.19.6 for improved FB rewriting rules
- update to browsertrix-behaviors 0.6.4 to fix async fetch, even when
behaviors aren't running on autopilot
- Don't truncate POST bodies if URL is handled by custom rules
- bump to 0.12.6

v0.12.5

Toggle v0.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix POST request pages + improved video capture (#243)

- deps: update to wabac.js 2.19.4 for improved video capture/replay
- pages: if main page URL is a POST request, update page URL to be the post-to-get converted URL to avoid mismatch, fixes #242
- version: bump to 0.12.5