Skip to content

Releases: torque/mpv-progressbar

2024.06.19.0

19 Jun 23:40
2024.06.19.0
f804f2e
Compare
Choose a tag to compare

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 your torque-progressbar/main.conf configuration file. (f804f2e)

2023.11.04.0

04 Nov 19:25
fe897fd
Compare
Choose a tag to compare

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

07 Apr 06:02
2023.04.06.0
77135c4
Compare
Choose a tag to compare

The compiled progressbar.lua script is attached to this release and is also available on the build branch at 1fefb41.

Fixes

  • Fixed redrawing an on-screen title when switching between videos in a playlist (dfaa5c6)
  • Fixed cache bar rendering with libass 0.17.1. This rendering issue has probably existed for a while. (77135c4)

2022.11.06.1

06 Nov 23:14
67683dc
Compare
Choose a tag to compare

The compiled progressbar.lua script is attached to this release and is also available on the build branch at e2101d9.

Fixes

  • Fixed an issue where the mouse hover timestamp would not update properly when switching between videos with identical durations (67683dc)

2022.11.06.0

06 Nov 20:18
7459d8a
Compare
Choose a tag to compare

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)

Fixes

  • Fix an issue where the cache bar wouldn't clear properly in some cases (9a49d51)
  • Fix an issue where the HoverTime timestamp wouldn't update in some cases (#63 - 7459d8a)