Skip to content

Releases: leather-io/extension

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

v4.32.1

23 Jun 07:37
Compare
Choose a tag to compare

4.32.1 (2023-06-23)

Bug Fixes

  • inscriptions on regen addresses, closes #3752 (5cb868f)
  • psbt: allow number array (b5df8c4)
  • psbt: bad index check logic (a0ff51e)
  • psbt: dynamic validation of sighash type (d86f865)
  • psbt: write custom test, yup mixed not working (53e3385)
  • required allowedSighash (6ddb8b7)

Internal

  • allow bigint in createMoney (3672e89)
  • calc btc fiat value hook (cf7b8db)
  • format money with optional symbol (e6ea975)

v4.32.0

21 Jun 15:55
Compare
Choose a tag to compare

4.32.0 (2023-06-21)

Features

Bug Fixes

  • psbt: validated positive by mistake, 0 index broken (bf793a0)

v4.31.0

21 Jun 11:58
Compare
Choose a tag to compare

4.31.0 (2023-06-21)

Features

  • add brc-20 send for non-zero-index taproot addresses, closes #3830 (be93e72)
  • enable copying secret key from textarea when key is masked (6ba30bb)
  • masking secret key functionality while typing and copying key (63e3c48)

Bug Fixes

  • dockerfile to reduce vulnerabilities (69bfc94)
  • psbt: parse param schema, return error, closes #3804 (950a28a)
  • set password routing (73444e4)

Internal

  • add derivation path, ref #3868 (392aa01)
  • deps: bump @apollo/server from 4.7.1 to 4.7.4 (ec9909a)
  • mask secret key during sign in (aac0d56)
  • psbt ui inputs query (f320e84)
  • psbt: support custom account index, fixes #3868 (f6e5e9d)
  • updated supported methods response (38afa40)

v4.30.1

16 Jun 09:07
Compare
Choose a tag to compare

4.30.1 (2023-06-16)

Bug Fixes

Internal

  • track caught chain errors (595230d)

v4.30.0

15 Jun 14:00
Compare
Choose a tag to compare

4.30.0 (2023-06-15)

Features

Bug Fixes

  • allow user defined network (0c23475)
  • another try ignoring err (6f83383)
  • dup placeholder node (d95e590)
  • failing test with masking secret key (2a4dc5f)
  • request fees more often, closes #3657 (1d32325)
  • send-transfer: poor validation, missing route guard, closes #3823 (d5720b9)
  • unwanted decimals in sats, closes #3836 (e1987ed)

Internal

  • add warning (72105c7)
  • each rpc method own file (f0763a4)
  • improve form validation (51f305d)
  • mask secret key for new wallet onboarding (84951d4)
  • psbt ui to inputs and outputs (dea361f)
  • psbt: support via RPC, closes #3581 (f828341)
  • recipient select behaviour (409cc72)
  • renaming stacks-specific code (5d51b1e)

v4.29.1

13 Jun 20:06
Compare
Choose a tag to compare

4.29.1 (2023-06-13)

Bug Fixes

  • early return if stamps query returns undefined (9378be5)

v4.29.0

07 Jun 15:16
Compare
Choose a tag to compare

4.29.0 (2023-06-07)

Features

  • edit fee in case of pending tx with same nonce, closes #3426 (6c96063)

Bug Fixes

  • add public keys to getAddresses response, closes #3778 (ebe594a)
  • inscriptions cache bug (3c67a9b)
  • prevent default low fee selection, closes #3768 (c4dd1ae)
  • reduce btc send form click area (30b63a6)
  • remove disabling on send input click (1b049e5)
  • request signatures should work with unsecured tokens (d426457)
  • unwanted blur validation (e06305a)

Internal