• v0.6.1 ccd9ef21b2

    v0.6.1
    All checks were successful
    CI / test (push) Successful in 1m4s
    CI / build (push) Successful in 42s
    Release / test (push) Successful in 59s
    CI / docker (push) Successful in 1m21s
    Release / release (push) Successful in 1m7s
    Release / docker (push) Successful in 1m22s
    Release / notify (push) Successful in 1s
    Stable

    qwc released this 2026-03-06 11:31:20 +01:00 | 2 commits to main since this release

    Auto-Create Projects on Upload & API Create Endpoint

    • New config option: projects.auto_create (default: false) — when enabled, uploading to a non-existent project slug automatically creates it
      with private visibility. Requires admin or editor role and a global (unscoped) API token.
    • New API endpoint: POST /api/projects — explicitly create projects via API with slug, name, description, and visibility fields.
    • Default visibility changed from custom to private for new projects.
    • Non-admin creators are auto-granted editor access to newly created projects.
    Downloads