Skip to content

cryptostorage-v0.3.0

Compare
Choose a tag to compare
@woodser woodser released this 19 Jun 14:57
· 1 commit to v0.3.0 since this release
  • Major user experience update with dedicated tab for keypair generation and export
  • Added new print layouts including Standard, Grid, Text, and CryptoCash
  • Import and export to/from JSON, CSV, and TXT
  • Import existing keys (e.g. BIP39 hardware wallet seeds) and re-export with passphrase encryption and division
  • Support direct links to keypair generation (e.g. cryptostorage.com/generate.html?tickers=xmr)
  • Added support for Dogecoin and Zcoin
  • Changed terminology from "split into pieces" to "divide into parts"
  • Search engine optimization (robots.txt, anchors with href and text, image alt, etc)
  • Refactored code base to be more object-oriented
  • Replaced individual dependencies with BitcoinJS for extensible network configurations
  • Improved thoroughness of test suite
  • Many other bug fixes and improvements