diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fc6b34f..52c34e3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.5.1 (925)] - 2025-03-31 + ### Changed - Flexa v1.0.12 +### Fixed +- The Flexa issue of voucher signing timeouts has been fixed. + ## [1.5 (923)] - 2025-03-27 ### Added diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 9070a5670..713bc7875 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.1 (925)] - 2025-03-31 + +### 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.5 (923)] - 2025-03-27 ### Added: diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index 6579628f1..f5525a30c 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -12,6 +12,14 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.5.1 (925)] - 2025-03-31 + +### 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.5 (923)] - 2025-03-27 ### Añadido: diff --git a/fastlane/metadata/android/en-US/changelogs/925.txt b/fastlane/metadata/android/en-US/changelogs/925.txt new file mode 100644 index 000000000..7ee8aa693 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/925.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/925.txt b/fastlane/metadata/android/es/changelogs/925.txt new file mode 100644 index 000000000..05c00fffc --- /dev/null +++ b/fastlane/metadata/android/es/changelogs/925.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 d4b0f6432..efd38703a 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.5 +ZCASH_VERSION_NAME=1.5.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