Releases: hargata/lubelog
Releases · hargata/lubelog
Version 1.1.1
Enhancements:
- Added Tags functionality to Vehicles, Service/Repair/Upgrade/Odometer records, Notes, and Taxes tab.
- Added alternative fuel units for Fuel tab columns(Consumption and Fuel Economy - metric only), right click on the columns to cycle through units.
- Added sorting to Garage tab to sort vehicles by year(right click on Garage tab for pc or hold Garage menu button for mobile devices).
- Added ability for users to inject custom logos in place of the LubeLogger logo - replace the LubeLogger logo with your own on the login and home pages. The only places the logo can't be replaced is in Reports and the About page. - See here
- Added custom interval option for recurring reminders - Odometer reading only.
Bug Fixes
- Fixed UTF8 encoding bug on Dashboard month names.
- Fixed bug caused by imperfect fuel imports where difference between mileage reading is 0.
Version 1.1.0
In this release:
- Numerical columns are now sortable in all tabs(Cost, Unit Costs, Consumption, Fuel Mileage, etc.)
- Added functionality to move records between Service, Repair, and Upgrade.
- Added functionality to export attachments to records in a chronological order.
- Added functionality to print records in individual tabs.
- Added markdown mode for notes field (You can now put links, images, lists, headers, and even tables in the notes field)
Version 1.0.9
Enhancements
- Pinned Notes
- Recurring Taxes/Fees
- API Endpoint to send reminder emails out to collaborators(see example https://youtu.be/O-8M7w9ytOY?si=kT1jsRZpP3KPnOWc&t=530)
- Auto Insert Odometer Record from Plan/Service/Upgrade/Repair/Fuel Record.
Bug Fixes
- Fixed Average MPG Bug with Metric units.
- Fixed Decimal bug with costs in pie chart.
- Fixed Decimal in Odometer being saved as 0 bug.
Version 1.0.8
What's Changed
- added button to manually push back a recurring reminder record. by @hargata in #130
- Hargata/minor.fixes by @hargata in #133
- POST API Endpoints by @hargata in #134
- added Gas Post API. by @hargata in #138
- fix misleading bar charts. by @hargata in #142
- Add Functionality to Requisition Supplies when adding record. by @hargata in #143
- added 15k mile interval. by @hargata in #144
- Hargata/auto.reminder.setting by @hargata in #146
Full Changelog: v1.0.7...v1.0.8
Version 1.0.7
- Planner(Kanban Board)
- Recurring Reminders
- Odometer Tab with API Endpoints
Version 1.0.6
- Supplies Tab
- Ability to Hide Tabs and Select a Default Tab.
- Create and Restore Backup
V1.0.5 - Lube Logging Together
Multiple User Access and Collaboration.
Version 1.0.4
- Added GET API Endpoints
- Added Missed Fuel Up
- Added CSV Exports
- Notes are now named.
- Added support for international locale.
- Improved Charts interface in Reports page.
- Added PWA manifests.
V1.0.3 Release
This release contains the following enhancements:
- Upgrades tab to keep track of upgrades / mods that don't fall into neither services or repairs.
- Import from Fuelly - fuel records only.
- Functionality to edit names of uploaded files.
- Support for UK MPG Calculation - Input Fuel Consumption in liters which will then be converted to UK Gal for MPG calculation.
Version 1.0.2
- Dockerization!
- Added Reminder Feature
- Added Electric Vehicle(kWh) support
- Fixed a good amount of bugs