Releases: rage/tmc-cli-rust
Releases · rage/tmc-cli-rust
v1.1.3
What's Changed
- Fixed interactive menu input handling on Windows: a single key press no longer registers as two inputs, and the organization menu no longer immediately auto-selects the first organization on launch
- Fixed automatic updates on Windows. The check was backwards: updates only got downloaded when you ran
tmc --no-update(which is meant to turn updates off), and a normal run never downloaded them. Now updates download automatically like they should - Upgraded crossterm to 0.29 and ratatui to 0.30
- Build Linux releases in a pinned Rust container so the binaries run on older glibc
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Removed panics
- Changed install script to use sed flag -E instead of -r for mac portability
- Org/course/exercise lists are sorted alphabetically
- Added --force-update flag to force auto update to trigger on windows
- Fixed various bugs and broken links
Full Changelog: v1.0.6...v1.1.0
v1.0.6
- Update dependencies
- Fixed error when fetching some courses due to mismatch in the data expected in the program and the data actually returned from server
Full Changelog: v1.0.5...v1.0.6
v1.0.1: Fix libssl flatpak
Fixes problem with llibssl.so.1.0.0 not being found inside flatpak sandbox. This pr removes the libssl.so.1.0.0 dependency on linux and macos systems as it's only used on windows.
Release for testing
v0.1.0 made the linux installation script prettier
Release for testing
0.1 new installer