[#1849] Release 1.5.2 (929)
This commit is contained in:
parent
c10f6a7d58
commit
42c07c365a
|
@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.5.2 (929)] - 2025-04-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The Security Warning screen has been removed from onboarding of the FOSS app build type
|
- The Security Warning screen has been removed from onboarding of the FOSS app build type
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,15 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.5.2 (929)] - 2025-04-09
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- 1.5 Bug Fix release!
|
||||||
|
- We fixed a migration issue impacting some users on 1.5 app version.
|
||||||
|
- We also removed the redundant Security Warning screen which was incorrectly informing the user about crash
|
||||||
|
reporting not included in Zashi Android FOSS version.
|
||||||
|
|
||||||
|
|
||||||
## [1.5.2 (926)] - 2025-04-03
|
## [1.5.2 (926)] - 2025-04-03
|
||||||
|
|
||||||
### Fixed:
|
### Fixed:
|
||||||
|
|
|
@ -12,6 +12,14 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.5.2 (929)] - 2025-04-09
|
||||||
|
|
||||||
|
### Corregido
|
||||||
|
- ¡Corrección de errores 1.5!
|
||||||
|
- Solucionamos un problema de migración que afectaba a algunos usuarios de la versión 1.5 de la app.
|
||||||
|
- También eliminamos la pantalla de Advertencia de Seguridad redundante que informaba incorrectamente al usuario
|
||||||
|
sobre informes de fallas no incluidos en la versión Zashi Android FOSS.
|
||||||
|
|
||||||
## [1.5.2 (926)] - 2025-04-03
|
## [1.5.2 (926)] - 2025-04-03
|
||||||
|
|
||||||
### Corregido:
|
### Corregido:
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Fixed:
|
||||||
|
- 1.5 Bug Fix release!
|
||||||
|
- We fixed a migration issue impacting some users on 1.5 app version.
|
||||||
|
- We also removed the redundant Security Warning screen which was incorrectly informing the user about crash reporting
|
||||||
|
not included in Zashi Android FOSS version.
|
|
@ -0,0 +1,5 @@
|
||||||
|
Corregido:
|
||||||
|
- ¡Corrección de errores 1.5!
|
||||||
|
- Solucionamos un problema de migración que afectaba a algunos usuarios de la versión 1.5 de la app.
|
||||||
|
- También eliminamos la pantalla de Advertencia de Seguridad redundante que informaba incorrectamente al usuario sobre
|
||||||
|
informes de fallas no incluidos en la versión Zashi Android FOSS.
|
Loading…
Reference in New Issue