Skip to content

Commit 2c98a4c

Browse files
committed
chore: release v1.2.0-beta1
1 parent e06167f commit 2c98a4c

6 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.0-beta1] - 2026-02-26
11+
1012
### Added
1113
- **Sentry event detection**: Detects sentry mode alert events (center display state "6") via fast 10-second polling when sentry mode is active. Fires a heads-up notification on a dedicated "Sentry Alerts" channel and shows a running event counter next to the sentry red dot on both the dashboard and the home screen widget. Counter resets when sentry mode turns off.
1214
- **Home screen widget**: Battery info widget for the Android home screen. Shows battery level, range, state, temperature, and charging details (power, voltage, current, phases, energy added, time to full) for any configured car. Features a dimmed car image background with a static glow effect when charging. One widget per car can be configured; updates every 15 minutes via WorkManager.
@@ -399,7 +401,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
399401
- Dashboard with basic vehicle status
400402
- Charges screen with history list
401403

402-
[Unreleased]: https://github.com/vide/matedroid/compare/v1.1.0...HEAD
404+
[Unreleased]: https://github.com/vide/matedroid/compare/v1.2.0-beta1...HEAD
405+
[1.2.0-beta1]: https://github.com/vide/matedroid/compare/v1.1.0...v1.2.0-beta1
403406
[1.1.0]: https://github.com/vide/matedroid/compare/v1.0.0...v1.1.0
404407
[1.1.0-beta3]: https://github.com/vide/matedroid/compare/v1.1.0-beta2...v1.1.0-beta3
405408
[1.1.0-beta2]: https://github.com/vide/matedroid/compare/v1.1.0-beta1...v1.1.0-beta2

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 = 260224
23-
versionName = "1.1.0"
22+
versionCode = 177210294
23+
versionName = "1.2.0-beta1"
2424

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Tres grans novetats en aquesta beta.
2+
3+
Afegit:
4+
- Widget de pantalla d'inici amb nivell de bateria, autonomia i detalls de càrrega
5+
- Detecció d'esdeveniments Sentry amb notificacions i comptador d'esdeveniments
6+
- Llisca esquerra/dreta sobre la imatge del cotxe al tauler per canviar de vehicle
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Three big new features in this beta.
2+
3+
Added:
4+
- Home screen widget with battery, range, and charging details
5+
- Sentry event detection with heads-up notifications and event counter
6+
- Swipe left/right on the dashboard car image to switch between vehicles
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Tres grandes novedades en esta beta.
2+
3+
Añadido:
4+
- Widget de pantalla de inicio con nivel de batería, autonomía y detalles de carga
5+
- Detección de eventos Sentry con notificaciones emergentes y contador de eventos
6+
- Desliza izquierda/derecha sobre la imagen del coche en el panel para cambiar de vehículo
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Tre grandi novità in questa beta.
2+
3+
Aggiunto:
4+
- Widget per la schermata Home con livello batteria, autonomia e dettagli di ricarica
5+
- Rilevamento eventi Sentry con notifiche e contatore degli eventi
6+
- Scorri sinistra/destra sull'immagine dell'auto in Dashboard per cambiare veicolo

0 commit comments

Comments
 (0)