Skip to content

Releases: mcagriaksoy/Serial-Communication-GUI-Program

v1.6.0

19 Aug 10:17
Compare
Choose a tag to compare
  • 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]

10 Jul 11:30
Compare
Choose a tag to compare

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]

04 Dec 09:48
Compare
Choose a tag to compare
  • Duplicated message problem resolved.
  • trailing space problem resolved.
  • switched back to pyqt6
  • button ordering ui, fixed
  • performance increases

v1.2.0

25 Jul 07:34
Compare
Choose a tag to compare

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