• v0.17.0 6a2aef6137

    v0.17.0
    All checks were successful
    Release / test (push) Successful in 35s
    Release / e2e (push) Successful in 5m13s
    Release / build (push) Successful in 51s
    Stable

    patillacode released this 2026-05-03 05:16:25 +02:00 | 9 commits to main since this release

    v0.17.0

    Features

    • Proxy headers middleware: When TRUST_PROXY=true, the app now enables ProxyHeadersMiddleware so that real client IPs are correctly resolved when behind a reverse proxy (nginx, Traefik, etc.).
    • robots.txt: Added a /robots.txt endpoint that allows crawlers on public-facing pages only (/, /about, /terms, /privacy, /login, /signup, /forgot-password) and disallows everything else, keeping journal content and private routes out of search indexes.

    Internal

    • CI/CD: Split the single docker.yml workflow into separate ci.yml (tests/lint) and release.yml (build/push image) workflows for cleaner pipeline separation.
    Downloads