chore: release v0.9.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Davide Ferrari
2026-01-11 21:50:01 +01:00
parent 0021c06e40
commit 8d3eaba273
3 changed files with 14 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.0] - 2026-01-11
### Added
- **Stats for Nerds**: New records organized into swipeable categories
- Swipe left/right between Drives, Battery, Weather & Altitude, and Distances categories
@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dashboard with basic vehicle status
- Charges screen with history list
[Unreleased]: https://github.com/vide/matedroid/compare/v0.8.3...HEAD
[Unreleased]: https://github.com/vide/matedroid/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/vide/matedroid/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/vide/matedroid/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/vide/matedroid/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/vide/matedroid/compare/v0.8.0...v0.8.1

View File

@@ -19,8 +19,8 @@ android {
applicationId = "com.matedroid"
minSdk = 29
targetSdk = 35
versionCode = 13
versionName = "0.8.2"
versionCode = 14
versionName = "0.9.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,8 @@
• Stats: New records organized into swipeable categories (Drives, Battery, Weather, Distances)
• Stats: New records - Longest driving streak, Longest gap without charging/driving, Biggest battery gain/drain
• Stats: Tap "Longest Range" to see all drives in the record
• Dashboard: Breathing glow effect around car when charging
• Charges: Swipeable charts (Energy, Cost, Count) with AC/DC filter
• Drives: Swipeable charts (Count, Time, Distance, Speed) with distance filter
• Dashboard: Charging power gauge with AC/DC badge
• Requires Android 10+ (was Android 8+)