diff --git a/CHANGELOG.md b/CHANGELOG.md index b522f49..c8d31c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2026-01-19 + +### Fixed +- **Dashboard**: Show green steering wheel icon when driving instead of grey power button + ## [0.11.0] - 2026-01-19 ### Added @@ -243,7 +248,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.11.0...HEAD +[Unreleased]: https://github.com/vide/matedroid/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/vide/matedroid/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/vide/matedroid/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/vide/matedroid/compare/v0.9.4...v0.10.0 [0.9.4]: https://github.com/vide/matedroid/compare/v0.9.3...v0.9.4 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 43d0a13..786b967 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "com.matedroid" minSdk = 28 targetSdk = 35 - versionCode = 20 - versionName = "0.11.0" + versionCode = 21 + versionName = "0.11.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 0000000..4296ccb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,4 @@ +Quick fix for the dashboard status icon. + +Fixed: +- Dashboard now shows a green steering wheel icon when driving instead of grey power button