From 49adf26cb92a13f33ad10789ce1e268435dd7436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Fri, 13 Sep 2024 14:04:39 +0200 Subject: [PATCH] [#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> --- CHANGELOG.md | 2 ++ docs/whatsNew/WHATS_NEW_EN.md | 18 +++++++----------- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 104946ff..6b01340d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 8a59981b..be0c4016 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 89c12067..872d721e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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