Releases: unisat-wallet/extension
Releases · unisat-wallet/extension
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.
- Added the ability to disable Atomicals (only when there are no Atomicals assets).
- Added the API
isAtomicalsEnabled
to determine if the user has enabled the Atomicals feature. - Implemented version checking to prompt for upgrades when a new version is available.
- Fixed an issue where transferring inscriptions and ARC20 without available BTC would result in an error.
v1.2.4
v1.1.33
- Fix changing address type of simple keyring
v1.1.32
New Features
- Added support for .btc names which uses btcname protocol.
Adjustments
- Option to import OW wallet. Disabled ability to switch address type for wallets with custom derivation path.
v1.1.31
v1.1.30
- Added a new parameter
toSignInputs
to theunisat.signPsbt
method, allowing specification of input details to be signed. Read more in the doctoSignInputs
: An array of objects, each containing the following fields:index
: Index number of the input.address
: Address of the input.sighashTypes
: Array of signature hash types for the input.
v1.1.29
- Update app summary
v1.1.28
- Patch the vulnerability CVE-2022-32969
v1.1.27
- Fix typo error