[#1840] Android Zashi Release v1.5.1
This commit is contained in:
parent
bad9e767d3
commit
08e6f18c84
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
|
@ -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.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue