Skip to content

Releases: leather-io/extension

v6.8.0

18 Sep 15:03
Compare
Choose a tag to compare

6.8.0 (2023-09-18)

Features

v6.7.0

18 Sep 14:52
Compare
Choose a tag to compare

6.7.0 (2023-09-18)

Features

v6.6.1

18 Sep 13:47
Compare
Choose a tag to compare

6.6.1 (2023-09-18)

Bug Fixes

v6.6.0

18 Sep 12:46
Compare
Choose a tag to compare

6.6.0 (2023-09-18)

Features

Bug Fixes

Internal

  • fund test migrate, closes #4187 (1375cd5)
  • migrate network tests, closes #3707 (8ed7553)
  • migrate tx requests tests to playwright, closes #4151 (c15b223)
  • pass all sighashTypes to signer (fdb06cf)
  • remove emotion, configure panda to load css globally, ditch stacks-ui base, #4164 (d8655c1)
  • remove legacy fund selectors (92a495c)
  • remove legacy settings selectors (e6eecb6)
  • remove test env (61634d4)
  • rename leaf to leather (66d159e)
  • request feature link (4e6c09d)
  • settings legacy test (068d3cd)
  • swaps ui with leather-styles (4884fc5)
  • update to leather url paths (203fad5)

v6.5.1

31 Aug 15:28
Compare
Choose a tag to compare

6.5.1 (2023-08-31)

Bug Fixes

Internal

v6.4.0

16 Aug 15:30
Compare
Choose a tag to compare

6.4.0 (2023-08-16)

Features

  • updated bitcoin contract api, modified responses, added error handling (3a77bfc)

Bug Fixes

  • add copy and qr options to receive modal, closes #3307 (efa14d0)
  • firefox: short session duration, closes #4030 (5a09c43)
  • header indentation for Stacks transaction signing #3881 (8bfcf60)

Internal

  • add modal for BTC Stamps QR receive (fc33210)
  • inscription sends, closes #4111 (b2f0690)
  • refactor receive modal to share code better (77d8704)

v6.3.1

10 Aug 10:09
Compare
Choose a tag to compare

6.3.1 (2023-08-10)

Bug Fixes

  • filter out urls and spam words from token names, closes #4017 (dc07b46)
  • update manifest default_title to change extension tooltip text, closes #4078 (5f61753)

Internal

v6.3.0

08 Aug 13:28
Compare
Choose a tag to compare

6.3.0 (2023-08-08)

Features

  • add option to broadcast rpc psbt, closes #3895 (da7b51b)
  • add taproot txs in activity list, closes #3249 (d4b1065)
  • fetch inscription by output in separate query (281e138)
  • hide increase fee for txs with taproot input (a01071f)

Bug Fixes

  • change logic to upscale amount in input field (086c329)
  • handle case when there's no ticker of < 4 chars (ce3c7c9)
  • make input text perfectly centered (0b23519)
  • only route to error when asset is bitcoin, closes #4083 (bed3820)

Internal

  • move fn to utils, use constant and provide more descriptive fn name (5356069)

v6.2.1

03 Aug 08:44
Compare
Choose a tag to compare

6.2.1 (2023-08-03)

Bug Fixes

  • only route to error when asset is bitcoin, closes #4083 (099f96d)

v6.2.0

31 Jul 16:47
Compare
Choose a tag to compare

6.2.0 (2023-07-31)

Features

  • remove redux devtools from final bundle (66cd1f6)

Bug Fixes

  • add StacksAccountLoader (aa5d904)
  • add update input for tapInternalKey (e085927)
  • catch rpc sign psbt error (0519dcf)
  • firefox manually loaded extension (95b8553)
  • Fix max width on Stacks contract UI , closes #3966 (4ad34c8)
  • full sighash types (84236fa)
  • track sighash type changes thru code (62b479c)

Internal