Changelogs update
This commit is contained in:
parent
2148ffecc2
commit
f6837c6902
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -6,23 +6,27 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3 (812)] - 2024-12-19
|
||||
|
||||
### Added
|
||||
- New feature: Keystone integration with an ability to connect HW wallet to Zashi wallet, preview transactions, sign
|
||||
new transactions and shield transparent funds
|
||||
- Thus, several new screens for the Keystone account import and signing transactions using the Keystone device have
|
||||
been added
|
||||
|
||||
### 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
|
||||
- App bar has been redesigned to give users ability to switch between wallet accounts
|
||||
- The Integrations screen is now enabled for the Zashi account only
|
||||
- The Address book screen now shows the wallet addresses if more than one Account is imported
|
||||
- Optimizations on the New wallet creation to prevent indeterministic chain of async actions
|
||||
- Optimizations on the Wallet restoration to prevent indeterministic chain of async actions
|
||||
- Optimizations on the Send screen to run actions on ViewModel scope to prevent actions from being interrupted by
|
||||
finalized 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
|
||||
- Wallet creation and restoration are now more stable for troublesome devices
|
||||
|
||||
## [1.2.3 (798)] - 2024-11-26
|
||||
|
||||
|
|
|
@ -12,18 +12,27 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3 (812)] - 2024-12-19
|
||||
|
||||
### Added
|
||||
- New feature: Keystone integration with an ability to connect HW wallet to Zashi wallet, preview transactions, sign
|
||||
new transactions and shield transparent funds
|
||||
- Thus, several new screens for the Keystone account import and signing transactions using the Keystone device have
|
||||
been added
|
||||
|
||||
### 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
|
||||
- App bar has been redesigned to give users ability to switch between wallet accounts
|
||||
- The Integrations screen is now enabled for the Zashi account only
|
||||
- The Address book screen now shows the wallet addresses if more than one Account is imported
|
||||
- Optimizations on the New wallet creation to prevent indeterministic chain of async actions
|
||||
- Optimizations on the Wallet restoration to prevent indeterministic chain of async actions
|
||||
- Optimizations on the Send screen to run actions on ViewModel scope to prevent actions from being interrupted by
|
||||
finalized 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
|
||||
- Wallet creation and restoration are now more stable for troublesome devices
|
||||
|
||||
## [1.2.3 (799)] - 2024-11-26
|
||||
|
||||
|
|
|
@ -12,6 +12,28 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3 (812)] - 2024-12-19
|
||||
|
||||
### Added
|
||||
- New feature: Keystone integration with an ability to connect HW wallet to Zashi wallet, preview transactions, sign
|
||||
new transactions and shield transparent funds
|
||||
- Thus, several new screens for the Keystone account import and signing transactions using the Keystone device have
|
||||
been added
|
||||
|
||||
### Changed
|
||||
- App bar has been redesigned to give users ability to switch between wallet accounts
|
||||
- The Integrations screen is now enabled for the Zashi account only
|
||||
- The Address book screen now shows the wallet addresses if more than one Account is imported
|
||||
- Optimizations on the New wallet creation to prevent indeterministic chain of async actions
|
||||
- Optimizations on the Wallet restoration to prevent indeterministic chain of async actions
|
||||
- Optimizations on the Send screen to run actions on ViewModel scope to prevent actions from being interrupted by
|
||||
finalized 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 are now more stable for troublesome devices
|
||||
|
||||
## [1.2.3 (799)] - 2024-11-26
|
||||
|
||||
### Añadido
|
||||
|
|
Loading…
Reference in New Issue