From 0d9b77540b18af6b885144ae995990f5dc8913c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Fri, 20 Sep 2024 16:09:25 +0200 Subject: [PATCH] [#1599] Release 1.2 (735) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [#1599] Release 1.2 (735) - Closes #1599 - Changelogs update * What’s new update --- CHANGELOG.md | 2 ++ docs/whatsNew/WHATS_NEW_EN.md | 15 ++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) 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