Releases: Siriusmart/youtube-tui
Releases · Siriusmart/youtube-tui
v0.8.1
v0.8.0
Don't install from crates.io for this release, install it from git instead. The crates.io version is still using an outdated libmpv crate.
cargo install --git https://github.com/Siriusmart/youtube-tui
Added
- Built in MPV player, controlled by command
mpv [libmpv command] [args...]
- Command/search histories.
- Keys remapping, custom commands.
Fixed
- Some keys captured in search bar and are not working #37.
v0.7.4
Added
Ctrl + w
andCtrl + u
in search bar and command mode.- Keybindings works even when an item is selected (
legacy_input_handling: false
inmain.yml
). - Creating fake key input using
:key
Fixed
- Search filters popup closing when you click on it.
- Configured keybindings in all items.
- Fixed multiple issues in #35
v0.7.3
Added
- Lazy feed syncing (configurable), so you are not actively ddosing the Invidious instance as badly.
Fixed
- Search bar no longer shows escaped search query: the original text string is displayed instead.
- Fixed something about labeling channels with * although no new video is published.
- Blank screen on loadpage if itemlist is empty.
v0.7.2
Added
- Feeds page, and the subscriptions system.
- Reduced compile time needed by a lot.
Fixed
- Search url escaped, so searches with symbols or spaces are now working.
v0.7.1
v0.7.0
v0.6.2
Added
- Command bindings
Fixed
- Image not cleared when going back to "switch view"
v0.6.1
Added
- Rework of the env system, now using environment variables provided by the OS as opposed to implmenting own version of env
- Ability to use envs in command mode
- Launch commands (including
youtube-tui help
)
Fixed
- Screen blinking when pressing up arrow on the first item in playlist page, videos view
v0.6.0
Added
- Mouse support
- Vim-like commands
- Pasting with
Ctrl + V
in search bar and command mode