Releases: unisat-wallet/extension
Releases · unisat-wallet/extension
v1.1.26
- Manual Wallet Locking
- Users now have the ability to manually lock their wallets for added security.
- 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.
- Blacklist Address Blocking
- Transactions containing addresses on the blacklist will be blocked during the signing process to prevent potential security risks.
- 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.
- 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
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
Major changes
- Support restoring wallet by 24-words
- Support spliting UTXO that contains multiple inscriptions
v1.1.23
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
Major changes
- Keep the extension alive for a much longer time in the background to prevent being killed by Chrome regularly.
v1.1.21
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
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
- Fix errors of BRC-20 with special characters
v1.1.18
- Optimize the display of PSBT
v1.1.17
Major changes
- Add API unisat.inscribeTransfer(ticker:string, amount:string)
Minor changes
- Add sentry to trace bugs