Documentation update
This commit is contained in:
parent
a1f34f3c30
commit
2148ffecc2
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -6,6 +6,24 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- New feature: Keystone integration with an ability to connect HW wallet to Zashi wallet, preview transactions, sign
|
||||
new transactions and shield transparent funds
|
||||
|
||||
### Changed
|
||||
- App bar has been redesigned to give a user an ability to switch accounts
|
||||
- Integrations are now disabled if your selected account is not Zashi
|
||||
- Address book now also shows your addresses if you have more than one Account created during contact selection on
|
||||
send screen
|
||||
- Optimizations on new wallet creation to prevent indeterministic chain of async actions
|
||||
- Optimizations on wallet restoration to prevent indeterministic chain of async actions
|
||||
- Optimizations on send screen to run actions on VM scope to prevent actions from being interrupted by dead UI scope
|
||||
- SynchronizerProvider is now the single source of truth when providing synchronizer
|
||||
- SynchronizerProvider provides synchronizer only when it is fully initialized
|
||||
|
||||
### Fixed
|
||||
- Wallet creation and restoration is now more stable troublesome devices
|
||||
|
||||
## [1.2.3 (798)] - 2024-11-26
|
||||
|
||||
### Added
|
||||
|
|
|
@ -12,6 +12,19 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- New feature: Keystone integration with an ability to connect HW wallet to Zashi wallet, preview transactions, sign
|
||||
new transactions and shield transparent funds
|
||||
|
||||
### Changed
|
||||
- App bar has been redesigned to give a user an ability to switch accounts
|
||||
- Integrations are now disabled if your selected account is not Zashi
|
||||
- Address book now also shows your addresses if you have more than one Account created during contact selection on
|
||||
send screen
|
||||
|
||||
### Fixed
|
||||
- Wallet creation and restoration is now more stable troublesome devices
|
||||
|
||||
## [1.2.3 (799)] - 2024-11-26
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in New Issue