Skip to content

Releases: torque/mpv-progressbar

2025.02.09.0

Choose a tag to compare

@torque torque released this 10 Feb 03:01
2025.02.09.0
62e0561

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

Fixes:

  • Fix ugly thumbnail border rendering caused by coordinate truncation (021b1fc, 33b5278).

Changes:

  • Reduce default thumbnail border expansion from 5 to 3 (62e0561).

2025.02.06.0

Choose a tag to compare

@torque torque released this 07 Feb 02:34
2025.02.06.0
4a9408f

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

Features:

Fixes:

  • Scale the thumbnail horizontal margins correctly with display DPI (d5a17bc).

2024.06.19.0

Choose a tag to compare

@torque torque released this 19 Jun 23:40
2024.06.19.0
f804f2e

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

Choose a tag to compare

@torque torque released this 04 Nov 19:25
fe897fd

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

Choose a tag to compare

@torque torque released this 07 Apr 06:02
2023.04.06.0
77135c4

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

Choose a tag to compare

@torque torque released this 06 Nov 23:14
67683dc

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

Choose a tag to compare

@torque torque released this 06 Nov 20:18
7459d8a

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)