V2.5.1
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 toext_on_search_<extention_name>
to avoid clashes withon_search_<search>
-
Running
make all
does nothing for consistency with how make works (@brauliohms #577) -
Running
make
with gnu make will installdoc
and run the maininstall
(@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 usedd
(@mathisto #591)
Fixes
(bolded = noticeable issue)
swayimg
doesn't kill previous windowsswayimg
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)
andytfzf(5)
(@brauliohms #575) --fullscreen
andis_fullscreen
mentioned in docs despite not existing.