release-2025-12-19: Enable dapps to have a dark logo variant
·
466 commits
to main
since this release
This is Internet Identity release release-2025-12-19 for commit cd19f3144356d01753e62962ea0362e33eda2b1b.
The sha256 of production asset internet_identity_production.wasm.gz is c2bd369b53d972e265cf1fd2755340101e83d097b1ae1b40d7314e04d7a5d476.
What's Changed
- Enable dapps to have a dark logo variant by @sea-snake in #3552
Full Changelog: release-2025-12-12...release-2025-12-19
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 cd19f3144356d01753e62962ea0362e33eda2b1b
./scripts/verify-hash --ii-hash c2bd369b53d972e265cf1fd2755340101e83d097b1ae1b40d7314e04d7a5d476
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.