• v0.4.1 98f7f3c9e3

    v0.4.1
    Release / release (push) Successful in 1m11s
    Test / test (push) Successful in 57s
    Stable

    petrbalvin released this 2026-07-27 07:03:44 +00:00 | 3 commits to main since this release

    Fixed

    • Missing CSP nonce for style-src on admin routes — added style-src 'self' 'nonce-{nonce}' to the CSP header on /admin routes. Without a nonce the browser blocked every inline <style> tag in the admin templates.
    • web/static/ SVG assets missing from distribution wheel — added a [tool.setuptools.package-data] section to pyproject.toml so volumen-icon.svg and volumen-logo.svg ship inside the installed wheel. The admin panel previously returned 500 on /admin/icon.svg and /admin/logo.svg.
    Downloads