Skip to content

Releases: Xithrius/twitch-tui

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

v1.1.2

01 Oct 17:31
Compare
Choose a tag to compare
  • Edit README.md so it gives clearer instructions, with tables. Setup has also been edited.
  • Ctrl + w has been added which removes everything from the cursor until a whitespace.
  • Ctrl + u removes everything until the start of the insert line.

Full Changelog: v1.1.0...v1.1.2

v1.1.1

01 Oct 02:25
Compare
Choose a tag to compare
  • Added clippy to check for idiomatic code.
  • Added more hooks to .pre-commit-config.yaml so files are properly formatted before commits.
  • Bumped version of crossterm.
  • Styles for different parts of the terminal window are now more accessible to the rest of the project.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Sep 04:45
Compare
Choose a tag to compare
  • The crate termion has been swapped out for crossterm.
  • Project is now stable on Windows.

Please let me know through issues if you encounter any problems.

Full Changelog: v1.0.3...v1.1.0

v1.0.3

20 Sep 00:13
Compare
Choose a tag to compare
  • General performance has been improved, thank you @kosayoda for #23!

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Sep 08:34
Compare
Choose a tag to compare
  • MacOS config is now confirmed to be completely the same as Linux.
  • README and paths have been updated.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Sep 07:31
Compare
Choose a tag to compare

Chatting in Twitch through the terminal has finally made it through a major version!

Read through the README for all your installing needs, but only if you're on Linux for now.