Releases: Xithrius/twitch-tui
Releases · Xithrius/twitch-tui
v2.0.0-alpha.1
- Scrolling with the mouse wheel is now possible.
- Changed from popup message searching to using
Ctrl + f
to highlight messages in the main window. - Swapping channels is now through the
s
keybind. - Title of the main window now has time and current channel.
Full Changelog: v1.6.0...v2.0.0-alpha.1
Release available on crates.io.
Acquire the binary through cargo install twitch-tui --version "2.0.0-alpha.1"
.
v1.6.0
- Removed tabs above the insert window in favor for popup windows.
- Added popup window for channel switching.
- Up arrow in insert mode now gets user back to normal viewing mode.
- Keybind help is now a popup window.
- Title of main window now contains date/time formatted based on the config, and current channel (works on channel switch)
Full Changelog: v1.5.0...v1.6.0
Release available on crates.io.
v1.5.0
Application now has support for CLI arguments. Anything put through the command line will overwrite in-file config settings.
Information on how to use command-line arguments are showed through twt --help
:
twitch-tui 1.5.0
Xithrius <[email protected]>
Twitch chat in the terminal
USAGE:
twt [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --channel <channel> The streamer's name
-d, --date-shown <date-shown> Show the date/time [possible values: true, false]
-m, --max-messages <max-messages> The maximum amount of messages to be stored
-u, --max-username-length <max-username-length> Maximum length for Twitch usernames
-p, --palette <palette>
Username color palette [default: pastel] [possible values: pastel, vibrant, warm, cool]
-t, --tick-delay <tick-delay> The delay in milliseconds between terminal updates
-a, --username-alignment <username-alignment> Username column alignment [possible values: left, center, right]
Full Changelog: v1.4.0...v1.5.0
Release available on crates.io.
v1.4.0
Ctrl + Tab
to cycle right andCtrl + Shift + Tab
to cycle left through the tabs of the input box. These tabs include the chat, and modifiable values such as the current channel, username, and server.- Switching channels clears the chat.
Full Changelog: v1.3.0...v1.4.0
Release available on crates.io.
v1.3.0
- Twitch usernames now have correct captilization. Thanks @balroggg, for #44!
- Command suggestions are now pulled up when the first character in the insert window is
/
. Window currently has a height of 7 suggestions.
Full Changelog: v1.2.3...v1.3.0
Release available on crates.io.
v1.2.3
v1.2.2
v1.2.1
- Updated instructions to install the program within README.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Many new keybinds have been added! Check the README dropdown tables about everything that insert mode now has to offer!
- The keybinds window now shows two different tables. One for normal mode, and one for insert mode. More to come in the future.
- Authentication and command errors now show up in the console.
Full Changelog: v1.1.3...v1.2.0