Skip to content

Releases: unisat-wallet/extension

v1.4.2

13 Aug 04:18
Compare
Choose a tag to compare
  • Support Testnet4
  • Support Signet
  • Fixed the issue of the app crashing when transferring Runes with multiple UTXOs
  • Fixed the issue with the display of the available balance of partially-colored funds during an ARC20 transfer
  • Fixed the issue with the incorrect display of HdPath in Keystone
  • Audit fix: Removed private methods from the browser plugin object to enhance security
  • Audit fix: Methods such as getPublicKey, getNetwork, switchNetwork are now only accessible after authorization for improved security.

v1.4.1

13 Aug 04:16
Compare
Choose a tag to compare
  • Support for setting transfer fees with one decimal place
  • Added display of USD prices for BTC、BRC20 and Runes
  • Real-time fee displays for various buy BTC options
  • Fix unisat.sendRunes
  • Fix unisat.multiSginPsbt

(BETA) v.1.4.0

22 Jun 10:15
Compare
Choose a tag to compare
  • Support Fractal Bitcoin

v1.3.4

22 Jun 10:11
Compare
Choose a tag to compare
  • Compatible with partial token coloring for ARC20

v1.3.3

14 May 01:47
Compare
Choose a tag to compare
  • Support Keystone

v1.3.2

14 May 01:46
Compare
Choose a tag to compare
  • Support cursed inscription
  • Optimized the UTXO selection strategy of runes to reduce gas fees
  • Add runes logo
  • Add Alichemypay
  • Fix Runes details

v1.3.1

14 May 01:44
Compare
Choose a tag to compare
  • Fixed the bug of runes constructing a burn transaction
  • Fixed the bug of "can not convert 1+21 to bigint" appearing during transfer

v1.3.0

17 Apr 02:51
Compare
Choose a tag to compare

1. Runes Support

  • View and send Runes assets on the testnet.

2. Unconfirmed Balance Mode

  • Introduced a toggle for enabling unconfirmed balances.
  • Unconfirmed balance usage is automatically disabled when holding #ARC20 or #Runes assets.
  • You can re-enable it in Settings, but be cautious as these asset types are currently not recognized in the mempool, which could lead to asset burning risks.

3. About Unavailable Balances

  • Added explanations for balances labeled as 'Unavailable', which include inscriptions, ARC20, and Runes balances. When Unconfirmed Balance is disabled, this will also include unconfirmed balances.
  • Due to the system handling a maximum of 500 UTXOs at a time, any excess UTXOs at an address will temporarily be classified as 'Unavailable'.

4. Fee Rate Alerts

  • No longer forcing pop-up warnings for transactions with high or low fee rates.
  • Risk level downgraded, now indicated by a subtle tag.

5. Default OutputValue Adjustment

  • Reverted the default inscribe outputValue to 546 sats for simplified operations.
  • For certain addresses, manual adjustment to 330/294 is still possible if necessary.

6. Batch Signing Fixes and Optimization

  • We've addressed the issues with batch signing and made some modifications.
  • All pending transactions for signature are now explicitly listed and need to be reviewed individually.
  • For now, we've withheld the feature of one-click batch transaction signing due to its associated risks.
  • We want our users to fully comprehend these risks before performing such operations, and we plan to elaborate more on this in future versions.

v1.2.10

31 Mar 06:23
Compare
Choose a tag to compare
  • Support 5-byte BRC20
  • Improve the display of BRC20

v1.2.9

28 Mar 03:38
Compare
Choose a tag to compare
  • Added memos parameter to unisat.sendBitcoin method, for constructing runes transactions (github #164 and #167)
  • Fixed a bug in the unisat.sendInscription method (github #159)
  • Fixed the problem where an order could not succeed when the wallet balance and the payment amount were exactly equal when inscribe a TRANSFER inscription
  • Improved balance display, showing both available and unavailable balances
  • Improved the asset display during transaction signing, added BRC20 display
  • Improved risk warnings during transaction signing, and now requires the input of CONFIRM to proceed when warnings appear.