[#1208] Release 0.2.0 (540)

* Release 0.2.0 (540)

Closes #1208
This commit is contained in:
Honza Rychnovský 2024-01-28 01:55:25 +01:00 committed by GitHub
parent b79739db0c
commit f61f7d09c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.*
## [Unreleased]
## [0.2.0 (540)] - 2024-01-27
### Added
- The current balance UI on top of the Account screen has been reworked. It now displays the currently available
balance as well.
@ -16,6 +18,9 @@ directly impact users rather than highlighting other key architectural updates.*
- The Send Error screen now contains a simple text with the reason for failure. The Send screen UI refactoring is
still in progress.
### Fixed
- Properly clearing focus from the Send text fields when moved to another screen
## [0.2.0 (530)] - 2024-01-16
### Changed