Skip to content

Releases: Xithrius/twitch-tui

v2.0.0-alpha.1

22 Feb 10:43
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
  • 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

13 Dec 01:08
Compare
Choose a tag to compare
  • 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

03 Dec 11:57
Compare
Choose a tag to compare

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

11 Nov 14:25
Compare
Choose a tag to compare
  • Ctrl + Tab to cycle right and Ctrl + 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

27 Oct 09:48
Compare
Choose a tag to compare
  • 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

25 Oct 06:16
Compare
Choose a tag to compare
  • Binary name updated from ttc to twt.
  • Updated information within the README to reflect binary and project name changes.

Full Changelog: v1.2.2...v1.2.3

Release available on crates.io.

v1.2.2

25 Oct 06:07
Compare
Choose a tag to compare
  • Renamed project from terminal-twitch-chat to twitch-tui.

Full Changelog: v1.2.1...v1.2.2

Release available on crates.io.

v1.2.1

17 Oct 03:58
Compare
Choose a tag to compare
  • Updated instructions to install the program within README.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Oct 03:47
Compare
Choose a tag to compare
  • 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

v1.1.3

04 Oct 23:21
Compare
Choose a tag to compare

Massive performance improvements. See #31 for the details. Thank you, @kosayoda! ❤️

v1.1.2 and below:
image

v1.1.3:
image

Full Changelog: v1.1.2...v1.1.3