v2.0.0 #259
Closed
Xithrius
announced in
Announcements
v2.0.0
#259
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v2.0.0 has arrived
v2.0.0 is finally here. In 6 days, it will be a year since v1.6.0 (the previous stable version) was released.
This release announcement goes over all the changes from the past year. You will definitely want to look into the default config to see if you need to update anything.
The changelog will exist below the following section.
Even more information
Release available on crates.io.
Acquire the binary through
cargo install twitch-tui --version "2.0.0"
.Documentation available here.
If you have any problems/suggestions don't hesitate to submit an issue!
Changelog
Full difference: v2.0.0-rc.1...v2.0.0
Preface: changes are in least recent to most recent.
margin
inconfig.toml
, Title can be toggled withtitle_shown
value inconfig.toml
. Thanks, @ModProg.tokio::select
completed obliterated.Ctrl + f
can be used to search for messages.badges
boolean value in config. Thanks, @balroggg.filters.txt
file.@
in insert mode gives mention suggestions given that said suggesting is enabled throughmentions
boolean value in config./
is static, needing no storage of previous commands, and will give suggestions no matter what. Channel switching suggestions also supported throughchannels
boolean value in config. Filters are enabled through theenabled
boolean value in thefilters
section.tab
on a suggestion will fill in the rest that the current suggestion gives.config.toml
doesn't exist on user's system, it is automatically generated.--version
CLI argument added. Thanks, @ModProg.config.toml
file, there will be a value in its place once the application starts.theme
inconfig.toml
.username_highlight
in the config file.#![warn(clippy::nursery, clippy::pedantic)]
#212: Appeasing the formatter: Tokyo Drift.q
is to quit the app,Esc
to go back a window layer.Esc
is no longer used for everything.@
or/
in normal mode immediately enters insert mode with said character at the start of the box.config.toml
.TWT_TOKEN
environment variable is the one to be used.start_state
value in config.This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions