[#1500] Release Zashi Android version 1.1.3 (682)
This commit is contained in:
parent
bbf730d8f5
commit
f85511d5a3
|
@ -9,14 +9,15 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.2 (676)] - 2024-07-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Proper ZEC amount abbreviation has been added across the entire app as described by the design document
|
- Proper ZEC amount abbreviation has been added across the entire app as described by the design document
|
||||||
- The new Hide Balances feature has been added to the Account, Send, and Balances screen.
|
- The new Hide Balances feature has been added to the Account, Send, and Balances screen.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The app navigation has been improved to always behave the same for system, gesture, or top app bar back navigation actions
|
- The app navigation has been improved to always behave the same for system, gesture, or top app bar back navigation
|
||||||
|
actions
|
||||||
### Fixed
|
|
||||||
- The app authentication now correctly handles authentication success after a previous failed state
|
- The app authentication now correctly handles authentication success after a previous failed state
|
||||||
|
|
||||||
## [1.1.2 (676)] - 2024-06-24
|
## [1.1.2 (676)] - 2024-06-24
|
||||||
|
|
|
@ -62,7 +62,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table
|
||||||
# VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code.
|
# 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.
|
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
||||||
ZCASH_VERSION_CODE=1
|
ZCASH_VERSION_CODE=1
|
||||||
ZCASH_VERSION_NAME=1.1.2
|
ZCASH_VERSION_NAME=1.1.3
|
||||||
|
|
||||||
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
|
# 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
|
# to distinguish a different release build that can be installed alongside the official version
|
||||||
|
|
Loading…
Reference in New Issue