Releases: vitelabs/vite-passport
Releases · vitelabs/vite-passport
v1.0.5
- Cleaner code
- Replaces
accountList
withderivedAddresses
which stores just the addresses (strings) on disk instead of account objects. - Removes any private keys that may have been stored on disk in previous versions (pointed out in v1.0.4 release notes).
- Fix
normalizeNumericInput
edge case bugs
v1.0.4
- This version uses separate APIs for token queries depending on the network being testnet or mainnet
- Previous versions stored private keys unencrypted on disk which would be a problem if your computer is stolen or has software that snoops for private keys in browser extension storage. If this is a concern to you, create a new wallet with new mnemonics and move the funds from your old wallet to the new wallet. Currently there are 8 downloads on the Chrome Web Store so few users should need to do this. (https://chrome.google.com/webstore/detail/vite-passport/eckbjklobbepbbcklkjjgkkkpdakglmf).
v1.0.3
v1.0.2
v1.0.1
v1.0.0
The dist.zip
file was generated by running npm run build
and compressing the resulting dist
folder
To load the extension in a Chromium-based browser:
- Uncompress this zip file
- Right click on the puzzle icon in the top right of your browser window and click "Manage Extensions" to go to a URL like
brave://extensions/
- Turn on Developer mode in the top right of the page
- Click "Load unpacked"
- Select the folder you just unzipped