• v0.2.7 450f9fe1ee

    Media Server v0.2.7
    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
    Stable

    alexei.dolgolyov released this 2026-05-19 01:34:36 +03:00 | 10 commits to master since this release

    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

    Downloads

    Platform File
    Windows (installer) MediaServer-v0.2.7-setup.exe
    Windows (portable) MediaServer-v0.2.7-win-x64.zip
    Linux MediaServer-v0.2.7-linux-x64.tar.gz
    Downloads