[#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]
|
||||
|
||||
## [1.2 (729)] - 2024-09-13
|
||||
|
||||
### Added
|
||||
- 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.
|
||||
|
|
|
@ -9,20 +9,16 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2 (729)] - 2024-09-13
|
||||
|
||||
### Added
|
||||
- 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.
|
||||
- The Choose server screen now provides a new search for the three fastest servers feature
|
||||
- Android 15 (Android SDK API level 35) support for 16 KB memory page size has been added
|
||||
- Coinbase Onramp integration button has been added to the Advanced Settings screen
|
||||
- We added an experimental feature which allows you to buy ZEC with Coinbase Onramp integration - find it in the Advanced Settings.
|
||||
- No need to keep guessing which server performs best. We added a dynamic server switch, which identifies the best performing servers for you.
|
||||
- We improved UX for unsent transactions. The SDK now checks whether there are any unsent transactions, and it attempts to resubmit such transactions.
|
||||
- We also added support for Android 15.
|
||||
|
||||
### Changed
|
||||
- Choose server screen has been redesigned
|
||||
- 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
|
||||
- We updated our Settings UI.
|
||||
|
||||
## [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.
|
||||
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
||||
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")
|
||||
# to distinguish a different release build that can be installed alongside the official version
|
||||
|
|
Loading…
Reference in New Issue