Skip to content

Releases: Siriusmart/youtube-tui

v0.8.1

19 Sep 21:51
Compare
Choose a tag to compare

Fixed

  • Updated invidious client to fix the "Invalid Request" problem #60
  • Updated all libraries to lastest

v0.8.0

25 Aug 11:27
Compare
Choose a tag to compare

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

16 Jul 20:00
Compare
Choose a tag to compare

Added

  • Ctrl + w and Ctrl + u in search bar and command mode.
  • Keybindings works even when an item is selected (legacy_input_handling: false in main.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

08 Jul 14:38
Compare
Choose a tag to compare

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

28 May 21:37
Compare
Choose a tag to compare

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

29 Apr 19:18
Compare
Choose a tag to compare

Added

  • Options for config loading. (write_config in main.yml)
  • Parrallel/blocking commands parrun/run

Fixed

  • Fixed crashing when launching without permissions to write to config files (issue 29)

v0.7.0

26 Feb 13:13
Compare
Choose a tag to compare

Added

  • File system based caching
  • Bookmark library
  • Save video/playlists for offline viewing

Fixed

v0.6.2

29 Jan 20:57
Compare
Choose a tag to compare

Added

  • Command bindings

Fixed

  • Image not cleared when going back to "switch view"

v0.6.1

06 Jan 20:59
Compare
Choose a tag to compare

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

24 Dec 16:34
Compare
Choose a tag to compare

Added

  • Mouse support
  • Vim-like commands
  • Pasting with Ctrl + V in search bar and command mode