mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
chore: release v0.9.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/14.txt
Normal 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+)
|
||||
Reference in New Issue
Block a user