Skip to content

Releases: rage/tmc-cli-rust

v1.1.3

25 Jun 05:24
2e194ff

Choose a tag to compare

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

09 Sep 12:52
83d4905

Choose a tag to compare

What's Changed

  • Updated langs version
  • Fixed various bugs and issues

Full Changelog: v1.1.1...v1.1.2

v1.1.1

17 Mar 18:21

Choose a tag to compare

  • Updated langs to 0.24.0, improving serde related error messages

v1.1.0

16 Mar 13:23

Choose a tag to compare

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

14 Mar 13:10
910eb46

Choose a tag to compare

  • 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

12 May 12:13
5f24071

Choose a tag to compare

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

16 Feb 08:00

Choose a tag to compare

v0.1.0

made the linux installation script prettier

Release for testing

12 Feb 13:46

Choose a tag to compare

Release for testing Pre-release
Pre-release
0.1

new installer