Skip to content

Commit 7ef053d

Browse files
author
slient-coder
committed
chore: update version to v1.5.1
1 parent 65ab66b commit 7ef053d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unisat-extension",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"homepage": "https://github.com/unisat-wallet/extension#readme",
66
"bugs": {
@@ -271,4 +271,4 @@
271271
"prettier --write"
272272
]
273273
}
274-
}
274+
}

release-notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# UniSat Wallet Release Notes
22

3+
## v1.5.1
4+
5+
- During batch signing, for whitelisted websites, one-click signing is allowed.
6+
- Merged keystone's PR, supports USB mode.
7+
- Added the optional parameter useTweakedSigner to the methods signPsbt/signPsbts. This allows for the use of a tweaked signer to sign non-Taproot addresses, which is required for CAT721's lock to mint.
8+
- When switching wallets and switching accounts, it will automatically scroll to the corresponding row and display the scrollbar.
9+
310
## v1.5.0
411

512
- Support CAT20

0 commit comments

Comments
 (0)