Skip to content

Releases: Koromix/tytools

TyTools 0.9.9

06 Aug 08:37
Compare
Choose a tag to compare

Main changes:

  • Tolerate longer delays in Teensy code
  • Port TyTools to Qt 6

Platform support:

  • Only macOS 11, 12, 13 are supported
  • Only Windows 10 and 11 (64-bit) are supported

Repository change:

Use koromix.dev repositories to install on Linux, follow the instructions here: Debian and RPM.

TyTools 0.9.8

02 Oct 20:45
Compare
Choose a tag to compare

New Features:

  • Support Teensy USB Type Serial + MTP (@KurtE)
  • Support infinite log size

TyTools 0.9.7

23 Jan 15:18
Compare
Choose a tag to compare

Main Fixes:

  • Fix upload failure regression introduced in version 0.9.6

TyTools 0.9.6

17 Jan 19:13
Compare
Choose a tag to compare

Main Fixes:

  • Fix support for big firmware files (for Teensy 4.0 and 4.1)
  • Signal Serial readiness to Teensy in SEREMU mode
  • Increase wait delay after board reset

Other changes:

  • Companion app TyUpdater is renamed to TyUploader

TyTools 0.9.5

03 Nov 13:20
Compare
Choose a tag to compare

New Features:

  • Add per-board RTC mode setting to TyCommander (localtime, UTC, ignore)

Other changes:

  • Change URL in About dialog
  • Remove leftover debug statement

TyTools 0.9.4

21 Oct 11:39
Compare
Choose a tag to compare

New Features:

  • Set RTC time when uploading to Teensy 4.0 and 4.1 (thanks @mecparts)
  • Support Teensy Micro Mod (@KurtE)

Other changes:

  • Use bright blue icon for TyCommander and bright green for TyUpdater
  • Fix Qt HighDPI support being set incorrectly

TyTools 0.9.3

26 Nov 10:20
Compare
Choose a tag to compare

Main Fixes:

  • Fix wrong COM port detection with Teensyduino 1.54 on Windows (thanks to @luni64 and @Defragster)

TyTools 0.9.2

07 Aug 19:47
Compare
Choose a tag to compare

New Features:

  • Show Dual/Triple Serial Teensy builds as multiple boards

Other changes:

  • Add TyCommander upload --delegate to cooperate with Teensy Loader
  • Fix support for composite devices on Windows 7 (e.g. Serial + MIDI)
  • Remove all Windows XP compatibility code

Previous release builds did not actually work on Windows XP, but the code for it was still there. Now it is official, and it is not possible to build TyTools or libhs with XP support anymore.

TyTools 0.9.1

27 Jun 08:37
Compare
Choose a tag to compare

New Features:

Other changes:

  • Disable autocompletion in serial input field
  • Allow 1984K flash to be used on Teensy 4.0
  • Add VID:PID pairs for dual and triple serial Teensy sketches

TyTools 0.9.0

02 Dec 16:00
Compare
Choose a tag to compare

New Features:

  • Support Teensy 4 (caveat: no RTC programming yet)
  • Support macOS Catalina
  • Configurable per-board serial rate (useful for serial non-Teensy boards)

Main Fixes:

  • Look less ugly on HiDPI screens
  • Fix ugly "classic Windows" style in TyUpdater
  • Fix extra empty lines in serial monitor in some cases
  • Fix JSON format in tycmd list -Ojson (string escaping, array)