release-2023-05-05: Automatic Device Naming
github-actions
released this
05 May 16:08
·
1088 commits
to main
since this release
This is Internet Identity release release-2023-05-05 for commit 8c2eccc1cce4cee926878935e4055cea56ccaf60.
This release contains many exciting front-end changes to make onboarding easier and Internet Identity more understandable in general.
The sha256 of production asset internet_identity_production.wasm.gz is f03f8b09347dba6171de61e44cb1b2f80ec15bab0f930720d51795a20712b7aa.
What's Changed
- Remove await when creating test object by @peterpeterparker in #1534
- Update commit of IC artefacts by @gix-bot in #1536
- Typecheck tests by @nmattia in #1530
- Use module aliases in styleguide by @nmattia in #1538
- Add 'Save Passkey' page by @nmattia in #1537
- Don't show recovery warning on anchor creation by @nmattia in #1540
- Add captcha normalization for j by @frederikrothenberger in #1542
- Update 'Create Passkey' page by @nmattia in #1546
- Simplify chasm implementation by @nmattia in #1541
- Improve marketing page by @nmattia in #1543
- Make footer sticky by @nmattia in #1544
- Allow loading font from canister by @nmattia in #1547
- Show dapps marquee on landing screens by @nmattia in #1545
- Clean up pickRecoveryDevice by @nmattia in #1549
- Restyle app by @nmattia in #1548
- Ensure Create Passkey CTA is in view by @nmattia in #1551
- Save Identity number early by @nmattia in #1552
- Allow renaming devices by @nmattia in #1554
- Align copy with new wording by @nmattia in #1553
- Infer authenticator aliases by @nmattia in #1556
Full Changelog: release-2023-04-28...release-2023-05-05
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 8c2eccc1cce4cee926878935e4055cea56ccaf60
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz