Skip to content

Commit

Permalink
chore: update version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Aug 13, 2024
1 parent 3ed1c24 commit 7ecb09a
Show file tree
Hide file tree
Showing 2 changed files with 11 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.4.1",
"version": "1.4.2",
"private": true,
"homepage": "https://github.com/unisat-wallet/extension#readme",
"bugs": {
Expand Down
10 changes: 10 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# UniSat Wallet Release Notes

## v1.4.2

- Support Testnet4
- Support Signet
- Fixed the issue of the app crashing when transferring Runes with multiple UTXOs
- Fixed the issue with the display of the available balance of partially-colored funds during an ARC20 transfer
- Fixed the issue with the incorrect display of HdPath in Keystone
- Audit fix: Removed private methods from the browser plugin object to enhance security
- Audit fix: Methods such as getPublicKey, getNetwork, switchNetwork are now only accessible after authorization for improved security.

## v1.4.1

- Support for setting transfer fees with one decimal place
Expand Down

0 comments on commit 7ecb09a

Please sign in to comment.