Skip to content

Commit

Permalink
chore: update version to v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huanniangstudio committed Mar 28, 2024
1 parent 52a9cf3 commit 43a16b8
Show file tree
Hide file tree
Showing 2 changed files with 10 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.2.8",
"version": "1.2.9",
"private": true,
"homepage": "https://github.com/unisat-wallet/extension#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# UniSat Wallet Release Notes

## v1.2.9

- Added `memos` parameter to `unisat.sendBitcoin` method, for constructing runes transactions (github #164 and #167)
- Fixed a bug in the `unisat.sendInscription` method (github #159)
- Fixed the problem where an order could not succeed when the wallet balance and the payment amount were exactly equal when inscribe a TRANSFER inscription
- Improved balance display, showing both available and unavailable balances
- Improved the asset display during transaction signing, added BRC20 display
- Improved risk warnings during transaction signing, and now requires the input of CONFIRM to proceed when warnings appear.

## v1.2.8

- The unisat.sendBitcoin method has added a memo parameter, increasing OP_RETURN output when sending btc.
Expand Down

0 comments on commit 43a16b8

Please sign in to comment.