Skip to content

v2.1.0

Choose a tag to compare

@Xithrius Xithrius released this 10 Apr 02:29
· 411 commits to main since this release

What's changed

  • Scrolling can now be inverted through the inverted_scrolling boolean. Defaults to false.
  • Cursor can be chosen to blink through the blinking_cursor boolean. Defaults to false.
  • Input boxes such as the chat box will now show a color status on the border if your input is valid. Example: the chat box's border will become red if your input is beyond 500 characters.
  • An interactive CLI is shown if no config is found (#289).
  • If the window is too small for things to render, the UI will be replaced with an error message telling you that the terminal's size is too small.
  • Messages are now properly wrapped onto the next line, taking up the entire row instead of just a message column (#313).
  • Emotes can now be displayed through Kitty's Terminal graphics protocol. Specific sources can be enabled/disabled through config options shown here (#317).

Contributors

Thank you to @enthusiastmartin, @kosayoda, and @Nogesma!

Even more information

Release available on crates.io.

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

Documentation available here.

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

Full difference: v2.0.2...v2.1.0