Skip to content

Releases: provrb/obdium

Version 1.0.0

07 Jun 18:13

Choose a tag to compare

Initial stable, major release for OBDium. Introducing a bunch of new features and big fixes.

What's New

  1. Diagnostic trouble code reading
    • DTC decoding is still experimental - decoding logic may return unknown or partial codes for some vehicles.
  2. Freeze frame status displays whenever the freeze frame is active
  3. Pause/resume and clear the OBD dashboard
  4. View supported PIDs for your vehicle rather than a general list
  5. Data remains consistent across refreshing the window
  6. User-selected paths for OBD request JSON files
  7. View I/M readiness tests - export as JSON and refresh tests
  8. Improve VIN decoding
  9. Fully functional demo mode
  10. Implement live metric graph view
  11. Overhauled VIN decoding panel
  12. Add user-defined unit preferences for metrics
  13. All settings are functional

Bug fixes

  1. OBDium would never receive current vehicle VIN
  2. VIN decoder would sometimes retrieve limited information about a vehicle

TODO:

  1. Monitor ID tests (Mode 06)

Installation

Windows: Install and the MSI or NSIS installer
AppImage: Download the .AppImage file

Debian

  1. Download the .deb file
  2. Run the following command in a terminal
    sudo dpkg -i obdium_1.0.0_amd64.deb

Full Changelog: windows...v1.0.0

Version 0.9.0

29 May 17:00

Choose a tag to compare

Version 0.9.0 Pre-release
Pre-release

This is the initial pre-release for OBDium.

This Release Includes:

  1. GUI
  2. VIN Decoding
  3. Live metrics
  4. PID index

TODO:

There is still much more to complete, including:

  1. Live graph view
  2. Settings functionality; some settings still need to be implemented.
  3. Trouble code view

Full Changelog: https://github.com/provrb/obdium/commits/windows