Skip to content

Latest commit

 

History

History
130 lines (62 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

130 lines (62 loc) · 6.14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.3 (2020-08-03)

Bug Fixes

  • dependencies: update unchained libraries (4f77ff5)
  • other: fix npm packages with low severity vulnerabilities (#167) (44cedd0), closes #134

0.3.2 (2020-07-27)

Features

  • dependencies: update unchained-wallets to 0.1.6 (6eb62bc)

0.3.1 (2020-07-14)

Features

  • dependencies: update unchained-wallets to 0.1.3 (6abefcc)

0.3.0 (2020-07-09)

SUMMARY

Adds the ability to provide a starting address index with which to load addresses. This is useful if the user started at a higher bip32 suffix than 0/0 (the default).

Also fixes a bug in confirm on device.

⚠ BREAKING CHANGES

  • wallet: None
  • slices: None

Features

  • wallet: starting Address Index loading, picking, exporting (653132a), closes #149

Bug Fixes

  • slices: confirmAddress can handle unknown method (fb31758)

0.2.1 (2020-06-29)

Features

  • update unchained-wallets for webusb support and improved ledger interactions (df66943)
  • update config requirements to allow for unknown signing method and empty client (bcada9d)

0.2.0 (2020-05-20)

Features

  • add wallet feature using xpubs (3514039)
  • add test suite for testing hardware wallets (3514039)
  • add commitlint and commitzen (6fff3b7)
  • add cypress and example test (25d7959)
  • adds react-testing-library (fc152d4)
  • add changelog.md to the project (5b47948)

Bug Fixes

  • fixes inconsistencies in wallet balance update after spend (fd214eb)
  • update CTAs on landing page (6a8e443)
  • update html meta description text (f7b1443)
  • fix display error in outputs when switching b/w spend modes (4a803f0)
  • fix copyright year in footer (4a0d98c)
  • Added a paragraph to the readme about how to use corsproxy. (4d56afa)

0.1.5 (2019-11-14)

Bug Fixes

  • disable remove signature on broadcast (94e1a0f)
  • fix output errors being covered up (4838009)
  • no estimate rate gathering signatures (65eef87)
  • fix wrapping issues (92f352d)

0.1.4 (2019-11-13)

Features

  • Added configuration to allow travis ci to automatically deploy tagged commits. (ff7d367)

0.1.3 (2019-11-13)

Bug Fixes

  • Adding README, fixed broken CORS doc link. (2c23cc9)

0.1.2 (2019-11-13)

Features

  • Added a string showing the current version to the footer. (e8cab10)

Bug Fixes

0.1.1 (2019-11-12)

Features

  • Initial caravan release