Skip to content

TyQt 0.8.0

Compare
Choose a tag to compare
@Koromix Koromix released this 05 Nov 21:23

New Features:

  • Add support for Teensy 3.5 and 3.6, including beta versions
  • Implement command-line multi-action with TyQt --multi
  • Add Send File to serial and Seremu boards
  • Add per-board serial log file
  • Add simple firmware updater application called UpTy
  • Improve Arduino integration when building for different board models

Main Fixes:

  • Enumerate boards / devices without opening them
  • Improve USB 3.0 device enumeration on Windows (invisible Teensies)
  • Fix TyQt freeze with blocking serial writes
  • Fix discovery of Serial IAD devices on Windows (Windows 10 only)
  • Fix potential crash after application reset
  • Assert DTR in all cases when opening serial devices
  • Wait for device enumeration on Win32 when the driver wizard is running
  • Fix 'Clear on Serial' behavior when enabling serial
  • Fix support for Windows running under Virtual PC (probably)

UI changes:

  • Add collapsible groups on settings page in Compact Mode
  • Add keyboard shortcuts to switch board (Ctrl + Tab)
  • Merge Compact Mode and splitter collapse
  • Show board product string in tyc and TyQt Info tab
  • Show task progress in Compact Mode
  • Focus the serial input widget when changing tab or board selection
  • Many other small GUI tweaks

Miscellaneous:

  • Add Teensy model / usage debug information
  • Add log statements for added and removed devices
  • Show relevant task in log messages
  • Improve board task error messages
  • Continue 'tyc upload' when some firmwares are invalid
  • Add global setting to disable serial by default
  • Small tyc command-line changes
  • Various small fixes and code improvements