Version 1.5.0
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
- feat: implement terminal to send obd commands manually
- feat: add contributing guidelines
- feat: add notifications for different in-app features
- feat: custom pids
- feat: track and untrack custom pids
- feat: add 'hide notifications' setting. ui tweaks. fix: settings not saving
- refactor(license): change license from custom to gpl 3.0
- feat: migrate tauri from v1 to latest v2
Bug Fixes
- fix!: panic when demo requests does not exist
- fix(graphs)!: lagging graphs- graphs tracking other graphs- graphs not tracking at all?
- fix!: icon was not rgba, causing build error on some platforms
- fix?: polling differences
- fix(events): events playing after establiishing a second obd connection
- fix(serial-ports): multiple serial-ports not showing up
- fix(vin): stack overflow by sending recursive events
- 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