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.3.0 23ae36ebd9

    Version 1.3.0 Stable

    giteasync released this 2024-04-07 22:03:31 -05:00 | 820 commits to main since this release

    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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v130_win_x64.zip
      49 MiB
  • v1.2.9 8ed7dcb9ff

    Version 1.2.9 Stable

    giteasync released this 2024-03-28 20:15:49 -05:00 | 860 commits to main since this release

    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
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v129_win_x64.zip
      49 MiB
  • v1.2.8 1f60b2aadc

    Version 1.2.8 Stable

    giteasync released this 2024-03-20 15:55:14 -05:00 | 879 commits to main since this release

    Enhancements:

    • Added URL Parser to Extra Field columns(if your value in an extra field is a well-formed URI according to Microsoft's standards, it will be a clickable link)
    • Added functionality to auto-initiate OIDC login flow

    Fixes:

    • Fixed security vulnerability where unauthorized users can access uploaded files
    • Fixed LiteDB implementation to improve concurrency performance (this improves performance on instances with small amount of users, but may have adverse consequences if you have a ton of users on your instance reading / writing at the same time, in that case you really should be using PostgreSQL as a backend)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v128_win_x64.zip
      49 MiB
  • v1.2.7 6e4e2795b6

    Version 1.2.7 Stable

    giteasync released this 2024-03-16 13:24:55 -05:00 | 896 commits to main since this release

    Video Walkthrough: https://www.youtube.com/watch?v=fJJtoFDSVrs

    Enhancements:

    • Add Odometer Adjustments for vehicle where odometer units differ from user settings or vehicles with swapped odometers that no longer reflect actual mileage
    • Add functionality to edit multiple fuel records at once
    • Add webhooks
    • Add logging for backup restoration

    Bug Fixes:

    • Fix bug where Odometer Records are not deleted when the vehicle is deleted
    • Fix bug where translation are not being backed up
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v127_win_x64.zip
      49 MiB
  • v1.2.6 4a1e41cd54

    Version 1.2.6 Stable

    giteasync released this 2024-03-13 11:18:13 -05:00 | 918 commits to main since this release

    Video walkthrough: https://www.youtube.com/watch?v=x4xY-YQN-5w

    Enhancements:

    • Made columns automatically shrink when extra fields are visible
    • Improve file names when exporting attachments
    • Add Initial Odometer Reading and Distance metric to Odometer Records
    • Added functionality to edit multiple odometer records at once

    Bug Fixes:

    • Fixed bug with black boxes showing up under Vehicle Maintenance Report

    Misc:

    • Distance Traveled chart in Reports tab now rely solely on odometer records
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v126_win_x64.zip
      49 MiB
  • v1.2.5 920de489be

    Version 1.2.5 Stable

    giteasync released this 2024-03-07 09:46:14 -06:00 | 945 commits to main since this release

    Video Walkthrough: https://www.youtube.com/watch?v=I2KlO5PVHCc

    • State persistence for column visibilities
    • Flex basis for table columns to take up as much space as needed(no more white spaces)
    • Statistics between records (average distance traveled and average days elapsed)
    • Allow users to set their own acceptable file extensions for documents upload.
    • Allow users to inject root user credentials via Environment Variables
    • Allow users to hide sold vehicles
    • Allow users to configure reminder urgency thresholds
    • Column-specific search
    • Added a Message of the Day(MOTD) feature to help troubleshoot environment variable issues.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v125_win_x64.zip
      49 MiB
  • v1.2.4 bcf3c3dc33

    Version 1.2.4 Stable

    giteasync released this 2024-03-01 05:34:18 -06:00 | 973 commits to main since this release

    Video Walkthrough: https://www.youtube.com/watch?v=fV0DdYaoajU

    Enhancements

    • Added functionality to allow users to change their username, email address, and password after signing up
    • Added new API endpoint to retrieve the last reported odometer reading.
    • Added functionality to display extra fields as columns
    • Added functionality to toggle visibility of columns
    • Added functionality to search through records
    • Added Extra Fields functionality at Vehicle Level
    • Added Purchase and Sold Dates for Vehicle.
    • Added new data points in Vehicle History Report(Days owned, Total Distance Traveled, Cost per mile, Fuel Cost per mile)

    Deprecations

    • Pinned Notes will no longer show up in a tooltip in the garage view, that is now superseded by Extra Fields.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v124_win_x64.zip
      49 MiB
  • v1.2.3 085eb2a9a0

    Version 1.2.3 Stable

    giteasync released this 2024-02-24 17:57:17 -06:00 | 1013 commits to main since this release

    Bug Fixes

    • Fixed OIDC Integration by adding state parameter and an option to validate state echoed back by IdP.
    • Fixed Context Menu bug in Linux web browsers where the context menu is closed immediately when right mouse button is released.
    • Fixed Tags Input bug where spaces are not recognized as tag delimiters on android device.

    Enhancements

    • Added functionality to copy and paste from the tags input.

    Misc:

    • Updated LubeLogger.com website
    • Updated README

    Note: This release includes bug fixes which affects cached Javascript files, you will need to clear your browser cache, for more information, please see Troubleshooting Guide

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v123_win_x64.zip
      49 MiB
  • v1.2.2 9262131936

    Version 1.2.2 - Bulk Operations Stable

    giteasync released this 2024-02-22 12:46:28 -06:00 | 1029 commits to main since this release

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

    Enhancements:

    • Added Bulk Operations Feature(Edit/Move/Delete/etc) for records.
    • Added feature to automatically create Odometer Records when importing service/repair/upgrade/gas records via CSV(if auto odometer insert is enabled)
    • Added feature to make it easier to replenish supplies
    • Added feature to select a recurring reminder when creating service/repair/upgrade record.

    As per usual, for major updates, you will need to clear your browser cache.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v122_win_x64.zip
      49 MiB
  • v1.2.1 98b1cd9bc5

    Version 1.2.1 Paper Trails Update Stable

    giteasync released this 2024-02-18 16:04:45 -06:00 | 1064 commits to main since this release

    MAJOR CHANGES PLEASE CLEAR BROWSER CACHE

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

    Enhancements:

    • Supply Requisition History - view what supplies were used in a record along with past requisitions of a particular supply.
    • Create Plan Records from Recurring Reminders
    • Copy collaborators from one vehicle to another by way of drag and drop
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • LubeLogger_v121_win_x64.zip
      49 MiB
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.23.7 Page: 460ms Template: 5ms
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