Releases: commschamp/cc_tools_qt
Releases · commschamp/cc_tools_qt
v4.2.4
- More improvements and fixes to the Qt6 support
v4.2.3
- Improvements and fixes to the Qt6 support
v4.2.2
- Updates to the "SSL Client Socket" plugin configuration.
- Displaying the message name header in read in the "Edit" dialog when message contents are invalid.
v4.2.1
- Requiring v5.2.1 release of the COMMS Library.
- Allow edit of the message from the "send" area in the right pane.
- Fixing propagation of the manually assigned extra info properties to the lower level filters.
v4.2
- Added new SSL client socket.
- Added support for message filtering to cc_view application.
- Limiting initial display of the raw data fields in the cc_view for performance improvements.
- Support for Qt6 (in addition to Qt5).
v4.1
- Requiring v5.2 release of the COMMS Library and using its latest features.
- Using message factory used by the protocol framing instead of internal creation.
- Using constexpr interface functions exposed by the COMMS Library instead of previously used ParsedOptions.
v4.0.1
- Requiring v5.0 release of the COMMS Library and using its latest features.
- Fix to the display of the comms::field::Optional field.
v4.0
- Splitting CommsChampion Tools from the comms_champion project as a separate repo.
- Support and test for more modern compilers, like gcc-11, clang-12, VS2022.