Skip to content

v2.5.0

Choose a tag to compare

@Xithrius Xithrius released this 11 Aug 04:30
· 278 commits to main since this release
4fe5e02

What's changed

  • Fixed emotes not being cleared when scrolling or switching states (#397)
  • Fixed characters @ and / not inserting their respective character into the chat box from normal mode
  • All CLI arguments now have short options
  • Made explanations in the default config much more concise
  • Improved description of keybinds in help state and documentation
  • start_screen_channels is now favorite_channels in the frontend section of the config
  • Added FrankerFacez emotes, refactor emotes downloader (#410)
  • Currently followed channels can now be seen with the f keybind, given you have the correct scopes
    • Getting a token with the scopes allowing for fetching followed channels can be seen here
  • Recent channel switcher now has a result window
  • The channel switcher widget now has a scrollbar (only visual, cannot be interacted with)
  • Username shown config option is now functional
  • o in the normal state will open the current channel in the browser with the popout player mode
  • Clearing chat with /clear from Twitch will clear the chat in this application
  • /clear from the terminal will also clear on Twitch
    • When the user doesn't have the moderation role, the clear will only be client-side and won't do anything in Twitch
  • Deleting messages in Twitch will make them disappear from the terminal
  • show_datetimes also functions, making the datetime in the first column shown, or not

Contributors

Thank you @Nogesma and @kosayoda!

Even more information

Release available on crates.io.

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

Documentation available here.

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

Full Changelog: v2.4.0...v2.5.0