Releases: torque/mpv-progressbar
Releases · torque/mpv-progressbar
2024.06.19.0
The compiled progressbar.lua
script is attached to this release and is also available on the build branch at 00759cb.
Features:
- Implement basic seek-to-nearest-chapter functionality. This is disabled by default for backwards-compatibility reasons. To enable this feature, you must add
enable-chapter-seek=yes
to yourtorque-progressbar/main.conf
configuration file. (f804f2e)
2023.11.04.0
The compiled progressbar.lua
script is attached to this release and is also available on the build branch at 695ccb4.
This release only updates the default settings, so if you have already overridden these in your config, you probably won't notice anything!
Fixes:
- Update some extremely bad default settings for the cache bar appearance (fe897fd).
2023.04.06.0
The compiled progressbar.lua
script is attached to this release and is also available on the build branch at 1fefb41
.
Fixes
2022.11.06.1
2022.11.06.0
The compiled progressbar.lua
script is attached to this release and is also available on the build branch at 1f6c94b
.
Features
Improvements
- No longer use a deprecated method for drawing the OSD (04171b6)
- Display pixel density is now automatically retrieved and updated as appropriate. This means much better behavior when moving the mpv window from a high-DPI display to a low-DPI one and vise versa. The
display-scale-factor
setting has been removed, as this functionality supersedes it (5d7a61a)