[#1584] Release 1.2 (729)
* [#1584] Release 1.1.8 (729) - Closes #1584 - Changelogs update * Updated WHATS_NEW_EN.md * App version fix --------- Co-authored-by: Andrea Kobrlova <109794238+true-jared@users.noreply.github.com>
This commit is contained in:
parent
a2a54921f3
commit
49adf26cb9
|
@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2 (729)] - 2024-09-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Transaction resubmission feature has been added. It periodically searches for unmined sent transactions that
|
- Transaction resubmission feature has been added. It periodically searches for unmined sent transactions that
|
||||||
are still within their expiry window and resubmits them if there are any.
|
are still within their expiry window and resubmits them if there are any.
|
||||||
|
|
|
@ -9,20 +9,16 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2 (729)] - 2024-09-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Transaction resubmission feature has been added. It periodically searches for unmined sent transactions that
|
- We added an experimental feature which allows you to buy ZEC with Coinbase Onramp integration - find it in the Advanced Settings.
|
||||||
are still within their expiry window and resubmits them if there are any.
|
- No need to keep guessing which server performs best. We added a dynamic server switch, which identifies the best performing servers for you.
|
||||||
- The Choose server screen now provides a new search for the three fastest servers feature
|
- We improved UX for unsent transactions. The SDK now checks whether there are any unsent transactions, and it attempts to resubmit such transactions.
|
||||||
- Android 15 (Android SDK API level 35) support for 16 KB memory page size has been added
|
- We also added support for Android 15.
|
||||||
- Coinbase Onramp integration button has been added to the Advanced Settings screen
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Choose server screen has been redesigned
|
- We updated our Settings UI.
|
||||||
- Settings and Advanced Settings screens have been redesigned
|
|
||||||
- Android `compileSdkVersion` and `targetSdkVersion` have been updated to version 35
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- The issue of printing the stacktrace of errors in dialogs has been resolved
|
|
||||||
|
|
||||||
## [1.1.7 (718)] - 2024-09-06
|
## [1.1.7 (718)] - 2024-09-06
|
||||||
|
|
||||||
|
|
|
@ -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.7
|
ZCASH_VERSION_NAME=1.2
|
||||||
|
|
||||||
# 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