Skip to content

Releases: commschamp/cc_tools_qt

v5.3.3

28 Sep 01:59
Compare
Choose a tag to compare
  • Requiring v5.2.7 release of the COMMS Library.
  • Supporting newer compilers versions:
    • gcc: up to version 14
    • clang: up to version 18
  • Supporting build with C++23
  • Generating documentation with doxygen v1.9.8

v5.3.2

03 Sep 22:10
Compare
Choose a tag to compare
  • Requiring v5.2.6 release of the COMMS Library.
  • Added CMake option to force console executable on Windows.
  • Supporting extra message properties in the CC UDP/IP Socket plugin.

v5.3.1

22 Jun 03:29
Compare
Choose a tag to compare
  • Requiring v5.2.4 release of the COMMS Library.
  • Fixes to UDP socket plugins.
  • Supporting numeric message IDs exceeding 0x7fffffff.
  • Performance improvement when there sparse message IDs.
  • Allow custom ccache executable

v5.3

28 May 22:02
Compare
Choose a tag to compare
  • Allow controlled debug messages from the plugins.
  • Allow multi-line selection in the filter dialog.
  • Timestamping console messages.
  • Disable usage of ccache by default.
  • Small bug fixes

v5.2.1

09 Apr 09:51
Compare
Choose a tag to compare
  • Requiring v5.2.3 release of the COMMS Library.
  • Added support for "tcp.local_port" and "network.local_port" inter-plugin configuration in "CC TCP/IP Server Socket" plugin.

v5.2

18 Mar 22:00
Compare
Choose a tag to compare
  • Support for inter-plugin configuration.
  • Support for compile time configuration of the default network port for relevant plugins.
  • Sorting available plugins by name.
  • Fix to re-ordering of the configuration widgets when selected filter plugins are re-ordered.

v5.1.1

14 Mar 21:45
Compare
Choose a tag to compare
  • Fixing problems occurring when sending messages through multiple filter plugins.
  • Mentioning online documentation in README.

v5.1

03 Mar 21:53
Compare
Choose a tag to compare
  • Multiple updates to the "Protocol" plugin class.
    • Allowing protocol class to report errors.
    • Notifying protocol class about incoming messages.
    • Allowing protocol class to send unsolicited messages.
  • New "UDP Proxy Socket" plugin.
  • Improved selection of the serial port in the "Serial Socket" plugin configuration.

v5.0.1

13 Feb 08:49
Compare
Choose a tag to compare
  • Fixing edit of the "Extra Info" in the right pane of the cc_view, outside of the edit dialog.
  • Documentation update and fixes.
  • Allow broadcast mask configuration in the "CC UDP/IP Socket" plugin.
  • Removed and ability to configure broadcast property for the "CC UDP/IP Socket", hardcoded to the udp.broadcast.
  • CMake configuration improvements (removed usage of the CACHE configuration variables as well as using AUTOMOC / AUTOUIC / AUTORCC).

v5.0

06 Feb 06:32
Compare
Choose a tag to compare
  • Braking some backward compatibility in the API.
  • Using and requiring minimum C++17.
  • Dropped support of MSVC 2015.
  • Displaying all plugins configurations in the single widget.
  • Requiring v5.2.2 release of the COMMS Library.
  • Renaming of the plugins (prefixing with CC).
  • Wiki page update