release-2024-11-01: Onboarding improvements and new passkey usage timestamp
This is Internet Identity release release-2024-11-01 for commit f69b5fe20f4e72e22da6543b19359616a11ce244.
The sha256 of production asset internet_identity_production.wasm.gz is 9fcac1fe34fbc180ba4648c47655a14d990bc8e870144fbfa81e60d31d2dae84.
This release incluses text improvements to help users that are registering and also adds the last time a passkey was used in the devices list.
What's Changed
- Update release in README by @gix-bot in #2670
- remove first_time_subtitle from first-time known-dapp auth modal by @LXIF in #2671
- Fix typo in docs by @lmuntaner in #2676
- Update dapps list by @gix-bot in #2674
- Remove mobile footer title and text by @LXIF in #2672
- Simplify Text shown after creating Internet Identity by @LXIF in #2673
- add bugfix learnings to readme and hacking by @LXIF in #2677
- Update dapps list by @gix-bot in #2678
- Rename metrics for stable and heap memory bytes by @lmuntaner in #2679
- Change landing page title by @lmuntaner in #2681
- Display timestamp of last usage for each Passkey device in PAsskey device selector by @LXIF in #2680
Full Changelog: release-2024-10-25...release-2024-11-01
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 f69b5fe20f4e72e22da6543b19359616a11ce244
./scripts/verify-hash --ii-hash 9fcac1fe34fbc180ba4648c47655a14d990bc8e870144fbfa81e60d31d2dae84 --archive-hash 6b8c93a9c7d9d187b186b8d8bc7ee3f617265f070125b4ca0e5a72e0bb4cd045
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.