Releases: zeriontech/zerion-wallet-extension
Releases · zeriontech/zerion-wallet-extension
v1.0.0-alpha.19
What's Changed
- Rename setNewUser to setUser by @vyorkin in #15
- Fix RequestAccounts view in Fullscreen by @everdimension in #19
- Add keyboard shortcut to open extension by @everdimension in #20
- Connect view CTA: Approve -> Connect by @everdimension in #21
- Add extension release workflow by @vyorkin in #17
- Fix sign error on 1inch by @everdimension in #22
- Skip splash view for new users by @everdimension in #23
Full Changelog: v1.0.0-alpha.18...v1.0.0-alpha.19
v1.0.0-alpha.18
What's Changed
- Add eslint import plugin, add import/order rule
- Fix amount decimals in SendTransaction view
- Fix history icon for transactions with NFTs
- Update globe icon, upd icon in Settings
- Cryptography module refactoring
- Extract ArrayBuffer <-> Base64 String conversion functions into
a separate module - Rename encryption.ts -> encrypt.ts for consistency
- By @vyorkin
- Extract ArrayBuffer <-> Base64 String conversion functions into
- Update test component to see passing/failing result
- Add view for Private key, update backup flow by @everdimension in #12
- Fix: restore wallet name in PrivateKeyWalletContainer
- Use password field for private key or seed phrase value by @everdimension in #14
- Display its contents in a separate component
- Component to show privateKey/phrase blurred by default
- Add versioning of encrypted data by @vyorkin in #16
- Show wipeout warning for any version mismatch
- Visual and a11y fixes for blurred components
- Show detailed message in Backup flow
- If the user pastes the warning message, it means they're
trying to paste the secret after copying it on the previous view.
We display a message to explain why the clipboard was replaced
- If the user pastes the warning message, it means they're
- Reset expiration timeout when login event happens
- Update npm build scripts
Full Changelog: v1.0.0-alpha.17...v1.0.0-alpha.18
v1.0.0-alpha.17
What's Changed
- Update browser-passworder and defi-sdk
- Clear clipboard feature for Backup flow
- Handle session expiration in CreateAccount flow
- Generate wallet immediately on GenerateWallet view
- Visual tweaks and updates
- URLBar font style;
- BackupWallet views layout;
- Backup success screen;
- Tweak icon in settings, fix key props in ManageWallets
- Add support for legacy "send" method for ethereum provider
Full Changelog: v1.0.0-alpha.16...v1.0.0-alpha.17
v1.0.0-alpha.16
v1.0.0-alpha.15
What's Changed
- Make memoryLocationState short-lived, remove timer
- Update link for adding wallet to existing group
- Update html titles
- Update SendTransaction and SignMessage layouts
- Display wallet name in Overview header
- Visual updates for Login, CreateAccount and Intro views
- Contract Execution Icon in history
Full Changelog: v1.0.0-alpha.14...v1.0.0-alpha.15
v1.0.0-alpha.14
What's Changed
- Update RequestAccounts View
- Design updates;
- Allow selecting address to return;
- Refactor Wallet controller;
- Remove debug code and fix some types
- Update dev dependencies
- Disallow requests to invoke built-in object methods
- Do not forward empty method to node
- Generate unique window ids to prevent dapps from guessing window ids
- Remove file:// from content-script policies
- Setup production build
- Exclude http:// content_script policy from production build
- Limit content-script capabilities
- Do not allow content script to connect to any ports other than
the "ethereum" port
- Do not allow content script to connect to any ports other than
- Update password verification algorithm
- Do not store password+salt hash; Instead, try decrypting existing record to verify password
- Keep mnemonic phrases encrypted when logged in
- Refactor Wallet controller to handle encrypted mnemonic phrases;
- Add upgrade strategy to the UI;
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14
v1.0.0-alpha.13
v1.0.0-alpha.12
What's Changed
- Update settings menu items, add icons
- Update "create new wallet" flow
- Logout after user inactivity (idle) #8
- Skip RequestAccounts view if address already allowed
Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12
build-1.0.0-alpha.11
What's Changed
- Filter is_displayable positions
- Fix sorting bug in Overview Positions
- Add new naming and styles for UIText element
- Feature: Updated import flow
- Allow selecting addresses to import
- Add browserslist config to correctly prefix css
- Fixes: mask-image property for active indicator
- Update Intro and create views order
- Show Wallet Options before asking to create password
- "Create Account" form updates
- Password strength meter;
- Password match indicator;
- Input component for ui-kit;
- Visual updates for Create Wallet view
- Update parcel config to import SVGs both as jsx and as urls;
- Update background for Create Wallet view;
Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11