3.0.0
Features
- [BREAKING!] New default timeline progress style
line
. Line is semantically and visually the most appropriate way to represent current time. Doing it with a bar was sub-optimal as it collides with chapter and cached ranges so there was just too many bars on top of each other, making it harder to tell what's going on.
This comes with 3 new options to control the line:
timeline_line_width=2
to control the width in windowed mode
timeline_line_width_fullscreen=3
to control the width in fullscreen mode
timeline_line_width_minimized_scale=10
to scale the line 10x when the timeline is minimized so the position is more visible
If you want the old progress bar back, just settimeline_style=bar
. - [BREAKING!] Implemented consistent scrolling direction among elements. Scrolling up now always increases the value. This affects
timeline_step
,speed_step
, andvolume_step
. Set these values to negative to flip the direction. (#87) @christoph-heinrich - Speed step can now be a factor by enabling
speed_step_is_factor=yes
(#108) @christoph-heinrich - Support for high dpi displays, as well as new
ui_scale
option (#91) @christoph-heinrich - Playlist, subtitle, audio, video and chapter menus now update while opened (#98) @christoph-heinrich
- Hovering over timeline now displays the title of the current chapter above the timestamp (#93) @christoph-heinrich
default_directory=~/
option that controls the default location ofopen-file
menu when triggered without any open file, or when watching a stream- Menus now shows more information about tracks (#99) @christoph-heinrich
- Context menu now allows creating empty folders with
# ignore #! Folder title >
(#101) @christoph-heinrich - Added
menu_min_width=260
,menu_min_width_fullscreen=360
, andmenu_parent_opacity=0.4
options (#115) @christoph-heinrich - Display playlist position in window title (#120) @po5
- Added
timeline_chapters_width=6
option to control the width of each chapter display format (#119) @po5 - Other small UI tweaks and fixes...
Changes
- [BREAKING!]
chapters
andchapters_opacity
options renamed totimeline_chapters
andtimeline_chapters_opacity
Fixes
- Playlist items were ignoring title
- Compatibility with lua 5.1 used by some mpv builds (#113) @christoph-heinrich
- When starting the player paused, the static pause indicator was not shown (#88) @christoph-heinrich
- UI not re-rendering on cache and remaining time updates (#89, #104) @christoph-heinrich
- Menu items not initializing properly on dynamic menus (#97) @christoph-heinrich
- Various UI crashes (#100, #107) @christoph-heinrich
- Text width estimation not accounting for different hint size (#103) @christoph-heinrich
- Volume bar showing when there is no audio (#109) @natural-harmonia-gropius
- Fixed text width estimation for asian text (#112) @natural-harmonia-gropius
- Context menu showing untrimmed whitespace characters (#101) @christoph-heinrich
- Subtitle loader not normalizing path correctly (#117) @tinkernels
- Menu button was sometimes closing the menu immediately after opening it
Full Changelog: 2.17.0...3.0.0