release-2024-12-06: Maintenance and UI fixes
github-actions
released this
06 Dec 12:53
·
39 commits
to main
since this release
This is Internet Identity release release-2024-12-06 for commit 4118aae6255204f01786f112cf94f06858643488.
The sha256 of production asset internet_identity_production.wasm.gz is 0c1fdf559056aabfbc054590b4532534bbdb40cf0274e34eeec17747d308b5e6.
There aren't major user facing changes in this release except for a UI fix and reduce size of some icons.
What's Changed
- Update release in README by @gix-bot in #2718
- Improve Verifiable Credential docs by @lmuntaner in #2719
- Improve VC docs with domain separator extension by @lmuntaner in #2721
- Improve PR Template by @lmuntaner in #2722
- Update dfx by @gix-bot in #2723
- Update dapps list by @gix-bot in #2726
- Fix button text only color on hover by @lmuntaner in #2724
- Updated Discord Link by @lmuntaner in #2728
- Add Related Origins Requests to Config by @lmuntaner in #2725
- Update dapps list by @gix-bot in #2731
- Runtime frontend feature flags. by @sea-snake in #2730
- Add well-known asset for Related Origin Requests by @lmuntaner in #2720
Full Changelog: release-2024-11-29...release-2024-12-06
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 4118aae6255204f01786f112cf94f06858643488
./scripts/verify-hash --ii-hash 0c1fdf559056aabfbc054590b4532534bbdb40cf0274e34eeec17747d308b5e6
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.