parent
37a7a1e334
commit
3f02a5648f
|
@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.2 (828)] - 2025-01-09
|
||||
|
||||
### Changed
|
||||
- Send Confirmation & Send Progress screens have been refactored
|
||||
- ZXing QR codes scanning library has been replaced with a more recent MLkit Barcodes scanning library, which gives
|
||||
|
|
|
@ -12,14 +12,15 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.2 (828)] - 2025-01-09
|
||||
|
||||
### Changed
|
||||
- Send Confirmation & Send Progress screens have been refactored with bugfixes and optimizations
|
||||
- ZXing QR codes scanning library has been replaced with a more recent MLkit Barcodes scanning library, which gives
|
||||
us better results in testing
|
||||
- Zashi now displays dark version of QR code in the dark theme on the QR Code and Request screens
|
||||
- Zashi now displays the dark version of QR codes in the dark theme
|
||||
- We improved the QR code scanner to respond faster
|
||||
- We refactored the Send screens to work better for you
|
||||
|
||||
### Fixed
|
||||
- The way how Zashi treats ZIP 321 single address within URIs results has been fixed
|
||||
- And we also fixed the way how Zashi treats addresses within QR codes
|
||||
|
||||
## [1.3.1 (822)] - 2025-01-07
|
||||
|
||||
|
|
|
@ -12,14 +12,15 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- Send Confirmation & Send Progress screens have been refactored with bugfixes and optimizations
|
||||
- ZXing QR codes scanning library has been replaced with a more recent MLkit Barcodes scanning library, which gives
|
||||
us better results in testing
|
||||
- Zashi now displays dark version of QR code in the dark theme on the QR Code and Request screens
|
||||
## [1.3.2 (828)] - 2025-01-09
|
||||
|
||||
### Fixed
|
||||
- The way how Zashi treats ZIP 321 single address within URIs results has been fixed
|
||||
### Cambiado
|
||||
- Zashi ahora muestra la versión oscura de los códigos QR en el tema oscuro.
|
||||
- Mejoramos el escáner de códigos QR para que sea más rápido.
|
||||
- Reestructuramos las pantallas de Enviar para optimizar su funcionamiento.
|
||||
|
||||
### Corregido
|
||||
- Solucionamos la manera en que Zashi procesa las direcciones contenidas en los códigos QR.
|
||||
|
||||
## [1.3.1 (822)] - 2025-01-07
|
||||
|
||||
|
|
|
@ -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.3.1
|
||||
ZCASH_VERSION_NAME=1.3.2
|
||||
|
||||
# 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