v2.1.0
What's changed
- Scrolling can now be inverted through the
inverted_scrollingboolean. Defaults to false. - Cursor can be chosen to blink through the
blinking_cursorboolean. 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