Skip to content

Version 1.5.0

Choose a tag to compare

@provrb provrb released this 07 May 04:47

Version 1.5.0

Addressing many bug fixes and community concerns. QOL features, and migrating Tauri to v2 from v1.

Releaes Info

  • This is the latest release of OBDium. The last release for OBDium was almost a year ago on June 7, 2025.
  • This release includes many bug fixes, some new features/changes, and most importantly: the migration of Tauri from v1 to v2.

Below is a list of all relevant commits from June 7, 2025, to the day of this release, May 7, 2026.

Features

  1. feat: implement terminal to send obd commands manually
  2. feat: add contributing guidelines
  3. feat: add notifications for different in-app features
  4. feat: custom pids
  5. feat: track and untrack custom pids
  6. feat: add 'hide notifications' setting. ui tweaks. fix: settings not saving
  7. refactor(license): change license from custom to gpl 3.0
  8. feat: migrate tauri from v1 to latest v2

Bug Fixes

  1. fix!: panic when demo requests does not exist
  2. fix(graphs)!: lagging graphs- graphs tracking other graphs- graphs not tracking at all?
  3. fix!: icon was not rgba, causing build error on some platforms
  4. fix?: polling differences
  5. fix(events): events playing after establiishing a second obd connection
  6. fix(serial-ports): multiple serial-ports not showing up
  7. fix(vin): stack overflow by sending recursive events
  8. fix!: custom pids not working and terminal not working

New Contributors

TODO:

These will be implemented when Protium is in a state that can be used to advance the development of OBDium:

  • Monitor ID tests (Mode 06)
  • UDS

Installation

Windows: Install the MSI or NSIS installer
AppImage: To be added

As always, if you experience any bugs, or if the bug fix listed above was not sufficient, please create an issue here. I will handle these.

Full Changelog: v1.0.0...tauri-v2