v2.4.0
What's changed
- Fixed highlighting of usernames and search results not appearing in the right place
- Entire config will no longer show on screen if deserialization of the file fails
- Added
border_type
in[frontend]
section of the config, which changes how the border of all windows are shown- Options available:
"plain"
,"rounded"
,"double"
, and"thick"
, defaulting to plain
- Options available:
- Quickstart guide now contains the newer keybinds
- Added Dashboard keybind help section
- Added a very barebones debug screen that appears when
Ctrl + d
is hit - Complete rewrite of file structure and how widgets are built
- This is only for the developer experience, however, user experience should be easier to modify
- README now has some fancy new badges, along with an updated preview image
- Changed user joining an IRC channel at application start to when normal mode is accessed
- Fixed panic on IRC connection attempt when user doesn't have internet (#374)
- Suggestions for channels, and mentions are now calculated only once, not twice
- Fixed text wrapping cutting off a single character before wrapping
- Scroll offset indicator added, which can be toggled with
show_scroll_offset
in the[frontend]
section of the config
Contributors
Thank you @Nogesma!
Even more information
Release available on crates.io.
Acquire the binary through cargo install twitch-tui --version "2.4.0"
.
Documentation available here.
If you have any problems/suggestions don't hesitate to submit an issue!
Full difference: v2.3.0...v2.4.0