From 2148ffecc2dcf98547e0f896178046e8b54cb27a Mon Sep 17 00:00:00 2001 From: Milan Cerovsky Date: Wed, 18 Dec 2024 16:09:25 +0100 Subject: [PATCH] Documentation update --- CHANGELOG.md | 18 ++++++++++++++++++ docs/whatsNew/WHATS_NEW_EN.md | 13 +++++++++++++ 2 files changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f97995d..97006fd2 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index f34a6aef..e91ddc5a 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -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