Skip to content

TyQt 0.7.0

Compare
Choose a tag to compare
@Koromix Koromix released this 20 Jan 10:53
· 861 commits to master since this release

New features:

  • Select and work on multiple boards at once
  • Add Arduino integration dialog
  • Attach/detach function to let other softwares access the device
  • Rename/alias boards in TyQt
  • Save individual board settings
  • Add tyqtc to pilot TyQt (win32)
  • Add JSON output in tyc with tyc list -Ojson

Main Changes:

  • Vastly improved monitor performance
  • Show board status with dedicated icons
  • Visual warning on task errors
  • Show last uploaded firmware in board list
  • Board tags are now "-" (e.g. 112340-Teensy)
  • Drop missing boards after a longer delay
  • Faster firmwares uploads
  • Use short COM port names when possible (win32)
  • Static binaries (no dependency on libty.dll)
  • Improve command-line syntax for TyQt (close to tyc)
  • Make TyQt autostart opt-in (--autostart)
  • Select board using device path in tyc/tyqt (e.g. "tyc upload --board @COM1")
  • Extend board selection syntax to "[][-][@]"
  • Increase size of monitor scrollback in TyQt to 200000 lines
  • Resizable board list using a QSplitter
  • Replace "Upload" tab with "Settings" tab
  • Allow selection of missing boards in TyQt
  • Disable word-wrap in monitor text widget
  • Add monitor send button
  • Add keyboard shortcut to clear monitor (Ctrl + Alt + X)
  • Remove annoying LICENSE prompt from OSX bundles

Main Fixes:

  • Support El Capitan (osx)
  • Fix freeze of serial read in some cases on Win32
  • Better handling of device close on Windows XP
  • Hide harmless spurious I/O errors when uploading
  • Make README.txt/LICENSE.txt notepad-friendly (win32)