parent
ac6c4be8bf
commit
c9175a20ce
|
@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.1 (941)] - 2025-04-29
|
||||
|
||||
### Fixed
|
||||
- Homepage buttons now display correctly on small screen devices
|
||||
- Scan navigates back to zip 321 when insufficient funds detected
|
||||
|
|
|
@ -12,6 +12,20 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.1 (941)] - 2025-04-29
|
||||
|
||||
### Added:
|
||||
- Zashi 2.0 is here!
|
||||
- New Wallet Status Widget helps you navigate Zashi with ease and get more info upon tap.
|
||||
|
||||
### Changed:
|
||||
- Redesigned Home Screen and streamlined app navigation.
|
||||
- Balances redesigned into a new Spendable component on the Send screen.
|
||||
- Revamped Restore flow.
|
||||
- Create Wallet with a tap! New Wallet Backup flow moved to when your wallet receives first funds.
|
||||
- Firebase Crashlytics are fully opt-in. Help us improve Zashi, or don’t, your choice.
|
||||
- Scanning a ZIP 321 QR code now opens Zashi!
|
||||
|
||||
## [2.0.0 (934)] - 2025-04-25
|
||||
|
||||
### Added:
|
||||
|
|
|
@ -12,6 +12,19 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.1 (941)] - 2025-04-29
|
||||
|
||||
### Añadido:
|
||||
- Un widget de estado de la billetera te ayuda a navegar por Zashi y a obtener información con un click.
|
||||
|
||||
### Cambiado:
|
||||
- Pantalla de inicio rediseñada y navegación optimizada.
|
||||
- Saldos rediseñados con un nuevo componente Gastable en la pantalla de envío.
|
||||
- Flujo de restauración renovado.
|
||||
- ¡Crea tu billetera facil! Un nuevo proceso de backup que se traslado a cuando recibes los primeros fondos.
|
||||
- Firebase Crashlytics es totalmente opcional.
|
||||
- ¡Escanear un código QR ZIP 321 abre Zashi!
|
||||
|
||||
## [2.0.0 (934)] - 2025-04-25
|
||||
|
||||
### Añadido:
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
Added:
|
||||
Zashi 2.0 is here!
|
||||
- New Wallet Status Widget helps you navigate Zashi with ease and get more info upon tap.
|
||||
|
||||
Changed:
|
||||
- Redesigned Home Screen and streamlined app navigation.
|
||||
- Balances redesigned into a new Spendable component on the Send screen.
|
||||
- Revamped Restore flow.
|
||||
- Create Wallet with a tap! New Wallet Backup flow moved to when your wallet receives first funds.
|
||||
- Firebase Crashlytics are fully opt-in. Help us improve Zashi, or don’t, your choice.
|
||||
- Scanning a ZIP 321 QR code now opens Zashi!
|
|
@ -0,0 +1,10 @@
|
|||
Añadido:
|
||||
- Un widget de estado de la billetera te ayuda a navegar por Zashi y a obtener información con un click.
|
||||
|
||||
Cambiado:
|
||||
- Pantalla de inicio rediseñada y navegación optimizada.
|
||||
- Saldos rediseñados con un nuevo componente Gastable en la pantalla de envío.
|
||||
- Flujo de restauración renovado.
|
||||
- ¡Crea tu billetera facil! Un nuevo proceso de backup que se traslado a cuando recibes los primeros fondos.
|
||||
- Firebase Crashlytics es totalmente opcional.
|
||||
- ¡Escanear un código QR ZIP 321 abre Zashi!
|
|
@ -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=2.0.0
|
||||
ZCASH_VERSION_NAME=2.0.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