Releases: CaringCaribou/caringcaribou
Releases · CaringCaribou/caringcaribou
0.6
What's Changed
The preferred command name used in documentation, usage examples, when passing -h
argument etc is now caringcaribou
, replacing the previous cc.py
(which still works for legacy reasons)
- Fix "pending responses" handling by @vdechef in #83
- Extension of the UDS module by @Cr0wTom in #85
- ISO-TP padding control by @kasperkarlsson in #91
- show current DID being scanned by @alexdetrano in #99
- fixed dump_dids bug so only the DID value is displayed by @alexdetrano in #96
- Added UDS Authentication by @superuserx in #102
- filter extraneous DIDs + valid testing by @alexdetrano in #103
- Add basic support for CAN FD by @kasperkarlsson in #105
New Contributors
- @vdechef made their first contribution in #83
- @superuserx made their first contribution in #102
Full Changelog: 0.4...0.6
Python package format
Caring Caribou has (finally) gotten a real Python package structure, thanks to @alasjo 💪
This means it is now installed using python setup.py install
instead of the old (and loathed) "must be run from the directory where the main script is located"-structure 🎉