Releases: mcagriaksoy/Serial-Communication-GUI-Program
Releases · mcagriaksoy/Serial-Communication-GUI-Program
v1.6.0
- Updates the application version to 1.6.0.
- Refactors UI elements in the main window for improved layout and usability.
- Updates help information in the help window.
- Enhances the serial port connection process by displaying more detailed information about the selected port upon connection.
- Additionally, refactors the serial data display to handle different color schemes for day and night modes, ensuring better readability.
- Also, ensures proper thread termination on application close to prevent resource leaks.
Full Changelog: v1.5.0...v1.6.0
V1.5.0 [ major release]
What's Changed
- ANSI coloring support added.
- Terminal background change option added.
- Background error handling problems fixed.
- Memory leak caused by open comport issue resolved.
- CLRF, CL, RF line ending options added.
V1.3.0 [ major release]
- Duplicated message problem resolved.
- trailing space problem resolved.
- switched back to pyqt6
- button ordering ui, fixed
- performance increases
v1.2.0
AFCOM_Client_v1.2.0_x86_x64
- Unwanted new line problem fixed
- Parity functionality added
- Flow control functionality added
- Clear cache button added
- Code refactoring and fixes