What's New
Tessie Integration Improvements
- Show Tessie option for new EVs - When adding a new vehicle and selecting "Electric" as the fuel type, the Tessie integration section now appears immediately. Previously, Tessie linking was only available when editing existing vehicles.
- Total Distance from Tessie - For Tessie-enabled vehicles, the "Total Distance" stat card on the vehicle page now shows the live odometer reading from Tessie, instead of calculating from fuel log entries.
Dev Build Versioning
- Git SHA in version - Dev builds now display the git commit SHA in the version string (e.g.,
0.6.0-dev+abc1234), making it easy to identify exactly which build is running on your dev/staging environment.
Bug Fixes
- Watchtower compatibility - Fixed auto-update functionality for Docker deployments using Watchtower. Added
DOCKER_API_VERSION=1.44environment variable to resolve API version mismatch with newer Docker daemons.
Infrastructure
- Updated staging docker-compose configuration with Watchtower fix
- Docker builds now inject git SHA and build date as build args
Full Changelog: v0.5.0...v0.6.0