Skip to content

Releases: cryptostorage/cryptostorage.com

cryptostorage-v0.3.2

27 Oct 16:36
Compare
Choose a tag to compare

10/27/2018
cryptostorage-v0.3.2

  • Added h1 for SEO
  • Minor wording changes

cryptostorage-v0.3.1

16 Oct 15:57
Compare
Choose a tag to compare
  • Re-order currencies to keep things fresh
  • Re-order slider points to emphasize open source
  • Update donation addresses
  • Fix minor grammar errors

cryptostorage-v0.3.0

19 Jun 14:57
Compare
Choose a tag to compare
  • 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

cryptostorage-v0.2.3-beta

25 Mar 13:43
Compare
Choose a tag to compare

03/25/2018
cryptostorage-v0.2.3-beta

  • Introducing crypto-cash. A convenient format to print and tip people IRL :)
  • To generate crypto-cash, generate unencrypted storage and check the crypto-cash checkbox in the export tab

cryptostorage-v0.2.2-beta

18 Mar 17:13
Compare
Choose a tag to compare
  • Support CSV and JSON text import which enables bulk export and import on mobile
  • Support importing list of private keys or split shares as text
  • Removed encryption scheme metadata from split shares or if private keys not included
  • Reduced workload of minimum tests

cryptostorage-v0.2.1-beta

13 Mar 16:39
Compare
Choose a tag to compare
  • Added support for csv and txt export
  • Csv can be re-imported
  • Indicate that browser is not supported if tab fails to open

cryptostorage-v0.2.0-beta

08 Mar 03:06
Compare
Choose a tag to compare
  • Improved security of passphrase encryption with PBKDF2, 10000 iterations, SHA512, and embedded config version for future extensibility
  • Modified split encoding to base58 encode minimum share threshold and embed config version for future extensibility
  • Added disclaimers that passphrase encryption and splitting use conventions that will not be interoperable with other tools
  • Refactoring and code cleanup

cryptostorage-v0.1.5-beta

19 Feb 15:52
Compare
Choose a tag to compare

Update wording and add meta description for search engine optimization
Remove duplicate tag in sitemap.xml

cryptostorage-v0.1.4-beta

16 Feb 15:02
Compare
Choose a tag to compare
  • Added support for BIP39
  • Added support for Neo
  • Added support for Waves
  • Added disclaimer that split feature will not be interoperable with other tools
  • CSS and other minor cleanup

cryptostorage-v0.1.3-beta

07 Feb 16:01
Compare
Choose a tag to compare
  • Added support for Ripple
  • Added support for Stellar
  • Fix test which tested BIP38 even when disabled
  • Minor cleanup