Skip to content

Commit

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

## v1.2.6

- Mixed inscriptions can now be sent without splitting
- Fixed an issue with the address amount input box restrictions:
- Limited BTC input to a maximum of 8 decimal places.
- Spaces are now ignored when entering an address.
- Restricted ARC20 input amount.

## v1.2.5

- Minimum output amount for inscriptions can now be set to 330.
Expand Down

1 comment on commit 2efa31f

@bitcoin507
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@huanniangstudio How do I install the extension in Firefox? I tried to add extension from file and chose the xpi file in the dist folder.

Please sign in to comment.