Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hargata/lubelog

Version 1.5.3

13 Oct 19:59
b3283fc

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug with translation editor when translation content exceeds certain size
    • Fixed bug with cost data table having too many year columns(Issue: #1098)
  • Features
    • Allow URLs to individual tabs to be bookmarked
    • Custom Widgets now persists acknowledgement in the session
    • Add bulk collaborator management
    • Add Kestrel Configuration in Server Settings Configurator
    • Add Jwks Endpoint for OIDC to validate issuer signature
    • Add ability to populate certain OIDC settings from well-known url
    • Add Fixed Intervals option for Reminders
  • Misc
    • Removed .env file and updated docker-compose files
    • Stopgap measure for handling PDF attachments(Issue: #1075)

Version 1.5.2

19 Sep 14:18
95eab55

Choose a tag to compare

Objectives

  • Features
    • Add search function in garage(Issue: #1059)
    • Add Attachment Preview for Images(Issue: #1047)
    • Add circle as a shape for vehicle map(PR: #1068) by Zeromark30
    • Add user-configurable auth cookie lifespan, max 90 days(Issue: #951)
  • Misc

Version 1.5.1

09 Sep 16:56
6aad531

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fix Vehicle Map Opacity for EU locales(Issue: #1039)
    • Fix URL Attachments breaking Attachment Exports(Issue: #1050)
  • Features
    • Global Search settings now persist client side(Issue: #1035)

Version 1.5.0

21 Aug 17:33
31690bc

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug with UK MPG conversion applied on EV's(Issue: #1012)
    • Fixed bug with columns disappearing if Enable CSV Import is disabled(Issue: #1005)
  • Features
    • Add option to upload a Vehicle Map(Issue: #38)
    • Allow users to select locale different from their system(Issue: #929)
    • Add urgencies param to Reminder GET API(PR: #1026)
  • Misc. Tech Debt
    • Updated Npgsql and CsvHelper
    • Migrated from System.IdentityModel.Tokens.Jwt to Microsoft.IdentityModel.JsonWebTokens

Version 1.4.9

09 Jul 16:27
4dca661

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug where non-root users cannot access vehicles(PR: #998)

Version 1.4.8

02 Jul 21:15
4d5bbc3

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug where tag is cleared off after editing a record(Issue: #945)
  • Features
    • Update layout
    • Add option to display vehicle image on nav(PR: #950) by iamdabe
    • Add UserMetric attribute in Reminder GET methods(Issue: #964)
    • Add Extra Fields for Notes(Issue: #957)
    • Add Parameters for API GET Methods
    • Add Case Insensitive Global Search
    • Updated Document Uploader to also allow link attachments.
    • Add Server Settings Configurator
    • Hides irrelevant Metrics in Report Dropdown(Issue: #867)
    • Add Due Days and Due Distance columns to Reminders
  • Misc. Tech Debt

Detailed Release Notes, Please read before updating: #977

Version 1.4.7

29 Apr 15:00
419b755

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug with Extra Field Types not working for Fuel Records(Issue: #931)
  • Features
    • Add userinfo endpoint parameter for OpenIDConfig to future-proof claims retrieval(PR: #916)
    • Hardened API to accept null for list object types in payload(prevents Issue: #918)
    • Add tooltip for attachment file names(Issue: #926)
    • Add POST/PUT/DELETE API endpoints for Reminders(Issue: #877)
    • Add clickable links in Registration and Reset Password emails(inject LUBELOGGER_DOMAIN Environment Variable with your LubeLogger instance URL, see below)

image

Version 1.4.6

02 Apr 14:07
bf954a2

Choose a tag to compare

  • Bug Fixes
    • Fixed bug with incorrect average MPG label when toggling consumption units(Issue: #889)
    • Fixed bug with vehicle sold and purchase date not returning in locale-invariant format(Issue: #895)
  • Features
    • Add functionality for root users to review server settings and test SMTP config(Issue: #884)
    • Add reminder urgency and due metrics for reminder selection when creating new records(Issue: #893)
    • Add toggle for users to hide Calendar tab(Issue: #879)
    • Add extra field types(Issue: #612)
    • Reworded OIDC error message if auth response does not contain email claim(PR: #901)
    • OIDC scope now defaults to openid email if not provided(PR: #903)
    • Added Remote Auth Debug endpoint for advanced OIDC Troubleshooting(PR: #905) - See Advanced OpenID Troubleshooting for more information

Version 1.4.5

06 Mar 19:43
72a5960

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug with incorrect MPG labels from tagged partial fuel ups(Issue: #848)
  • Features
    • Add API Endpoints for Plans(Issue: #840)
    • Add functionality to re-order table columns(Issue: #780)
    • Dynamically generate locale-sensitive CSV import samples
    • Add check to print individual records when generating vehicle history report(Issue: #857)
    • Add markdown rendering to Kiosk notes(Issue: #856)
    • Minor Quality of Life Improvements(PR: #866)

Version 1.4.4

03 Feb 16:02
4d5020b

Choose a tag to compare

Objectives

  • Bug Fixes
    • Fixed bug with duplicating shop supplies to vehicle
    • Fixed bug with replenishing supplies
    • Fixed bug with sorting and filtering
    • Fixed bug with Odometer and Reminder count label
    • Fixed bug with Cost Per Distance traveled(Issue: #825)
    • Fixed bug with Cost Per Day metric when Year is selected(Issue: #824)
  • Features
    • Add Basic Auth to the Reminders Calendar Endpoint(Issue: #697)
    • Add functionality to print records(Issue: #801, #800)
    • Add functionality to enable Open Registration(Issue: #805)
    • Add Days interval to Recurring Reminder and Tax Records(Issue: #755)
    • Made parameters optional for Send Reminder API endpoint(defaults to all urgencies)
    • Add Attachments Column(Issue: #823)