Skip to content

Releases: hargata/lubelog

Version 1.3.9

31 Oct 20:02
571e87d
Compare
Choose a tag to compare

We're officially back from our hiatus.

Pretty significant changes in this release, please make a backup before updating.

Objectives

  • Bug Fixes
    • Fix AdjustedOdometer endpoint with decimal odometer multiplier
    • Fix bug with inverted bar chart colors with metric calculations(Issue: #649)
    • Fix bug with average/min/max fuel mileage labels
    • Fix Page Titles
    • Fix misaligned columns when viewed on small screens
    • Fix mobile nav closing on iOS devices when scrolling
  • Features
    • Enter key to submit on Forms(Issue: #639)
    • Add functionality to edit extra fields for multiple records(Issue: #483)
    • Add Attachment Exports for Notes
    • Add emphasis lines for API methods in documentation
    • Add support for smaller tabs in smaller screens
    • Add thumbnail resizing(Issue: #616)
    • Add Experimental GPS Integration(Issue: #511)
    • Allow ExtraFields to be displayed in place of LicensePlate(Issue: #485)
    • Add Built-In Translation Downloader and Editor
    • Add functionality to re-order tabs(Issue: #518)
    • Add funtionality to reveal password on password fields
  • Misc Tech Debt and Changes
    • Move Delete Vehicle button into Edit Vehicle modal(Issue: #637)
    • Automatically create app schema in existing Postgres container
    • Remastered Admin Panel
    • Improve Code Maintainability(Split VehicleController out)
    • Load sponsors asynchronously for users with slower internet connection

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