Skip to content

v2.0.0-alpha.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@Xithrius Xithrius released this 28 Sep 06:45
· 411 commits to main since this release
  • State tabs have been implemented.
    • They show themselves at the bottom of the screen, disabled by default.
    • To enable this feature, set [frontend]'s attribute of state_tabs to true in your config.toml file.
  • Connecting to channels with uppercase letters in the name would cause the internal IRC client to not connect.
    • This feature was caught by @Rik034, and resolved in #223! ❤️
    • The user is still allowed to input channel names with uppercase characters, they'll just be converted to a lowercase string internally.
  • q quits the application when in a non-insert mode, such as the help window.
  • /clear actually works on the client side, when permissions are had.
  • The help window is no longer a popup (takes up the entire window), and also has better readability.
    image

Full Changelog: v2.0.0-alpha.11...v2.0.0-alpha.12

Release available on crates.io.

Acquire the binary through cargo install twitch-tui --version "2.0.0-alpha.12".