Files
media-player-server/RELEASE_NOTES.md
T
alexei.dolgolyov 450f9fe1ee
Lint & Test / test (push) Has been skipped
Release / create-release (push) Successful in 3s
Release / build-linux (push) Successful in 30s
Release / build-windows (push) Successful in 52s
chore: release v0.2.7
2026-05-19 01:34:36 +03:00

1.1 KiB

v0.2.7 (2026-05-19)

Bug Fixes

  • Display tab sliders + accent picker now respond to clicks/drags: Both the brightness and contrast sliders on the Display tab, and the accent-color picker in the header, were rendering dynamic HTML with inline oninput / onchange / onclick attributes — every one of which the server's strict script-src 'self' CSP silently dropped. The result: brightness and contrast couldn't be changed from the WebUI at all, and picking a custom accent did nothing. Replaced the inline attributes with data-* markers and wired proper addEventListener calls (delegated on the slider container, direct on the accent dropdown), so the controls work under the strict CSP without any unsafe-inline / unsafe-hashes relaxation. (e1c8474)

All Commits
Hash Message Author
e1c8474 fix(csp): wire display sliders and accent picker without inline on* alexei.dolgolyov