From abf8d32fa8adf346e363c66680a786b681d8dfe8 Mon Sep 17 00:00:00 2001 From: huanniangstudio <891863891@qq.com> Date: Fri, 14 Apr 2023 19:05:59 +0800 Subject: [PATCH] chore: update version to v1.1.16 --- package.json | 2 +- release-notes.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c323e51b..c1c45529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unisat-extension", - "version": "1.1.15", + "version": "1.1.16", "private": true, "homepage": "https://github.com/unisat-wallet/extension#readme", "bugs": { diff --git a/release-notes.md b/release-notes.md index ebbceea1..796959dc 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,20 @@ # UniSat Wallet Release Notes +## v1.1.16 +**Major changes** +- Feature + - Support BIP322 + - Sign multiple PSBT in one time +- Adjust + - Use mempool.space data as fee options + - Show 100 inscriptions per page +- Fix + - Fix display error of pagination + - Fix a issue that addresses holding too many UTXOs cannot construct transactions + - Fix a issue that changing wallet/account name sometimes does not take effect + - Fix a issue that N/A problem occurs because the input amount is not legal + ## v1.1.15 **Major changes**