Releases: commschamp/cc_tools_qt
Releases · commschamp/cc_tools_qt
v6.0
- Significant refactor and re-implementation of multiple API classes to simplify protocol plugin, breaking backward compatibility.
- Requiring v5.3 release of the COMMS Library.
- Refining UI elements of composite fields.
- Removed cc_dump application due to lack of use and support.
v5.3.3
- 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
- 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
- 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
- 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
- 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
- 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
- Fixing problems occurring when sending messages through multiple filter plugins.
- Mentioning online documentation in README.
v5.1
- 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
- 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).