release-2024-11-29: UI and UX improvements
This is Internet Identity release release-2024-11-29 for commit 10f15a13bdfe0e9e3f3699d0fb5a5282bddd452c.
The sha256 of production asset internet_identity_production.wasm.gz is d5842563b375450026584fa45a9c82336b28e07afe48ea4f8ce752102a21fbec.
This release includes improvements in caching of assets and fixes a minor UI issue. It also re-enables some e2e tests that were disabled as well as clean up some code after removing the functionality to register with PIN.
What's Changed
- Update release in README by @gix-bot in #2704
- Add caching and cache-busting to dapp icons by @LXIF in #2697
- Fix loader in showcase and add it to screenshots by @sea-snake in #2710
- Enable PIN registration with query param by @lmuntaner in #2711
- Update dapps list by @gix-bot in #2713
- Remove "false" label from loader screen by @sea-snake in #2712
- Clean up and enable tests after PIN teste enabled by @lmuntaner in #2714
- Upgrade Rust and fix clippy issues by @lmuntaner in #2717
Full Changelog: release-2024-11-22...release-2024-11-29
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 10f15a13bdfe0e9e3f3699d0fb5a5282bddd452c
./scripts/verify-hash --ii-hash d5842563b375450026584fa45a9c82336b28e07afe48ea4f8ce752102a21fbec
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.