Skip to content

Commit

Permalink
chore: update version to v1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Aug 5, 2023
1 parent 41642d7 commit e5541e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unisat-extension",
"version": "1.1.25",
"version": "1.1.26",
"private": true,
"homepage": "https://github.com/unisat-wallet/extension#readme",
"bugs": {
Expand Down
16 changes: 16 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

# UniSat Wallet Release Notes

## v1.1.26
In this version, we focused on security upgrades and introduced several new features and enhancements. Here are the updates:

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. Risk Warning during Batch Transaction Signing
- A risk warning will be displayed when performing batch transaction signing, ensuring users are aware of potential risks.
6. Improved Inscription Splitting
- We have improved the process of inscription spliting, 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
Expand Down

0 comments on commit e5541e0

Please sign in to comment.