From 4eb384bba1f9a1f4533f3ad21953fa96b74bc6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Fri, 28 Mar 2025 15:00:16 +0100 Subject: [PATCH] [#1830] Release Zashi v1.5 (923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adopt Zcash SDK v2.2.10-SNAPSHOT * Version 1.5 * Changelog update * What’s new update * Fastlane changelogs * Update to version code 923 --- CHANGELOG.md | 3 +++ docs/whatsNew/WHATS_NEW_EN.md | 8 ++++++++ docs/whatsNew/WHATS_NEW_ES.md | 10 +++++++++- fastlane/metadata/android/en-US/changelogs/923.txt | 5 +++++ fastlane/metadata/android/es/changelogs/923.txt | 5 +++++ gradle.properties | 2 +- 6 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/923.txt create mode 100644 fastlane/metadata/android/es/changelogs/923.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1778e35..4a56dcfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,15 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.5 (923)] - 2025-03-27 + ### Added - Support for `zcashtestnetFossRelease` has been added to the app resources package ### Changed - All internal dependencies have been updated - Bip39 v1.0.9 +- Zcash SDK v2.2.10-SNAPSHOT ### Fixed - We fixed the `zcashtestnetStoreDebug` app build variant file provider, so the export private data and export tax diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index d3b68b066..9070a5670 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -12,6 +12,14 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.5 (923)] - 2025-03-27 + +### Added: +- Transparent Funds Rescue - Zashi can now help you recover funds from fully transparent wallets like Ledger. We recommend importing your transparent hardware wallet recovery phrase into a Keystone hardware wallet and then pairing it with Zashi using the Keystone integration. + +### Fixed: +- We fixed a long-standing note commitment tree issue that affected a small number of users. Zashi is now able to allow stuck funds to be spent. + ## [1.4 (876)] - 2025-03-04 ### Added diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index 57bceabba..6579628f1 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -5,13 +5,21 @@ 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 +- Añadido, Cambiado, Corregido, 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] +## [1.5 (923)] - 2025-03-27 + +### Añadido: +- Zashi ahora puede ayudarte a recuperar fondos desde billeteras completamente transparentes como Ledger. Recomendamos importar la frase de recuperación de tu billetera hardware transparente en una billetera Keystone y luego emparejarla con Zashi usando la integración con Keystone. + +### Corregido: +- Solucionamos un problema de larga data con el árbol de compromisos de notas que afectaba a un pequeño número de usuarios. Ahora Zashi permite gastar fondos que estaban atascados. + ## [1.4 (876)] - 2025-03-04 ### Añadido diff --git a/fastlane/metadata/android/en-US/changelogs/923.txt b/fastlane/metadata/android/en-US/changelogs/923.txt new file mode 100644 index 000000000..7ee8aa693 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/923.txt @@ -0,0 +1,5 @@ +Added: +- Transparent Funds Rescue - Zashi can now help you recover funds from fully transparent wallets like Ledger. We recommend importing your transparent hardware wallet recovery phrase into a Keystone hardware wallet and then pairing it with Zashi using the Keystone integration. + +Fixed: +- We fixed a long-standing note commitment tree issue that affected a small number of users. Zashi is now able to allow stuck funds to be spent. \ No newline at end of file diff --git a/fastlane/metadata/android/es/changelogs/923.txt b/fastlane/metadata/android/es/changelogs/923.txt new file mode 100644 index 000000000..05c00fffc --- /dev/null +++ b/fastlane/metadata/android/es/changelogs/923.txt @@ -0,0 +1,5 @@ +Añadido: +- Zashi ahora puede ayudarte a recuperar fondos desde billeteras completamente transparentes como Ledger. Recomendamos importar la frase de recuperación de tu billetera hardware transparente en una billetera Keystone y luego emparejarla con Zashi usando la integración con Keystone. + +Corregido: +- Solucionamos un problema de larga data con el árbol de compromisos de notas que afectaba a un pequeño número de usuarios. Ahora Zashi permite gastar fondos que estaban atascados. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b2b35338e..3721302cc 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.4 +ZCASH_VERSION_NAME=1.5 # 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