Releases: eltonvs/kotlin-obd-api
Releases · eltonvs/kotlin-obd-api
v1.3.0
In this release, the annoying NonNumericResponse
error (#21) was finally fixed 🎉 thanks to @Meriemi-git
What's Changed
- Fix NonNumericResponse Exception when sending first command by @Meriemi-git in #23
- chore: Implement
maxRetries
by @eltonvs in #24
New Contributors
- @Meriemi-git made their first contribution in #23
Full Changelog: v1.2.0...v1.3.0
v1.2.0
In this release, some commands were added alongside squashing some bugs.
Breaking Changes
- In order to use this release, make sure to add the jitpack repository to your project.
What's Changed
- Add Fuel Rail Pressure Command by @ojacquemart in #12
- Add EGR Error command by @ojacquemart in #13
- Fix parsing for commands using only the first byte by @eltonvs in #17
- feat: Remove JCenter and use JitPack instead by @eltonvs in #18
- InputStream concurrency issue - Reduction to exceptions by @LDuncAndroid in #16
New Contributors
- @LDuncAndroid made their first contribution in #16
Full Changelog: v1.1.2...v1.2.0
v1.1.2
Add support for 01 2C
(Commanded EGR) and 01 2D
(EGR Error) commands
What's Changed
- Add Commanded EGR command by @ojacquemart in #11
New Contributors
- @ojacquemart made their first contribution in #11
Full Changelog: v1.1.1...v1.1.2