release-2023-07-07: Visual UX improvements and minor fixes
github-actions
released this
07 Jul 09:09
·
925 commits
to main
since this release
This is Internet Identity release release-2023-07-07 for commit 92dc4291ff3cbca7e98b47528e7edd0dfbbb8865.
The release introduces visual UX improvements and fixes several typos/inconsistencies in displayed texts.
The sha256 of production asset internet_identity_production.wasm.gz is dca2090e1f2d5eeab5f0ffe4556054539ad537dd1954fc177e116e6278849936.
What's Changed
- Make the compatibility notice use the mainWindow component by @meodai in #1731
- Make the spinner more noticeable by @meodai in #1730
- Remove styling on #pageContent by @meodai in #1727
- Typo "This number is you Internet Identity" by @peterpeterparker in #1736
- Fix "You enabled a recovery phrase" displayed for recovery device by @peterpeterparker in #1737
Full Changelog: release-2023-06-27...release-2023-07-07
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 92dc4291ff3cbca7e98b47528e7edd0dfbbb8865
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz