-
Media Server v0.2.7
Stablereleased this
2026-05-19 01:34:36 +03:00 | 10 commits to master since this releasev0.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/onclickattributes — every one of which the server's strictscript-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 withdata-*markers and wired properaddEventListenercalls (delegated on the slider container, direct on the accent dropdown), so the controls work under the strict CSP without anyunsafe-inline/unsafe-hashesrelaxation. (e1c8474)
All Commits
Hash Message Author e1c8474 fix(csp): wire display sliders and accent picker without inline on* alexei.dolgolyov Downloads
Platform File Windows (installer) MediaServer-v0.2.7-setup.exeWindows (portable) MediaServer-v0.2.7-win-x64.zipLinux MediaServer-v0.2.7-linux-x64.tar.gzDownloads
- 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