From ea174e81ff8b13c0bd4a4b4dc1baeb48b08d6c1b Mon Sep 17 00:00:00 2001 From: hunaniangstudio <891863891@qq.com> Date: Sat, 9 Mar 2024 01:31:08 +0800 Subject: [PATCH] chore: update version to v1.2.8 --- package.json | 2 +- release-notes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1715d937..d984f3e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unisat-extension", - "version": "1.2.7", + "version": "1.2.8", "private": true, "homepage": "https://github.com/unisat-wallet/extension#readme", "bugs": { diff --git a/release-notes.md b/release-notes.md index 7afaedb9..debd1be1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,11 @@ # UniSat Wallet Release Notes +## v1.2.8 + +- The unisat.sendBitcoin method has added a memo parameter, increasing OP_RETURN output when sending btc. +- A new unisat.getBitcoinUtxos method has been added, through which the developers can get users UTXO without inscription assets. +- A new unisat.signData method has been added, through which the developers can have users participate in multi-signature. + ## v1.2.7 - Allowing decimal inputs when inscribing BRC20 TRANSFER.