Skip to content

Releases: vitelabs/vite-passport

v1.0.5

23 Sep 02:40
1d98827
Compare
Choose a tag to compare
  • Cleaner code
  • Replaces accountList with derivedAddresses 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

15 Sep 19:18
6d4ee3a
Compare
Choose a tag to compare
  • 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

08 Sep 02:34
Compare
Choose a tag to compare

Require stronger password

v1.0.2

08 Sep 02:33
Compare
Choose a tag to compare

bug fixes

v1.0.1

31 Aug 05:32
Compare
Choose a tag to compare

Bug fixes and cleaner code

v1.0.0

24 Aug 22:51
Compare
Choose a tag to compare

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:

  1. Uncompress this zip file
  2. 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/
  3. Turn on Developer mode in the top right of the page
  4. Click "Load unpacked"
  5. Select the folder you just unzipped