Releases: HathorNetwork/hathor-wallet-mobile
Releases · HathorNetwork/hathor-wallet-mobile
v0.17.1
Fixes
- Fixes a bug when sending transactions to a multisig address
v0.17.0
Features
- Rolling back automatically to the old facade when the wallet load fails while using the wallet service
v0.16.0
Fixes
- Fixed a bug causing the wallet to crash when loading transactions when using the wallet service facade
Features
- Reloading data when WebSocket reconnects when using the wallet service
v0.15.0
Features
- Added WebSocket support when using the wallet service
v0.13.0
Fixes
- Fixed an error causing the PIN to be invalid after a password change while using the wallet service
Features
- Showing NFT amounts as integers and allowing only integers when sending NFTs
v0.12.1
Features
- Add support for A/B testing. This feature will be used for the rollout of the wallet service
- Refactor code to use new library facades (both
HathorWallet
andHathorWalletServiceWallet
)
v0.11.1
Features
- Use library facade to create, load and manage all wallet operations. This is the first step to integrate the wallets with the new wallet service.
v0.10.2
Features
- Add exception error handler with option to send report.
- Allow empty translations on CI.
Fixes
- Fix output value precision error for some decimals.
- Pin screen does not accept more than 6 digits even if user types fast.
v0.9.4
Features
- Show the number of loaded transactions in real-time while starting the wallet.
Fixes
- Fix xpubkey migration when updating from an older app version
- Fix some websocket connection issues
v0.9.0
Features
- Add Danish translation;
- Add Russian translation;
- Update hathor-wallet-lib to v0.11.0;