Skip to content

v2.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@Xithrius Xithrius released this 13 Jun 01:02
· 535 commits to main since this release
  • #151: Configuration file is now generated via download if it doesn't exist.
  • #158: The sqlite database has been replaced with JSON for ease of editing by the user.
    • Note: this means that you will have to rename the [database] section in your config.toml to [storage], which can be seen in the default config, here.
  • #162: twt --version is now supported. Thanks, @ModProg.
  • Panics are now readable instead of cut-off messages that cannot be deciphered.
  • A manual panic (crash) can now be triggered by the user via Ctrl + p.
  • Filters in default-config.toml are now disabled by default.

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

Release available on crates.io.

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