[#1599] Release 1.2 (735)
* [#1599] Release 1.2 (735) - Closes #1599 - Changelogs update * What’s new update
This commit is contained in:
parent
8e24a2273c
commit
0d9b77540b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue