Skip to content

v2.6.0

Compare
Choose a tag to compare
@Xithrius Xithrius released this 27 Oct 03:55
· 136 commits to main since this release
d749d8d

What's changed

  • Minimum Supported Rust Version (MSRV) bumped from 1.61.1 to 1.65.0
  • Hitting O (capital o) while connected to a channel will open the user's default browser with Twitch's popout player in the corresponding channel
  • On user ban/timeout, their messages will be purged
    • This can be triggered by moderator actions in Twitch's web chat client or twitch-tui
  • Channel switcher now has a widget above it to see recently connected to channels
    • Can be scrolled through with the arrow keys or mouse scroll
    • Enter/tab is still supported, if the searched channel is a result
  • Default config is now generated with comments to explain what the key/value pair does, along with possible and default values
  • Unsupported screen size CLI flag to prevent application complaints when screen is to small, set with show_unsupported_screen_size in the config, --unsupported_screen_size on the command line
  • Addition of Nix flake

Contributors

Thank you @Nogesma and @GDWR!

Even more information

Release available on crates.io.

Acquire the binary through cargo install twitch-tui --version "2.6.0".

Documentation available here.

If you have any problems/suggestions don't hesitate to submit an issue!

Full Changelog: v2.5.1...v2.6.0