[#1830] Release Zashi v1.5 (923)

* Adopt Zcash SDK v2.2.10-SNAPSHOT

* Version 1.5

* Changelog update

* What’s new update

* Fastlane changelogs

* Update to version code 923
This commit is contained in:
Honza Rychnovský 2025-03-28 15:00:16 +01:00 committed by GitHub
parent 0098721d40
commit 4eb384bba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 31 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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