Skip to content

Version 1.09a release

Compare
Choose a tag to compare
@thedjnK thedjnK released this 25 Aug 08:02
· 64 commits to master since this release

This is a build of UwTerminalX v1.09a for Windows, Linux and Mac and Raspberry Pi Linux and supersedes v1.09.

Please see https://github.com/LairdCP/UwTerminalX/wiki/Installing for details on installing (and additional libraries needed for Linux users). Please note that the Windows SSL version requires the visual studio 2015 redistributable runtime, available from the Microsoft website: https://www.microsoft.com/en-gb/download/details.aspx?id=48145

This is a major update which:

  • Adds a tooltip to the system tray icon showing the version and serial port
  • Adds advanced text control to the terminal window allowing moving of the cursor and inserting/removing text at various points instead of only at the end of the line (including ctrl+left/right/delete/backspace)
  • Adds additional build information to the main window
  • Merges the two speed test buttons into a single button and adds additional speed test functionality to delay send/receive timing
  • Makes the speed test functionality optional which can be excluded with a define
  • Changes speed-test variables to 64-bit variables to prevent overflows on longer running tests whereby the average speed counters can start to wrongly decrease
  • Fixes bug with cutting text from terminal window
  • Fixes bug with allowing underscores in module names when automatically detecting baud rates
  • Fixes bug with speed test not disabling other functions
  • Fixes bug with logs having bad corrupt characters when logging binary data
  • Fixes baud rate selection when using the predefined device list allowing for a natural scroll
  • Fixes viewing log files with null characters in them

And fixes a minor display issue introduced in v1.09 which introduced double line spacing to received commands.