Skip to content

Commit

Permalink
chore: update version to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Oct 28, 2024
1 parent 65ab66b commit 7ef053d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unisat-extension",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"homepage": "https://github.com/unisat-wallet/extension#readme",
"bugs": {
Expand Down Expand Up @@ -271,4 +271,4 @@
"prettier --write"
]
}
}
}
7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# UniSat Wallet Release Notes

## v1.5.1

- During batch signing, for whitelisted websites, one-click signing is allowed.
- Merged keystone's PR, supports USB mode.
- 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.
- When switching wallets and switching accounts, it will automatically scroll to the corresponding row and display the scrollbar.

## v1.5.0

- Support CAT20
Expand Down

0 comments on commit 7ef053d

Please sign in to comment.