Skip to content

Commit ce6162b

Browse files
committed
chore: release v1.2.2
1 parent ce3300d commit ce6162b

6 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.2] - 2026-03-07
11+
1012
### Fixed
1113
- **Units system-wide**: All screens and the home screen widget now correctly respect the unit system configured in TeslamateAPI (metric vs imperial). Distances, speeds, efficiency, and temperatures are now consistently formatted across Drives, Stats, Mileage, Battery, Countries Visited, Regions Visited screens, and the widget range display (#176)
14+
- **Home screen widget**: Location text (geofence name or address) no longer shifts upward when the car is charging. When idle, it stays right-aligned on the same line as the SoC percentage; when charging, it shares the bottom row with the charging details
1215

1316
## [1.2.1] - 2026-03-07
1417

@@ -420,7 +423,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420423
- Dashboard with basic vehicle status
421424
- Charges screen with history list
422425

423-
[Unreleased]: https://github.com/vide/matedroid/compare/v1.2.1...HEAD
426+
[Unreleased]: https://github.com/vide/matedroid/compare/v1.2.2...HEAD
427+
[1.2.2]: https://github.com/vide/matedroid/compare/v1.2.1...v1.2.2
424428
[1.2.1]: https://github.com/vide/matedroid/compare/v1.2.0...v1.2.1
425429
[1.2.0]: https://github.com/vide/matedroid/compare/v1.1.0...v1.2.0
426430
[1.2.0-beta1]: https://github.com/vide/matedroid/compare/v1.1.0...v1.2.0-beta1

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "com.matedroid"
2020
minSdk = 28
2121
targetSdk = 36
22-
versionCode = 177288688
23-
versionName = "1.2.1"
22+
versionCode = 177289788
23+
versionName = "1.2.2"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Correccions d'errors en les unitats i el disseny del widget.
2+
3+
Fixed:
4+
- Les unitats ara es respecten a totes les pantalles i el widget (distàncies, velocitats, eficiència, temperatures)
5+
- El text de la ubicació del widget ja no puja quan s'està carregant — es manté a la línia inferior juntament amb els detalls de càrrega
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Bug fixes for units and widget layout.
2+
3+
Fixed:
4+
- Units now respected on all screens and the widget (distances, speeds, efficiency, temperatures)
5+
- Widget location text no longer shifts up when charging — stays on the bottom line alongside charging details
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Correcciones de errores en las unidades y el diseño del widget.
2+
3+
Fixed:
4+
- Las unidades se respetan ahora en todas las pantallas y el widget (distancias, velocidades, eficiencia, temperaturas)
5+
- El texto de ubicación del widget ya no sube cuando se está cargando — permanece en la línea inferior junto a los detalles de carga
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Correzioni di bug per le unità di misura e il layout del widget.
2+
3+
Fixed:
4+
- Le unità di misura vengono ora rispettate in tutte le schermate e nel widget (distanze, velocità, efficienza, temperature)
5+
- Il testo della posizione nel widget non si sposta più verso l'alto durante la ricarica — rimane sulla riga inferiore insieme ai dettagli di ricarica

0 commit comments

Comments
 (0)