mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
chore: release v0.11.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
4
fastlane/metadata/android/en-US/changelogs/21.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/21.txt
Normal 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
|
||||
Reference in New Issue
Block a user