Skip to content

v2.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Xithrius Xithrius released this 24 Mar 10:02
· 477 commits to main since this release
  • Filters now exist through a filters.txt file in the config folder of this program (see the README.md for path based on OS)
    • Text inputs are compiled to regex.
    • Can be enabled/disabled with Ctrl + t.
    • Can be reversed with Ctrl + r
  • Suggestions for recent mentions/channels/commands
    • Mentions/channels can are recorded when the Enter key is hit. Tracking to the sqlite database is disabled through the config.toml file.
    • When suggestions/tracking is enabled, @ will suggest mentions.
    • / suggests through the static commands, nothing is tracked to the database.
    • The channel switcher will suggest immediately when tracking is enabled.

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

Release available on crates.io.

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