Skip to content

Releases: hargata/lubelog

Version 1.3.8

25 Sep 04:36
b69749b
Compare
Choose a tag to compare

Objectives:

  • Add Vehicle Info endpoint documentation
  • Add endpoint to get adjusted odometer for vehicle
  • Fix Light mode issue on PC with dark mode preference(Issue: #630)
  • Add vehicle flag to indicate odometer entry is optional(Issue: #619, #563, #312)
  • Updated demo default file

Version 1.3.7

23 Sep 23:06
73bb3c1
Compare
Choose a tag to compare

Objectives:

  • Add Vehicle Info endpoint for third party widgets/dashboard
  • Fix minor tooltip bug on touchscreen devices in reminders view
  • Add default email recipient for reminder emails(Issue: #517)
  • Add ability to login via OICD for root user(Issue: #482)
  • Add data table view(Issue: #551)
  • Add user-configurable vehicle metric chips(Issue: #537)
  • Add color-coded icons for Planner Items(Issue: #598)
  • Add custom thresholds for Reminders(Issue: #609)
  • Add adaptive theme if Dark Mode is not enabled(Issue: #603)
  • Add ability to disable Registration(Issue: #618)

Version 1.3.6

26 Aug 21:32
cfd83b5
Compare
Choose a tag to compare

Objectives:

  • Fix Postgres table bug for vehicles with zero records(Issue: #576)
  • Add PKCE to OICD Auth(Issue: #568)
  • Add fuel type dropdown(Issue: #534)
  • Add functionality to upload files on paste(Issue: #570)
  • Add Cleanup API method to clear out temp files and unlinked documents/thumbnails
  • Add functionality to export extra fields in CSV
  • Add Due Date and Odometer in API output for Reminders
  • Add tooltip to show configured due date and odometer for reminders(Issue: #531)
  • Added Extra Fields to API methods(Issue: #588)

Version 1.3.5

11 Jul 00:30
6cf733b
Compare
Choose a tag to compare

Objectives:

  • Allow currency values greater than six figures(Issue #515; PR #542 by kapcake)
  • Add maskable icons for Android PWA(PR #519 by NateWright)
  • Auto-create PostgreSQL schema on init(PR #508 by snpaul22)
  • Functionality to reset password for root user without disabling auth
  • Make initial odometer reading readonly by default to prevent unintended edits
  • Reminder recurring intervals are now based on reminder metric(Issue #512)
  • Map extra fields to records via CSV import(Issue #545)

Version 1.3.4

04 Jun 17:16
64ea0e2
Compare
Choose a tag to compare

Bug Fixes:

  • Fix bug where zero cost supplies cannot be selected
  • Add missing translation keys
  • Fix bug with locale where space is used for thousand separator
  • Fix bug with SMTP servers with no authentication

Version 1.3.3

21 May 21:44
0707b51
Compare
Choose a tag to compare

Mid-Hiatus Release:

Version 1.3.2

25 Apr 20:08
ddc3c2e
Compare
Choose a tag to compare

Bug Fixes

  • Replace .NET SMTPClient with MailKit - resolves issues with emails not sending through ProtonMail
  • Fix bug with persistent metric on Dashboard
  • Fix bug where year dropdown does not show Odometer Record year

Version 1.3.1

24 Apr 04:34
dbfb7d7
Compare
Choose a tag to compare

Enhancement:

  • Selected Metrics in Dashboard now persist throughout the user session

Bug Fixes:

  • Fix alternate fuel units in European locale
  • Fix donation link colors not being visible in light mode

Version 1.3.0

08 Apr 15:14
23ae36e
Compare
Choose a tag to compare

Video walkthrough: https://www.youtube.com/watch?v=qyiYu1_XkGk

Enhancements:

  • Allow users to increment from last reported odometer reading when creating records
  • Cache records including unsaved changes to prevent accidental closing of modal
  • Global search
  • Functionality to edit plan record templates

Version 1.2.9

29 Mar 04:44
8ed7dcb
Compare
Choose a tag to compare

Enhancements:

  • Allow users to select multiple reminders to push back when creating new record
  • Add tagging feature to Reminders
  • Add option to copy Supplies attachments when requisitioned by new Plan/Service/Repair/Upgrade records
  • Add chips to vehicle tile in Garage tab for Mileage and Past Due/Very Urgent Reminders
  • Reminders renewed via creation of records now use the date/mileage of the record for next interval
  • Improve Reminders tab usability on mobile devices