[#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>
This commit is contained in:
parent
e6f1c1c116
commit
ad280e13c2
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue