From 9bb7cf151daaa2bccf120e88c2e55a519ac87233 Mon Sep 17 00:00:00 2001 From: Milan Date: Tue, 29 Apr 2025 17:08:51 +0200 Subject: [PATCH] Release: 2.0.1 (941) Closes #1862 --- CHANGELOG.md | 2 ++ docs/whatsNew/WHATS_NEW_EN.md | 14 ++++++++++++++ docs/whatsNew/WHATS_NEW_ES.md | 13 +++++++++++++ fastlane/metadata/android/en-US/changelogs/941.txt | 11 +++++++++++ fastlane/metadata/android/es/changelogs/941.txt | 10 ++++++++++ gradle.properties | 2 +- 6 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/941.txt create mode 100644 fastlane/metadata/android/es/changelogs/941.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6b20291..a81743ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [2.0.1 (941)] - 2025-04-29 + ### Fixed - Homepage buttons now display correctly on small screen devices - Scan navigates back to zip 321 when insufficient funds detected diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 276617464..51bd11d32 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -12,6 +12,20 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [2.0.1 (941)] - 2025-04-29 + +### Added: +- Zashi 2.0 is here! +- New Wallet Status Widget helps you navigate Zashi with ease and get more info upon tap. + +### Changed: +- Redesigned Home Screen and streamlined app navigation. +- Balances redesigned into a new Spendable component on the Send screen. +- Revamped Restore flow. +- Create Wallet with a tap! New Wallet Backup flow moved to when your wallet receives first funds. +- Firebase Crashlytics are fully opt-in. Help us improve Zashi, or don’t, your choice. +- Scanning a ZIP 321 QR code now opens Zashi! + ## [2.0.0 (934)] - 2025-04-25 ### Added: diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index 23ce79d66..f818ac3c6 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -12,6 +12,19 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [2.0.1 (941)] - 2025-04-29 + +### Añadido: +- Un widget de estado de la billetera te ayuda a navegar por Zashi y a obtener información con un click. + +### Cambiado: +- Pantalla de inicio rediseñada y navegación optimizada. +- Saldos rediseñados con un nuevo componente Gastable en la pantalla de envío. +- Flujo de restauración renovado. +- ¡Crea tu billetera facil! Un nuevo proceso de backup que se traslado a cuando recibes los primeros fondos. +- Firebase Crashlytics es totalmente opcional. +- ¡Escanear un código QR ZIP 321 abre Zashi! + ## [2.0.0 (934)] - 2025-04-25 ### Añadido: diff --git a/fastlane/metadata/android/en-US/changelogs/941.txt b/fastlane/metadata/android/en-US/changelogs/941.txt new file mode 100644 index 000000000..84b646a80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/941.txt @@ -0,0 +1,11 @@ +Added: +Zashi 2.0 is here! +- New Wallet Status Widget helps you navigate Zashi with ease and get more info upon tap. + +Changed: +- Redesigned Home Screen and streamlined app navigation. +- Balances redesigned into a new Spendable component on the Send screen. +- Revamped Restore flow. +- Create Wallet with a tap! New Wallet Backup flow moved to when your wallet receives first funds. +- Firebase Crashlytics are fully opt-in. Help us improve Zashi, or don’t, your choice. +- Scanning a ZIP 321 QR code now opens Zashi! \ No newline at end of file diff --git a/fastlane/metadata/android/es/changelogs/941.txt b/fastlane/metadata/android/es/changelogs/941.txt new file mode 100644 index 000000000..a62eaa268 --- /dev/null +++ b/fastlane/metadata/android/es/changelogs/941.txt @@ -0,0 +1,10 @@ +Añadido: +- Un widget de estado de la billetera te ayuda a navegar por Zashi y a obtener información con un click. + +Cambiado: +- Pantalla de inicio rediseñada y navegación optimizada. +- Saldos rediseñados con un nuevo componente Gastable en la pantalla de envío. +- Flujo de restauración renovado. +- ¡Crea tu billetera facil! Un nuevo proceso de backup que se traslado a cuando recibes los primeros fondos. +- Firebase Crashlytics es totalmente opcional. +- ¡Escanear un código QR ZIP 321 abre Zashi! \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 24cdded7c..4eec60eff 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=2.0.0 +ZCASH_VERSION_NAME=2.0.1 # 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