release-2024-08-08: Improved recovery device reminder page
github-actions
released this
08 Aug 12:03
·
196 commits
to main
since this release
This is Internet Identity release release-2024-08-08 for commit ce331167c49b61b48ee9a2a7ebb0a25522d67f8f.
This release improves the recovery device reminder page:
- if a user has multiple passkeys it won't be shown at all
- it can be suppressed entirely ("Do not show again")
- it encourages users to add another passkey rather than setting up a recovery phrase
The sha256 of production asset internet_identity_production.wasm.gz is 195e8fc12ad640a231498b272ff663820716595e7f4075b363ac6e953a026c3b.
What's Changed
- Update release in README by @gix-bot in #2539
- Clean up after new landing pages by @lmuntaner in #2540
- Disable macos release build check due to flakyness by @frederikrothenberger in #2541
- fix: Candid file rendering in spec by @jessiemongeon1 in #2543
- fix: link in spec by @jessiemongeon1 in #2544
- Add beta domains to ic-domains by @lmuntaner in #2547
- Update node version by @gix-bot in #2546
- Fix Rust comments format by @lmuntaner in #2549
- Update rust version by @gix-bot in #2548
- Create warning page to add a device by @lmuntaner in #2550
- Improve spacing in landing page mobile by @lmuntaner in #2552
- Update dapps list by @gix-bot in #2545
- Use new warning page and change the rendering logic by @lmuntaner in #2551
New Contributors
- @jessiemongeon1 made their first contribution in #2543
Full Changelog: release-2024-07-12...release-2024-08-08
Build flavors
For more information please see the Build flavors section of the README.
Wasm Verification
To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:
git pull # to ensure you have the latest changes.
git checkout ce331167c49b61b48ee9a2a7ebb0a25522d67f8f
./scripts/verify-hash --ii-hash 195e8fc12ad640a231498b272ff663820716595e7f4075b363ac6e953a026c3b
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.