From ad280e13c261dd38adff177f47dbe2ebfb60f32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Tue, 26 Nov 2024 10:08:08 +0100 Subject: [PATCH] [#1671] Release 1.2.3 (796) * Release 1.2.3 (796) * Update WHATS_NEW_EN.md updated release notes in EN * Update WHATS_NEW_ES.md updated release notes in ES * Update changelog parser --------- Co-authored-by: Andrea Kobrlova <109794238+true-jared@users.noreply.github.com> --- CHANGELOG.md | 2 ++ .../src/main/kotlin/publish/ChangelogParser.kt | 2 +- docs/whatsNew/WHATS_NEW_EN.md | 16 ++++++++-------- docs/whatsNew/WHATS_NEW_ES.md | 16 ++++++++-------- gradle.properties | 2 +- 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e51514..64e55611 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.3 (796)] - 2024-11-26 + ### Added - Disclaimer widget has been added to the Integrations screen diff --git a/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt b/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt index 44f6ab10..fccdb8df 100644 --- a/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt +++ b/build-conventions-secant/src/main/kotlin/publish/ChangelogParser.kt @@ -15,7 +15,7 @@ object ChangelogParser { private const val DEBUG_LOGS_ENABLED = false private const val CHANGELOG_TITLE_POSITION = 0 - private const val UNRELEASED_TITLE_POSITION = 4 + private const val UNRELEASED_TITLE_POSITION = 6 internal const val ENGLISH_TAG = "EN" internal const val SPANISH_TAG = "ES" diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 26cdc75b..f967d00d 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -4,20 +4,20 @@ All notable changes to this application will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this application adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +Supported section titles: +- Added, Changed, Fixed, Removed + **Please be aware that this changelog primarily focuses on user-related modifications, emphasizing changes that can directly impact users rather than highlighting other key architectural updates.** ## [Unreleased] +## [1.2.3 (796)] - 2024-11-26 + ### Added -- Disclaimer widget has been added to the Integrations screen - -### Changed -- The Flexa integration has been turned on -- Both the Flexa Core and Spend libraries have been bumped to version 1.0.8 - -### Fixed -- The Seed screen recovery phrase has been improved to properly display on small screens +- It is finally here! Flexa integration at your service! +- Pay with Flexa at supported merchants in the US, Canada, and El Salvador. +- It's waiting for you in Zashi Settings. ## [1.2.2 (789)] - 2024-11-18 diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index 87490c19..d13ea72d 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -4,20 +4,20 @@ All notable changes to this application will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this application adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +Supported section titles: +- Agregado, Cambiado, Arreglado, Removido + **Please be aware that this changelog primarily focuses on user-related modifications, emphasizing changes that can directly impact users rather than highlighting other key architectural updates.** ## [Unreleased] -### Added -- Disclaimer widget has been added to the Integrations screen +## [1.2.3 (796)] - 2024-11-26 -### Changed -- The Flexa integration has been turned on -- Both the Flexa Core and Spend libraries have been bumped to version 1.0.8 - -### Fixed -- The Seed screen recovery phrase has been improved to properly display on small screens +### Agregado +- ¡Finalmente está aquí! ¡La integración de Flexa a tu servicio! +- Paga con Flexa en comercios compatibles en Estados Unidos, Canadá y El Salvador. +- Te está esperando en la configuración de Zashi. ## [1.2.2 (789)] - 2024-11-18 diff --git a/gradle.properties b/gradle.properties index bbd1cc81..37c62db7 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.2.2 +ZCASH_VERSION_NAME=1.2.3 # 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