[#1534] Release Zashi 1.1.4 (700)
* [#1534] Release Zashi 1.1.4 (700) Closes #1534 * Updated WHATS_NEW_EN.md (#1537) --------- Co-authored-by: Andrea Kobrlova <109794238+true-jared@users.noreply.github.com>
This commit is contained in:
parent
551bd453b5
commit
3dd5825157
|
@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.4 (700)] - 2024-07-23
|
||||
|
||||
### Added
|
||||
- A new What's New screen has been added, accessible from the About screen. It contains the release notes parsed
|
||||
from the new [docs/whatsNew/WHATS_NEW_EN.md] file
|
||||
|
|
|
@ -9,17 +9,17 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.4 (700)] - 2024-07-23
|
||||
|
||||
### Added
|
||||
- A new What's New screen has been added, accessible from the About screen
|
||||
- Copying sensitive information like addresses, transaction IDs, or wallet secrets into the device clipboard is now
|
||||
masked out from the system visual confirmation, but it's still copied as expected.
|
||||
- We added What’s New information to the About screen.
|
||||
- We secured copying sensitive information into a device clipboard by masking it from the system visual confirmation.
|
||||
|
||||
### Changed
|
||||
- The About screen has been redesigned to align with the new design guidelines
|
||||
- The Restore Success dialog has been reworked into a separate screen, allowing users to opt out of the Keep screen
|
||||
on while restoring option
|
||||
- We added a screen with syncing tips for successful Restore.
|
||||
- We updated UI of the About screen.
|
||||
|
||||
### Fixed
|
||||
- Support Screen now shows the Send button above keyboard instead of overlaying it
|
||||
- QR code scanning speed and reliability have been improved to address the latest reported scan issue
|
||||
- The handling of Android configuration changes has been improved
|
||||
- We fixed QR code scanning speed and reliability.
|
||||
- We fixed UI on the Feedback screen, so the Send button is not hidden by keyboard anymore.
|
||||
- We also improved handling of Android configuration changes.
|
||||
|
|
|
@ -61,7 +61,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table
|
|||
# VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code.
|
||||
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
||||
ZCASH_VERSION_CODE=1
|
||||
ZCASH_VERSION_NAME=1.1.3
|
||||
ZCASH_VERSION_NAME=1.1.4
|
||||
|
||||
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
|
||||
# to distinguish a different release build that can be installed alongside the official version
|
||||
|
|
Loading…
Reference in New Issue