Releases: HathorNetwork/hathor-wallet
Releases · HathorNetwork/hathor-wallet
v0.30.0
Features
- feat: add data output to token transaction in #640
- feat: show the list of actions of a nano contract tx in the tx data screen in #655
- feat: show nano contract balances in the transaction detail screen in #656
- feat: improve UI/UX for nano state detail and tx data with new custom types in #654
- feat: add nano contract transaction history list to the nano detail screen in #661
- feat: create a reset navigation link component to be used by the nano contract detail screen in #662
- feat: add screen to execute a nano contract method in a generic way in #627
- feat: add action to add data signed by an address in #630
Fixes
- fix: a nano contract might have no argument, so the render method should consider this in #652
- fix: update nano import to nano-contract folder in #667
- fix: nft creation without data ouput in #670
- fix: wallet for Ubuntu 24.04 with backward compatibility in #672
Maintenance
- docs: Checksum validation on SHORT_QA in #651
- chore: upgrade actions to a version that use node20 (LTS) in #660
- refactor: use lib methods to avoid duplicate code in #664
- chore: change nano folder to nano-contract in #666
- chore: update lib to v1.14.1 in #671
Full Changelog: v0.29.0...v0.30.0
v0.30.0-rc.2
What's Changed
- fix: nft creation without data ouput in #670
- chore: update lib to v1.14.1 in #671
- fix: wallet for Ubuntu 24.04 with backward compatibility in #672
Full Changelog: v0.30.0-rc.1...v0.30.0-rc.2
v0.30.0-rc.1
v0.30.0-rc.1
v0.29.0
What's Changed
Features
- feat: add feature flag for nano in Navigation in #528
- feat: Scroll to top on
LockedWallet
in #606 - feat: Workflow to automatically merge
release
intomaster
in #626 - feat: native token config in #636
- feat: show network tokens on token bar in #639
- feat: decimal places config in #638
- feat: add nano contract list, register, modal and detail in #529
- feat: Change tx mining server screen in #632
- chore: updated devshell, nodejs version and all inputs in #633
Refactors
- refactor: Removes pin and password from Redux in #607
- refactor: centralizes version number on package in #605
- refactor: Remove seed words from Redux in #608
Full Changelog: v0.28.1...v0.29.0
v0.29.0-rc.2
What's Changed
- fix: save tx mining server on the lib config when wallet is started in #645
Full Changelog: v0.29.0-rc.1...v0.29.0-rc.2
v0.29.0-rc.1
What's Changed
Features
- feat: add feature flag for nano in Navigation in #528
- feat: Scroll to top on
LockedWallet
in #606 - feat: Workflow to automatically merge
release
intomaster
in #626 - feat: native token config in #636
- feat: show network tokens on token bar in #639
- feat: decimal places config in #638
- feat: add nano contract list and modal to register a nano in #529
- feat: Change tx mining server screen in #632
- chore: updated devshell, nodejs version and all inputs in #633
Refactors
- refactor: Removes pin and password from Redux in #607
- refactor: centralizes version number on package in #605
- refactor: Remove seed words from Redux in #608
Full Changelog: v0.28.1...v0.29.0-rc.1
v0.28.1
What's Changed
Dependency Upgrades
Fixes
- Unknown tokens screen padding in #572
- Missing navigation calls in #594
- Pin dependency versions in #603
- Changes router to
HashRouter
, better adapted for Electron in #609 - Filter HTR out when fetching token metadata in #574
Refactors
- Removes
routerHistory
from Redux store in #573 - Removes
HathorWallet
from Redux store in #580 - State tokens to a serializable array in #587
- Removes
unleash
from Redux store in #589
Full Changelog: v0.28.0...v0.28.1
v0.28.1-rc.2
Fixes
- Changes the React Router from
BrowserRouter
toHashRouter
for build compatibility
Full Changelog: v0.28.1-rc.1...v0.28.1-rc.2
v0.28.1-rc.1
What's Changed
- chore: Upgrades
react-router
tov6
in #555 - fix: unknown tokens screen padding in #572
- feat: filter HTR out when fetching token metadata in #574
- Refactor: Removes
routerHistory
from Redux store in #573 - chore: Upgrades lockfile to version 3 in #567
- Refactor: Removes
HathorWallet
from Redux store in #580 - Refactor: State tokens to a serializable array in #587
- Refactor: Removes
unleash
from Redux store in #589 - Fix: Missing navigation calls in #594
- chore: Upgrades
redux
in #595 - Start release-candidate for v0.28.1 in #599
- Fix: Pin dependency version in #603
- Chore: Bump
v0.28.1-rc.1
in #602
Full Changelog: v0.28.0...v0.28.1-rc.1
v0.28.0
What's Changed
- Core dependency upgrades.
- Adapt to be compatible with Node v20 for development and build.
- Refactor screen components to be functional components (i.e. hooks) in preparation for the react router upgrade.
Docs
- short QA document for the release process.
- wallet-service QA document.
- Add a step to check Hardware wallet mifgration on the QA document.
Fixes
- Migration from previous versions when using hardware wallet is fixed.
- Created a debug mode menu to reset all application storage.
- Update token info in realtime when sending an authority tx.
Full Changelog: v0.27.1...v0.28.0