Releases: Xithrius/twitch-tui
Releases · Xithrius/twitch-tui
v1.1.3
v1.1.2
- 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
- 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
- The crate
termion
has been swapped out forcrossterm
. - 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
v1.0.2
- 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