Releases: open-dynaMIX/simple-mpv-webui
Releases · open-dynaMIX/simple-mpv-webui
v3.0.0
Feature
- Warn about missing static_dir directory (
ad8daf9
) - Make new properties "start" and "end" available (
da8dc79
) - api: Add
/api/collections
endpoint (450b147
) - Rename webui.lua to main.lua (
e7c47c3
)
Fix
- api: Fix init servers; gracefully handle port already in use (
ebde38c
)
Breaking
webui.lua
was renamed tomain.lua
(e7c47c3
)
Documentation
v2.2.0
Feature
- Add keyboard shortcut button in settings overlay (
62b824d
) - Allow disabling notifications (
3d2fa0d
) - api: Respond to OPTIONS requests (
ec855f4
)
Fix
- Button text should not be selectable (
034fc50
) - Move settings h4 to next line (
905095e
) - Move shortcuts overlay in front of settings (
f038794
) - api: Correctly handle multiple slashes in url (
b804ed1
) - api: Refactor request handling; fix
Allow
header (1163b90
) - Set charset in webmanifest content-type and also test serving it (
853209d
) - Handle missing file parameter in /api/loadfile (
c7b897d
) - Allow to modify parameters with underscore (
411ca7b
) - js: Sanitize metadata in order to prevent unlikely XSS (
99822d6
)
v2.1.0
v2.0.0
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!
v1.1.0
v1.0.0
Feature
- allow lower case header names (d37a27a)
- include audio-device information in status response (c81cf3b)
Fix
- use floats in status json (51ee821)
- also print startup_msg to shell (4825a77)
- fix loop handling in frontend (42b3704)
- fix audio-device cycling when audio_devices option is not provided (7e00756)
Breaking
- The type of the duration and volume properties has changed from string to float in the status response. (51ee821)