Releases: koonix/mpv-selectformat
Releases · koonix/mpv-selectformat
v1.0.3
Changelog
- When invoking youtube-dl, inherit the options specified in mpv's ytdl-raw-options as well
v1.0.2
Changelog
- Fix loadfile command's arguments which changed in mpv v0.38.0 (#3)
- Fix video time position not being restored correctly after selecting a new format
v1.0.1
Changelog
- Don't search for youtube-dl's path more than once per session
- Format the code using stylua
v1.0.0
Changelog
- Add new option
prioritize_proto
- Improve the menu's aesthetics
- Switch to semantic versioning
r3
Changelog
- Fix codecs being sorted incorrectly
- Fold audio-only formats as well
- Improve the detection of audio-only formats
- Improve the detection of the initially-loaded format
- Change the default indent prefix to spaces
r2
Changelog
- Search for youtube-dl's path in the same manner that mpv's own ytdl_hook does
- Show more helpful OSD messages in different situations
- Remove the whole menu timeout shenanigan as it's unnecessary