LubeLogger
Self-hosted vehicle maintenance and fuel mileage tracker
Alternative to: fuelly, carfax car care, drivvo
v1.6.0
2026-02-10Update with Caution, be prepared to rollback to 1.5.9 if needed.
This release has a major migration from .NET 8.0 to .NET 10.0 which means that the base image for docker containers are now Ubuntu-based instead of Debian. We don’t foresee a whole lot of issues with this change, but since we have no clue what hardware our users are running, we can’t be too sure. We wanted to release this right after 1.5.9 so that users who encounter issues with 1.6.0 can rollback without missing significant features/bug fixes and that any issues with this migration can be addressed before we leave for our annual hiatus at the end of April.
Anyways, the usual release notes:
Objectives
- Bug Fixes
- Fixed minor UI bugs from 1.5.9
- Features
- Add API endpoints for Notes(PR: #1257 by iamdabe)
- Misc
- .NET 10 Migration(update with caution and be prepared to rollback if needed)
- Resolved some tech debt