chore: release v0.11.1

This commit is contained in:
Davide Ferrari
2026-01-19 11:28:02 +01:00
parent bcec8b1a28
commit ebb93aa700
3 changed files with 13 additions and 3 deletions

View File

@@ -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

View File

@@ -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"
}

View File

@@ -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