diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f6a3ab..24572880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.2 (735)] - 2024-09-20 + ### Added - All app's error dialogs now have a new Report error button that opens and prefills users' email clients diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index a60d23b1..e95a613b 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -9,15 +9,16 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -### Added -- All app's error dialogs now have a new Report error button that opens and prefills users' email clients +## [1.2 (735)] - 2024-09-20 -### Changed -- The Message text field on the Send Form screen has been updated to provide the Return key on the software keyboard - and make auto-capitalization on the beginning of every sentence or new line. +### Added: +- All Zashi's error dialogs now have a Report button that prefills the error stack trace in a selected email client. -### Fixed -- `EmailUtils.newMailActivityIntent` has been updated to produce an `Intent` that more e-mail clients can understand +### Changed: +- The Message input field on the Send screen has been updated to provide a Return key on the software keyboard, and make auto-capitalization at the beginning of every sentence or a new line. + +### Fixed: +- We fixed the Send Feedback feature and made it compatible with more e-mail clients. ## [1.2 (731)] - 2024-09-16