From f6837c6902ae350411f2dbd24135e43d3857f427 Mon Sep 17 00:00:00 2001 From: Honza Date: Wed, 18 Dec 2024 16:36:36 +0100 Subject: [PATCH] Changelogs update --- CHANGELOG.md | 24 ++++++++++++++---------- docs/whatsNew/WHATS_NEW_EN.md | 19 ++++++++++++++----- docs/whatsNew/WHATS_NEW_ES.md | 22 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97006fd2..663a1293 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index e91ddc5a..957c12b0 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -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 diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index f3257ad5..0d975dd7 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -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