Skip to content

Releases: leather-io/extension

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

v6.1.0

26 Jul 11:49
Compare
Choose a tag to compare

6.1.0 (2023-07-26)

Features

  • implement increase btc pending tx fee, closes #3416 (11614ad)
  • validate subnet network id (53bc4f5)

Bug Fixes

  • csp img-src allowed urls (361b79e)
  • propagate subnet chain id in selector (0ebcbc2)
  • propagate subnet chain id to networks actions (c981fdb)
  • public key type error (26485c8)
  • remove magic recovery code, closes #2955 (fa9d13b)
  • signPsbt error routing (1e58c56)
  • xpub version mismatch in software mode (89d77df)

Internal

v6.0.0

25 Jul 13:47
Compare
Choose a tag to compare

6.0.0 (2023-07-25)

⚠ BREAKING CHANGES

  • this change is sufficient enough to warrant a major
    bump

Features

  • added bitcoin contract request page (83cf049)
  • added use-bitcoin-contract hook and additional functions and configs (626ef0b)
  • extended rpcmethods with bitcoin contract related case, added routes and success/failure pages (f0ff7af)
  • manifest v3 release trigger (80615ca)

Bug Fixes

  • added back dlc-wasm-wallet package (ba27aaf)
  • added working package.json (e8067d0)
  • cross install tracking (3bc59ac)
  • fixed frozen lockfile (536aeec)
  • made requested css and const changes (8846e0e)
  • modified bitcoin contract request ui (width, size, weight) (36d7c80)
  • modified yarn lock file (52b1d14)
  • multi extension loading (03465c0)
  • only show errors when field not in focus, closes #3766 (abffd71)
  • ran prettier formatting (16ca959)
  • ran prettier formatting (515b1e5)
  • remove warning banner (b3427bf)
  • type errors (a2598a9)
  • unprocessable pending txs balance subtraction, closes #3921 (2d284db)

Internal

v5.0.0

18 Jul 11:29
Compare
Choose a tag to compare

5.0.0 (2023-07-18)

⚠ BREAKING CHANGES

  • this change is sufficient enough to warrant a major
    bump

Features

  • manifest v3 release trigger (d0c8b3a)

v4.36.0

18 Jul 10:56
Compare
Choose a tag to compare

4.36.0 (2023-07-18)

Features

  • change arrow icon in send flow (2b4a2a9)
  • change caret color in seed phrase input (8fc248c)

Bug Fixes

  • add module type (227ea75)
  • choose acc total balance, closes #3989 (6e4bedf)
  • disable sentry in service worker (d5e8f26)
  • entire activity item is clickable (167429b)
  • exceed amount in rbf, closes #3921 (0d8e72f)
  • form restore (c48fc22)
  • go to RequestDiagnostics after fresh installation to avoid flash redirect, fixes #2330 (bef7e08)
  • port disconnecting (da3a2f5)
  • prevent secret key showing before blurred (6929ada)
  • refactor JSX namespace to React.JSX (4a07bcb)
  • retore form state, chromium (be3204d)
  • secret key input, closes #3954 (5f000ba)
  • stacks nfts loading key not unique, closes #3789 (dad5d6e)
  • upgrade packages (74f6d25)
  • use routes over state for home tabs, closes #3518 (cb2f317)
  • use windows friendly syntax so that yarn dev will launch on windows machines (56b6778)

Internal

v4.35.0

03 Jul 19:17
Compare
Choose a tag to compare

4.35.0 (2023-07-03)

Features

Bug Fixes

  • add alignItems center to ensure title aligns correctly, fixes #3881 (df8454d)
  • add pre-tweaked key (52d2b33)
  • ledger routing bug with broadcast error (648af7c)
  • ledger: reject when ledger wallet (574d618)
  • remove required payment type from sign msg (d46b310)
  • subtract microblock txs from available balance, closes #3898 (78a4349)

Internal

  • add note about refactoring to remove JS truncation (a798bd1)
  • remove leading as its not a valid CSS prop (5632c1c)

v4.34.0

28 Jun 19:20
Compare
Choose a tag to compare

4.34.0 (2023-06-28)

Features

  • ignore resize observer error (4a3a8a5)

Bug Fixes

  • ledger: broken activity page (eeb535e)
  • psbt network possibilities (0021a3a)

Internal

  • add account to rpc methods (c08b154)
  • add network to other rpc methods (fa2a097)

v4.33.0

27 Jun 17:37
Compare
Choose a tag to compare

4.33.0 (2023-06-27)

Features

  • change btc available balance logic, closes #3758 (76515b1)

Bug Fixes

  • ledger support link, closes #3900 (05f1d7f)
  • negative stx available balance, closes #3761 (6a2adf0)
  • trim recipient address field to remove leading/ trailing spaces, fixes #2806 (1a7f683)

Internal