Releases: hargata/lubelog
Releases · hargata/lubelog
Version 1.5.3
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
.envfile and updated docker-compose files - Stopgap measure for handling PDF attachments(Issue: #1075)
- Removed
Version 1.5.2
Version 1.5.1
Version 1.5.0
Objectives
- Bug Fixes
- Features
- Misc. Tech Debt
- Updated Npgsql and CsvHelper
- Migrated from System.IdentityModel.Tokens.Jwt to Microsoft.IdentityModel.JsonWebTokens
Version 1.4.9
Objectives
- Bug Fixes
- Fixed bug where non-root users cannot access vehicles(PR: #998)
Version 1.4.8
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
Objectives
- Bug Fixes
- Fixed bug with Extra Field Types not working for Fuel Records(Issue: #931)
- Features
- Add
userinfoendpoint 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_DOMAINEnvironment Variable with your LubeLogger instance URL, see below)
- Add
Version 1.4.6
- Bug Fixes
- 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 emailif 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
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
Objectives
- Bug Fixes
- 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)