mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
chore: release v0.9.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.9.2] - 2026-01-12
|
||||
|
||||
### Fixed
|
||||
- **Dashboard**: Tire pressure now displays correctly when configured in PSI (fixes #46)
|
||||
|
||||
## [0.9.1] - 2026-01-12
|
||||
|
||||
### Fixed
|
||||
@@ -181,7 +186,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.9.1...HEAD
|
||||
[Unreleased]: https://github.com/vide/matedroid/compare/v0.9.2...HEAD
|
||||
[0.9.2]: https://github.com/vide/matedroid/compare/v0.9.1...v0.9.2
|
||||
[0.9.1]: https://github.com/vide/matedroid/compare/v0.9.0...v0.9.1
|
||||
[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
|
||||
|
||||
@@ -19,8 +19,8 @@ android {
|
||||
applicationId = "com.matedroid"
|
||||
minSdk = 29
|
||||
targetSdk = 35
|
||||
versionCode = 15
|
||||
versionName = "0.9.1"
|
||||
versionCode = 16
|
||||
versionName = "0.9.2"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/16.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/16.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Fixed:
|
||||
- Dashboard: Tire pressure now displays correctly when configured in PSI
|
||||
Reference in New Issue
Block a user