v2.0.0-alpha.5
Pre-release
Pre-release
- Scrolling through messages is now possible. Supported modes:
- Search mode (
Ctrl + f
) - Insert mode (
i
) - Normal mode
- Search mode (
- "Broken pipe" error might have now been fixed, but more extensive testing is needed.
- The best way to replicate this as of now is to switch to a channel never visited before with
s
in normal mode. - The error to look for is
Io(OS { code: 32, kind: BrokenPipe, message: "Broken pipe" })
, it will show up as a system message. - If re-connection is successful, you will only see this message once, followed by a one second pause, then messages can be read/written.
- If retrying the connection isn't successful, the error will pop up once a second.
- If you run into a broken pipe or any additional problems, be sure to create an issue!
- The best way to replicate this as of now is to switch to a channel never visited before with
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5
Release available on crates.io.
Acquire the binary through cargo install twitch-tui --version "2.0.0-alpha.5"
.