Skip to content

2025-04-25: UI fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 11:32
· 13 commits to main since this release
6b92147

This is Internet Identity release release-2025-04-25 for commit 6b92147efe1e2f69cfa8fb9b7c308a9668c4c0d1.
The sha256 of production asset internet_identity_production.wasm.gz is 0ca0cccdea79efb4a0f542dd8021fbb11fd7eb62fc690d3a27077deb388d74ae.

This release improves the color scheme and fixes minor UI bugs. On top of that, it also includes work in progress for a new functionality hidden behind a flag.

What's Changed

Full Changelog: release-2025-04-16...release-2025-04-25

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 0ca0cccdea79efb4a0f542dd8021fbb11fd7eb62fc690d3a27077deb388d74ae
internet_identity_dev.wasm.gz c0aa08b5a54746e9e67bdcc302b8ee5edbc63cb0c3bae3c9d40029cca543fa24
internet_identity_test.wasm.gz 8d122c05614c2c73577677c366be97b28b07f7678d82eabe68240233ed623f41
archive.wasm.gz aa1b463967d83d6211a96a2aaeb09aa77e61b8b7dc2d591d16486b5fd16aecbb
vc_demo_issuer.wasm.gz 68e160e40a29f3ae42c3860f0686b6e2d5dea72e047012f0d542b6a33687ba72

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 6b92147efe1e2f69cfa8fb9b7c308a9668c4c0d1
./scripts/verify-hash --ii-hash 0ca0cccdea79efb4a0f542dd8021fbb11fd7eb62fc690d3a27077deb388d74ae

Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.