Releases: HathorNetwork/hathor-wallet
Releases · HathorNetwork/hathor-wallet
v0.26.0
Refactors
- Improved feature flag schema for the Wallet Service rollout
- Extracted a dedicated
Pin
modal from theSendTx
modal
Fixes
- Minor interface and navigation issues
Full Changelog: v0.25.1...v0.26.0
v0.25.1
Features
- The wallet now asynchronously load tokens
- Improved the README
- The current token is now selected as default on the send screen
- Modal is now a global component
- The wallet is now signed on Windows
Fixes
- Showing the addresses that belong to the current wallet while on the wallet-service on transaction details screen
- The wallet should not wait the metadata download before displaying the Wallet screen
Full Changelog: v0.24.0...v0.25.1
v0.24.0
Features
- Allow user to export registered tokens to a file, in order to do a bulk import later.
- NFTs created now are marked as NFT in the wallet and in the explorer.
Fixes
- Fix token bar scroll.
- Fix connectivity issue when using ledger.
v0.23.2
Features
- Allow users to hide tokens that have zero balance.
- 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 and HathorWalletServiceWallet).
v0.22.1
v0.22.0
v0.21.2
Features
- Ignore password when resetting the wallet and selected "Forgot password".
- Display correct Data script in the transaction detail screen.
- Add context menu for copying/pasting with mouse.
- Add support in the NFT list preview for videos without extension.
Fixes
- Fix bug where user were not able to select hardware wallet after opening the wallet.
v0.21.1
Features
- Add support for creating an NFT.
- Add new screen with NFT list.
- Improve error handling when sending transactions.
v0.20.1
Features
- Add ledger support!
Fix
- Add token bar scroll if the registered tokens don't fit on the screen.
- Fix address search on addresses list.
- Fix crash when opening token bar and the transaction list was empty
Note
Don't use v0.20.0 because it had a building issue.
v0.19.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.