v2.0.0-alpha.4
Pre-release
Pre-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 yourconfig.tomlto[storage], which can be seen in the default config, here.
- Note: this means that you will have to rename the
- #162:
twt --versionis 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.tomlare 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".