Skip to content

Commit

Permalink
[#1741] Release 1.3.3 (839)
Browse files Browse the repository at this point in the history
* [#1741] Release 1.3.3 (839)

* EN what’s update

* ES what’s update
  • Loading branch information
HonzaR authored Jan 23, 2025
1 parent 6c4986e commit 9e1c862
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2

## [Unreleased]

## [1.3.3 (839)] - 2025-01-23

### Changed
- The QR code image logic of the `QrCode`, `Request`, and `SignTransaction` screens has been refactored to work
with the newer `ZashiQr` component
Expand Down
21 changes: 11 additions & 10 deletions docs/whatsNew/WHATS_NEW_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@ directly impact users rather than highlighting other key architectural updates.*

## [Unreleased]

## [1.3.3 (839)] - 2025-01-23

### Changed
- The QR code image logic of the `QrCode`, `Request`, and `SignTransaction` screens has been refactored to work
with the newer `ZashiQr` component
- The colors of the QR code image on the `SignTransaction` screen are now white and black for both color themes to
improve the successful scanning chance by the Keystone device
- The block synchronization progress logic has been changed to return an uncompleted percentage in case the
`Synchronizer` is still in the `SYNCING` state
- The Keystone SDK has been updated to version `0.7.10`, which brings a significant QR codes scanning improvement
- We refactored the QR code image logic to work with the newer ZashiQr component.
- The colors of the QR code image on the SignTransaction screen are now the same for both color themes to improve
scanning by the Keystone device.
- We improved the block synchronization progress logic to return an uncompleted percentage in case the Synchronizer
is still in the SYNCING state.
- We updated the Keystone SDK to version 0.7.10, which brings a significant QR code scanning improvement.

### Fixed
- The Disconnected popup trigger when the app is backgrounded has been fixed
- The issue when the application does not clean navigation stack after clicking View Transactions after a successful
transaction has been resolved
- We fixed the logic for the Disconnected popup for cases when the app is backgrounded.
- We also resolved an issue with the app's navigation stack not getting cleared up after clicking on the View
Transactions button.

## [1.3.2 (829)] - 2025-01-10

Expand Down
28 changes: 15 additions & 13 deletions docs/whatsNew/WHATS_NEW_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ directly impact users rather than highlighting other key architectural updates.*

## [Unreleased]

### Changed
- The QR code image logic of the `QrCode`, `Request`, and `SignTransaction` screens has been refactored to work
with the newer `ZashiQr` component
- The colors of the QR code image on the `SignTransaction` screen are now white and black for both color themes to
improve the successful scanning chance by the Keystone device
- The block synchronization progress logic has been changed to return an uncompleted percentage in case the
`Synchronizer` is still in the `SYNCING` state
- The Keystone SDK has been updated to version `0.7.10`, which brings a significant QR codes scanning improvement

### Fixed
- The Disconnected popup trigger when the app is backgrounded has been fixed
- The issue when the application does not clean navigation stack after clicking View Transactions after a successful
transaction has been resolved
## [1.3.3 (839)] - 2025-01-23

### Cambiado
- Refactorizamos la lógica de la imagen del código QR para que funcione con el nuevo componente ZashiQr.
- Ahora, los colores de la imagen del código QR en la pantalla de SignTransaction son los mismos en ambos temas de
color, mejorando el escaneo por parte del dispositivo Keystone.
- Mejoramos la lógica del progreso de sincronización de bloques para devolver un porcentaje incompleto en caso de que
el sincronizador aún esté en el estado SYNCING.
- Actualizamos el SDK de Keystone a la versión 0.7.10, lo que incluye una mejora significativa en el escaneo de
códigos QR.

### Corregido
- Corregimos la lógica del popup de Desconectado en los casos en que la aplicación pasa a segundo plano.
- También resolvimos un problema con la pila de navegación de la aplicación, que no se limpiaba correctamente después
de hacer clic en el botón Ver Transacciones.

## [1.3.2 (829)] - 2025-01-10

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ZCASH_VERSION_NAME=1.3.3

# 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
Expand Down

0 comments on commit 9e1c862

Please sign in to comment.