Releases: Koromix/tytools
Releases · Koromix/tytools
TyTools 0.9.9
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:
- This repository does not contain any code anymore because I host everything in my monorepo
- For reasons explained here: https://github.com/Koromix/rygel#mono-repository
Use koromix.dev repositories to install on Linux, follow the instructions here: Debian and RPM.
TyTools 0.9.8
New Features:
- Support Teensy USB Type Serial + MTP (@KurtE)
- Support infinite log size
TyTools 0.9.7
Main Fixes:
- Fix upload failure regression introduced in version 0.9.6
TyTools 0.9.6
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
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
TyTools 0.9.3
Main Fixes:
- Fix wrong COM port detection with Teensyduino 1.54 on Windows (thanks to @luni64 and @Defragster)
TyTools 0.9.2
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
New Features:
- Support Teensy 4.1 (@KurtE)
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
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)