Releases: casper-ecosystem/signer
Releases · casper-ecosystem/signer
Signer v0.3.6
This release includes:
- A security patch to prevent viewing of public keys by disconnected clients.
- A confirmation dialog will now show when a client or user attempts to connect with the extension.
- The extension will not connect if there are no accounts present - instead users are presented with a CTA encouraging them to add an account by creating one or importing an existing key.
- The domain list in the manifest has been updated to include cspr.live.
- General improvements to UI/UX.
Signer v0.3.5
This release implements improvements to the Signer UI/UX.
Including:
- Makes key download on account creation optional via a toggle switch.
- Makes it possible to submit forms via the enter/return key such that users don't need to provide mouse input as before.
- Makes it so that the Signer can be opened from a web page with a small window popup.
- Fixes the issue where importing a key fails on linux because when focus leaves the extension to select the file it kills the import process.
- Updates dependencies to remove vulnerabilities and updates eslint rules.
- Adds autofocus to fields and to help mitigate the accessibility problems with autofocus I've added aria labels to help with screen reader navigation.