release-2023-02-20: Clean up manage page (#1250)
github-actions
released this
20 Feb 16:50
·
1347 commits
to main
since this release
This is Internet Identity release release-2023-02-20 for commit e9cbaae4f52e65abd9e7f00aa622da74b88437c3. This release includes some UI improvements (notably when using recovery phrases) and general bug fixes.
The sha256 of production asset internet_identity_production.wasm is d164855ab70a3111dab3d78ceeca430f2b6bdc180f843700ed0feebee3c28b35.
What's Changed
- Fix badge by @nmattia in #1190
- Fix ic-commit update by @nmattia in #1186
- Remove unused assets by @nmattia in #1185
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /demos/using-dev-build by @dependabot in #1192
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1193
- Hide alias in public lookup method by @frederikrothenberger in #1191
- Introduce support for i18n and extract copy in about and authz pages by @nmattia in #1184
- Deconstruct manage by @nmattia in #1199
- Update commit of IC artefacts by @gix-bot in #1201
- fix: demo broken if package-lock is regenerated. by @ielashi in #1202
- Refactor verifyTentativeDevice by @nmattia in #1197
- Move validateAlias to utils by @nmattia in #1195
- Fix: typos by @omahs in #1203
- Fix max expiration in spec by @nmattia in #1204
- Extract more copy in authz by @nmattia in #1205
- Make authentication the first action of authenticated canister calls by @frederikrothenberger in #1196
- Allow changing anchor range on upgrade by @frederikrothenberger in #1194
- Refactor device settings by @nmattia in #1206
- Add hover effect on list-actions by @meodai in #1212
- Change recovery picker depending on context by @nmattia in #1210
- Clarify text when adding device by @nmattia in #1211
- Change the Preloader behaviour (Captcha height jump fix) by @meodai in #1214
- Text Change on Enroll screen by @meodai in #1213
- Update commit of IC artefacts by @gix-bot in #1221
- Update ic-cdk and ic dependencies by @frederikrothenberger in #1219
- Remove legacy archive push integration by @frederikrothenberger in #1218
- Fix recovery device type checks based on alias by @frederikrothenberger in #1222
- Remove pruning signatures from anchor operations by @frederikrothenberger in #1223
- make the recovery phrase errors look good by @meodai in #1216
- Refactor new device alias by @nmattia in #1225
- Extract captcha copy by @nmattia in #1226
- Clarify pass for certs by @nmattia in #1235
- Ignore compose setup in docker builds by @nmattia in #1236
- Update rust version by @gix-bot in #1241
- Update node version by @gix-bot in #1242
- Update commit of IC artefacts by @gix-bot in #1249
- Clean up manage page by @nmattia in #1250
New Contributors
Full Changelog: release-2023-02-17_3...release-2023-02-20
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 e9cbaae4f52e65abd9e7f00aa622da74b88437c3
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm