Skip to content

V2.5.1

Compare
Choose a tag to compare
@Euro20179 Euro20179 released this 23 Oct 03:17
· 357 commits to master since this release

Additions

Options

  • --available-inv-instances
    • prints available invidious instances and exists
  • --thumbnail-log
    • The file to print thumbnail viewer debug info to.

Docs

  • Add the utility functions to the documentation.

Changes

  • breaking change: on_search_<extention_name> has been renamed to ext_on_search_<extention_name> to avoid clashes with on_search_<search>

  • Running make all does nothing for consistency with how make works (@brauliohms #577)

  • Running make with gnu make will install doc and run the main install (@mathisto #586)

  • Thumbnail viewers now print all non-thumbnail related information to $thumbnail_debug_log, which by default is /dev/null

  • Internal change to the title_str internal function to not use dd (@mathisto #591)

Fixes

(bolded = noticeable issue)

  • swayimg doesn't kill previous windows
  • swayimg steals focus for a split second.
  • Sometimes invidious instances without api are picked
  • If $cache_dir is missing, ytfzf throws an error.
  • interface does not carry to submenu
  • $session_cache_dir and $session_temp_dir are unset in thumbnail viewers
  • Typos in ytfzf(1) and ytfzf(5) (@brauliohms #575)
  • --fullscreen and is_fullscreen mentioned in docs despite not existing.