Skip to content

Releases: GENIVI/CANdevStudio

v1.2.2

25 Jun 17:05
Compare
Choose a tag to compare

Quality related improvements:

  • Rework tests to make them work on Windows and macOS as well as on Linux
  • Remove compiler warnings for Clang and GCC
  • Remove deprecated Qt calls
  • Set Qt minimal version to 5.12

v1.2.1

24 Jun 10:55
Compare
Choose a tag to compare

Signals encoding and decoding for big endian in DBC files fixed.

v1.2.0

13 Jun 12:45
b2e1d79
Compare
Choose a tag to compare

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

10 Jun 15:21
9b56745
Compare
Choose a tag to compare
  • QMLExecutor added that allows to create QML based scripts for raw frames and signal handling
  • Updates in CANdb
  • Support for CAN Remote frames added
  • Other small fixes and improvements

v1.0.0

11 Dec 14:25
Compare
Choose a tag to compare
  • CanSignalDecoder and CanSignalViewer components added
  • Linux precompiled package is now built on Ubuntu 18.04 LTS with Qt 5.13.2

v0.6.0

24 Nov 19:41
Compare
Choose a tag to compare
  • 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

11 Dec 14:26
Compare
Choose a tag to compare
  • CanSignalData added. Integration with CANdb completed (#184)
  • Improvements in CanRawSender (#179)
  • Corrections of compilation and static-code check warnigns
  • CI environment improvements
  • Typos fixes

CANdevStudio v0.4.1

27 Feb 10:46
Compare
Choose a tag to compare
  • 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

12 Feb 15:02
Compare
Choose a tag to compare

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

21 Aug 10:03
Compare
Choose a tag to compare

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