Skip to content

v2.0.0

Compare
Choose a tag to compare
@open-dynaMIX open-dynaMIX released this 29 Aug 08:32
038fd35

Feature

  • Add subtitle keyboard shortcuts (e91322e, bfd54da)
  • Add generic property accessor APIs (ec2fe74)
  • Add tooltips for many UI elements (5aad807)
  • Add common keyboard shortcuts for volume & seeking (1e93a73)
  • Add ? keyboard shortcut for showing known shortcuts (3b24593)
  • Return chapter-list in status (80bb84e)
  • Set tooltip text on sliders dynamically (8d6e6bb)
  • Update mediaSession playback state & position info (1174ed5)
  • Refresh UI quicker when user is interacting (1369620)
  • Allow Esc key to close the playlist (97959f8)
  • Lower refresh rate when page is not active (fac4bc6)
  • Add option to disable osd logging (2c3c3a5, ea3540b)
  • Collapse speed_{faster,slower} into speed_adjust (3be3442)
  • Add a quit API to exit mpv (118db98)
  • Add playback speed controls (18d5279)
  • Include username in log (0685709)
  • Make htpasswd path configurable (3b3c95d)

Fix

  • Prevent linebreaks in the repeat button (097aa40)
  • Fix fast touches (4f09d5b)
  • Use mp.commandv where possible (1b00430)
  • Do not capture modified shortcuts (05cf5b6)
  • Only use setPositionState if available (3db9bed)
  • Add missing code blocks to example commands (82000f0)
  • Update path to favicons (763ccc9)
  • Fix handling missing htpasswd (5692370)

Breaking

  • .htpasswd file is not auto-detected anymore. This change is needed, because there are users that have the webui installed through a package manager. This makes adding the file to the directory where webui.lua cumbersome. (3b3c95d)

Documentation

  • Update screenshots (bee44a0)
  • Improve htpasswd error message & documentation (c5f9c7c)
  • Add docs about htpasswd_path (d6a125b)

Thanks

Thanks a lot to @vapier for the contributions to this release!