Files
archived-matedroid/CHANGELOG.md
2025-12-22 14:41:30 +01:00

78 lines
3.0 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.5.1] - 2025-12-22
### Added
- **Version Display**: Show app version at bottom of Settings screen
## [0.5.0] - 2025-12-22
### Added
- **App Icon**: New MateDroid logo
- **GitHub Actions CI**: Automatic APK build and release asset upload on new releases
- **Model Y Juniper Support**: Crossflow19 wheel detection and car images
- **Highland M3 Support**: Nova19/Helix19 wheel detection (visual fallback to Photon18)
### Fixed
- **Car Name Display**: Show "Model Y/3/S/X" when owner hasn't set a custom name
## [0.4.0] - 2025-12-22
### Added
- **Multi-Car Support**: Switch between vehicles via dropdown in the title bar
- **Interactive Bar Charts**: Tap any bar to see exact values in a tooltip
- **Dynamic Chart Granularity**: Charts adapt to date range (daily/weekly/monthly)
- **Show Short Drives/Charges Setting**: Hide trivial entries from lists (keeps them in totals)
### Changed
- **Tire Pressure Display**: Redesigned with compact Tesla outline and status dots
- **Settings Toggles**: Certificate and display options now use toggle switches
### Fixed
- **HTTP Connections**: Allow unsecure HTTP connections to the TeslamateApi server
- **Location Card**: Shows reverse-geocoded address when outside geofences
- **Dashboard Cards**: Consistent styling across all cards
## [0.3.0] - 2025-12-21
### Added
- **Dashboard**: Real-time vehicle status with dynamic Tesla 3D car images matching your vehicle's color, model, and wheels
- **Charges Screen**: Charging history with statistics, date filtering, and detailed graphs
- **Drives Screen**: Drive history with efficiency metrics, route maps, and detailed graphs
- **Mileage Screen**: Yearly/monthly/daily mileage breakdown with drill-down navigation
- **Software Versions Screen**: Update history with statistics and version timeline
- **Battery Health Screen**: Battery degradation tracking
- **Car Color Palettes**: UI theming adapts to your car's exterior color
- **Settings**: Server configuration with currency selection
## [0.2.0] - 2025-12-20
### Added
- Drives screen with drive history
- Charge detail screen with graphs
- Drive detail screen with route map
- Mileage tracking screen
- Software versions screen
- Battery health screen
## [0.1.0] - 2025-12-19
### Added
- Initial project setup
- Settings screen for server configuration
- Dashboard with basic vehicle status
- Charges screen with history list
[Unreleased]: https://github.com/yourusername/matedroid/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/yourusername/matedroid/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/yourusername/matedroid/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/yourusername/matedroid/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/yourusername/matedroid/releases/tag/v0.1.0