Skip to content

Releases: unisat-wallet/extension

v1.1.26

05 Aug 15:01
Compare
Choose a tag to compare
  1. Manual Wallet Locking
    • Users now have the ability to manually lock their wallets for added security.
  2. Protection against Phishing Websites
    • To protect users from potential phishing attacks, the wallet will now block connections to suspicious websites during wallet access and transaction signing.
  3. Blacklist Address Blocking
    • Transactions containing addresses on the blacklist will be blocked during the signing process to prevent potential security risks.
  4. Risk Warning on Transaction Signing Exceptions
    • Users will receive a risk warning if any abnormal behavior is detected while signing transactions. Currently, abnormal behavior is identified by the loss of plaintext.
  5. Improved Inscription Splitting
    • We have improved the process of inscription splitting, allowing users to choose a minimum amount of satoshis for each split inscription, providing greater flexibility. For individual inscription balances exceeding 10,000 satoshis, users can split the balance for better management.

v1.1.25

09 Jul 16:27
Compare
Choose a tag to compare

Major changes

  • Scan more addresses when restoring wallet
  • Disable mnemonic translation
  • Fix a issue that selecting an account do not take effect
  • Fix a issue that fails to sign PSBT with M44_P2TR address

v1.1.24

30 Jun 08:15
Compare
Choose a tag to compare

Major changes

  • Support restoring wallet by 24-words
  • Support spliting UTXO that contains multiple inscriptions

v1.1.23

12 Jun 08:22
Compare
Choose a tag to compare

Major changes

  • Support exporting Hex Private Key
  • Add risk warnings when exporting Private Key and Secret Recovery Phrase
  • Fix a issue that when exporting a non-active wallet, incorrectly exports the Secret Recovery Phrase of the active wallet
  • Fix a display issue of "Failed to fetch."
  • Fix a issue that "getBalance " API returns incorrect unconfirmed balance
  • Fix a issue that importing a Private Key will result in abnormal display in some case

v1.1.22

09 Jun 00:29
Compare
Choose a tag to compare

Major changes

  • Keep the extension alive for a much longer time in the background to prevent being killed by Chrome regularly.

v1.1.21

30 May 13:00
Compare
Choose a tag to compare

Major changes

  • Fix the issue that all wallet's names become wrong after deleting a wallet
  • Adjust the process of inscribing a TRANSFER
  • Add MV2 in github releases

v1.1.20

18 May 11:43
Compare
Choose a tag to compare

Major changes

  • Support purchasing BTC through MoonPay
  • Disable RBF to prevent accidental triggering
  • Display the output value of inscription by default
  • Display balance details when hovering over the balance
  • Use mempool.space to display transaction history
  • Add a prompt to wait for BRC20 updates after inscribing a TRANSFER

v1.1.19

28 Apr 03:40
Compare
Choose a tag to compare
  • Fix errors of BRC-20 with special characters

v1.1.18

23 Apr 08:19
Compare
Choose a tag to compare
  • Optimize the display of PSBT

v1.1.17

21 Apr 03:00
Compare
Choose a tag to compare

Major changes

  • Add API unisat.inscribeTransfer(ticker:string, amount:string)

Minor changes

  • Add sentry to trace bugs