From 7ecb09a5cd3ecf9d390b512235099e9b3df77026 Mon Sep 17 00:00:00 2001 From: hunaniangstudio <891863891@qq.com> Date: Tue, 13 Aug 2024 12:11:18 +0800 Subject: [PATCH] chore: update version to v1.4.2 --- package.json | 2 +- release-notes.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c05ef0b..608532aa 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/release-notes.md b/release-notes.md index 4ab3ce95..9262b14f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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