[ #1549] Release Zashi version 1.1.5 (706)
This commit is contained in:
parent
c9875c0732
commit
aace22915e
|
@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.5 (706)] - 2024-08-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Adopted the latest Zcash SDK version 2.1.3, which brings a significant block synchronization speed-up and improved
|
- Adopted the latest Zcash SDK version 2.1.3, which brings a significant block synchronization speed-up and improved
|
||||||
UTXOs fetching logic
|
UTXOs fetching logic
|
||||||
|
|
|
@ -9,9 +9,10 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.5 (706)] - 2024-08-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Adopted the latest Zcash SDK version 2.1.3, which brings a significant block synchronization speed-up and improved
|
- Adopted the latest Zcash SDK version 2.1.3, which brings a significant block synchronization speed-up and improved UTXOs fetching logic
|
||||||
UTXOs fetching logic
|
|
||||||
|
|
||||||
## [1.1.4 (700)] - 2024-07-23
|
## [1.1.4 (700)] - 2024-07-23
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,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.4
|
ZCASH_VERSION_NAME=1.1.5
|
||||||
|
|
||||||
# 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