diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b188df..c3d9a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b958854..adfe79c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 0000000..2ee499f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -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+)