Logo
Explore Help
Register Sign In
hargata/lubelog
1
0
Fork 0
You've already forked lubelog
mirror of https://github.com/hargata/lubelog.git synced 2025-12-10 00:46:08 -06:00
Code Issues Packages Projects Releases 51 Wiki Activity

51 Releases 56 Tags

RSS Feed
  • v1.5.0 31690bc8df

    Version 1.5.0 Stable

    giteasync released this 2025-08-20 10:04:37 -05:00 | 172 commits to main since this release

    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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v150_linux_x64.zip
      51 MiB
    • LubeLogger_v150_win_x64.zip
      52 MiB
  • v1.4.9 4dca661c02

    Version 1.4.9 Stable

    giteasync released this 2025-07-09 11:26:58 -05:00 | 195 commits to main since this release

    Objectives

    • Bug Fixes
      • Fixed bug where non-root users cannot access vehicles(PR: #998)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v149_linux_x64.zip
      51 MiB
    • LubeLogger_v149_win_x64.zip
      52 MiB
  • v1.4.8 4d5bbc39dd

    Version 1.4.8 Stable

    giteasync released this 2025-07-02 16:08:52 -05:00 | 198 commits to main since this release

    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
      • Fixed label target in Notes(PR: #949) by iamdabe

    Detailed Release Notes, Please read before updating: #977

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v148_linux_x64.zip
      51 MiB
    • LubeLogger_v148_win_x64.zip
      52 MiB
  • v1.4.7 419b755e7a

    Version 1.4.7 Stable

    giteasync released this 2025-04-27 09:58:58 -05:00 | 278 commits to main since this release

    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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v147_linux_x64.zip
      51 MiB
    • LubeLogger_v147_win_x64.zip
      52 MiB
  • v1.4.6 bf954a2946

    Version 1.4.6 Stable

    giteasync released this 2025-03-31 08:49:21 -05:00 | 297 commits to main since this release

    • 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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v146_linux_x64.zip
      51 MiB
    • LubeLogger_v146_win_x64.zip
      52 MiB
  • v1.4.5 72a5960d40

    Version 1.4.5 Stable

    giteasync released this 2025-02-27 13:04:18 -06:00 | 331 commits to main since this release

    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)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v145_linux_x64.zip
      53 MiB
    • LubeLogger_v145_win_x64.zip
      54 MiB
  • v1.4.4 4d5020b607

    Version 1.4.4 Stable

    giteasync released this 2025-02-03 09:51:21 -06:00 | 364 commits to main since this release

    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)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v144_linux_x64.zip
      53 MiB
    • LubeLogger_v144_win_x64.zip
      54 MiB
  • v1.4.3 79633dbe1d

    Version 1.4.3 Stable

    giteasync released this 2025-01-10 13:13:54 -06:00 | 421 commits to main since this release

    Objectives

    • Bug Fixes
      • Fixed bug with fuel mileage for empty odometers(Issue: #796)
    • Features
      • Added new endpoint to retrieve Reminders Calendar in ICS format(Issue: #697)
      • Added new endpoint to upload documents and attach documents to records(Issue: #769)
    • Misc. Tech Debt
      • Moved user uploaded files out from wwwroot to data folder(Issue: #785, #260)
      • Moved userConfig.json out from config to data/config

    Note: this version can break your existing instance if you have a nonstandard installation, for more information, please read #787

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v143_linux_x64.zip
      53 MiB
    • LubeLogger_v143_win_x64.zip
      54 MiB
  • v1.4.2 e13707305b

    Version 1.4.2 Stable

    giteasync released this 2024-12-31 10:21:30 -06:00 | 449 commits to main since this release

    Objectives

    • Bug Fixes
      • Fixed bug with creating past records for recurring tax records(Issue: #745)
      • Security Fixes
      • Fixed bug where tags are returned as null in API(Issue: #763)
      • Fixed bug on MacOS devices with context menu
    • Features
      • Add PUT/DELETE API requests to modify records(Issue: #541)
      • Allow API requests in JSON format.
      • Add Total Distance Traveled label in Gas Records(Issue: #751)
      • Add setting to default to Fuel Unit Cost input(Issue: #744)
      • Reformatted Webhook payloads(Issue: #574)

    webhook

    • Allow users to filter records by tags on the consolidated report(Issue: #572)
    • Allow users to filter records by date range on consolidated report(Issues: #761, #689)

    report_filters

    • Allow users to insert odometer records from existing records(Issue: #758)

    create_odometer

    • Improved tile sizes in garage on mobile devices

    mobile_view

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v142_linux_x64.zip
      53 MiB
    • LubeLogger_v142_win_x64.zip
      54 MiB
  • v1.4.1 bd7cbffe10

    Version 1.4.1 Stable

    giteasync released this 2024-11-25 10:27:24 -06:00 | 489 commits to main since this release

    Objectives

    • Bug Fixes
      • Fixed bug with drag and drop for plan items
      • Fixed bug where plan type does not display correctly in Kiosk mode
      • Fixed bug with sorting in tables.
      • Fixed aggregate label bug when search returns empty results
      • Fixed bug with changes in appsettings.json(Issue: #739)
    • Features
      • Cached Report Metrics are now vehicle specific
      • Added option to toggle between 2 and 3 decimal places for fuel consumption(Issue: #723)
      • Deleting records will now replenish requisitioned supplies(Issue: #429)
      • Users can now add supplies to existing records(Issue: #454)
      • Add cost table for multi-year trends(Issue: #716)
      • Sort notes in ascending order by description(Issue: #523)
      • Added Select Mode
      • Remastered the Context Menu
      • Remastered Reminder Record tab.
      • Added SimplyAuto column mapping for imports(Issue: #60)
    • Misc. Tech Debt
      • Additional Code Cleanup(PR: #721, #722) with ideas from Scorpoon
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v141_linux_x64.zip
      53 MiB
    • LubeLogger_v141_win_x64.zip
      54 MiB
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.23.7 Page: 812ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API