Releases: provrb/obdium
Release list
Version v1.5.1
This release includes the latest updated builds for ALL platforms. Find the respective file for your operating system below.
What's Changed
- Update file paths in README for backend obd.rs and response.rs by @ThepHuck in #24
- Migrate
tauri-v2-migrationbranch of release v1.5.0 intomainby @provrb in #33 - fix(build): add missing icons and ignore gen dir by @AminGhiyati in #34
New Contributors
- @ThepHuck made their first contribution in #24
- @AminGhiyati made their first contribution in #34
Full Changelog: v1.0.0...v1.5.1
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
Version 1.0.0
Initial stable, major release for OBDium. Introducing a bunch of new features and big fixes.
What's New
- Diagnostic trouble code reading
- DTC decoding is still experimental - decoding logic may return unknown or partial codes for some vehicles.
- Freeze frame status displays whenever the freeze frame is active
- Pause/resume and clear the OBD dashboard
- View supported PIDs for your vehicle rather than a general list
- Data remains consistent across refreshing the window
- User-selected paths for OBD request JSON files
- View I/M readiness tests - export as JSON and refresh tests
- Improve VIN decoding
- Fully functional demo mode
- Implement live metric graph view
- Overhauled VIN decoding panel
- Add user-defined unit preferences for metrics
- All settings are functional
Bug fixes
- OBDium would never receive current vehicle VIN
- VIN decoder would sometimes retrieve limited information about a vehicle
TODO:
- Monitor ID tests (Mode 06)
Installation
Windows: Install and the MSI or NSIS installer
AppImage: Download the .AppImage file
Debian
- Download the .deb file
- 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
This is the initial pre-release for OBDium.
This Release Includes:
- GUI
- VIN Decoding
- Live metrics
- PID index
TODO:
There is still much more to complete, including:
- Live graph view
- Settings functionality; some settings still need to be implemented.
- Trouble code view
Full Changelog: https://github.com/provrb/obdium/commits/windows