Releases: GENIVI/CANdevStudio
Releases · GENIVI/CANdevStudio
v1.2.2
v1.2.1
v1.2.0
To lower maintenance effort and allow for usage of modern C++ features, since v1.2.0 CANdevStudio dropped "official" support for legacy compilers like gcc5.3, vs2015 or MinGW. Current CI configuration uses the latest compilers available for each GitHub Actions environment:
- ubuntu-latest (clang and gcc)
- macos-latest (clang)
- windows-latest (vs2019 x64)
v1.1.0
v1.0.0
v0.6.0
- CanSignalSender and CanSignalEncoder components added
- Broadcast mechanism introduced to enable communication between components
- Fixed floating point numbers handling in CANdb
- Added possibiity connect multiple component to IN port
- qtCannelloniCanBusPlugin building fixed
- Minor improvements in tests and documentation
v0.5.0
CANdevStudio v0.4.1
- Improved handling of Standard Frame Format and Extended Frame Format CAN frames (#138, #139 )
- Enhanced PropertyEditorDialog fields (normal text fields, number text fields, file path selection, folder path selection, combo boxes)
- Added possibility to pick CAN plugins from drop-down list in CanDevice properties (#143)
- Enumeration of CAN interfaces added for CanDevice properties (#142)
- Typos fixes
CANdevStudio v0.4.0
List of major features/changes:
- Add possibility to configure CanDevice
- Improve GUI for CanRawFilter
- Improved documentation
- Bump up fakeit and catch version
CANdevStudio v0.3
List of major features/changes:
- Support for OSX added
- Code structure refactoring - all plugins related sources moved to dedicated directories.
- Automatic plugins detection and registration
- Automatic plugins sections handling