Skip to content

Releases: HathorNetwork/hathor-wallet

v0.26.0

12 Apr 17:43
9fc33f2
Compare
Choose a tag to compare

Refactors

  • Improved feature flag schema for the Wallet Service rollout
  • Extracted a dedicated Pin modal from the SendTx modal

Fixes

  • Minor interface and navigation issues

Full Changelog: v0.25.1...v0.26.0

v0.25.1

30 Jan 14:53
v0.25.1
b2351f6
Compare
Choose a tag to compare

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

01 Aug 20:48
4327e51
Compare
Choose a tag to compare

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

15 Jun 15:11
1fddb65
Compare
Choose a tag to compare

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

29 Mar 16:36
66a8a1e
Compare
Choose a tag to compare

Fixes

  • Fix a couple of minor bugs.

Note

This update prepares the wallets for an upcoming multisig feature in the headless wallet.

v0.22.0

03 Mar 14:48
f83cc9d
Compare
Choose a tag to compare

Features

  • Add support for sending custom tokens on Ledger.

v0.21.2

08 Feb 20:39
c484275
Compare
Choose a tag to compare

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

05 Nov 00:07
1aecb68
Compare
Choose a tag to compare

Features

  • Add support for creating an NFT.
  • Add new screen with NFT list.
  • Improve error handling when sending transactions.

v0.20.1

23 Sep 23:45
9d4b55f
Compare
Choose a tag to compare

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

31 May 15:21
3b398e6
Compare
Choose a tag to compare

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.