• v3.6.1 2a404adcea

    v3.6.1
    All checks were successful
    Release / Create Forgejo release (push) Successful in 21s
    CI / Docker image build (push) Successful in 38s
    CI / Backend lint (ruff) (push) Successful in 40s
    Release / Build and push versioned images (push) Successful in 27s
    CI / Bot tests and audit (push) Successful in 1m52s
    CI / Frontend tests, audit, and build (push) Successful in 4m3s
    CI / Backend migration, tests, and audit (push) Successful in 7m5s
    Stable

    rbrooks released this 2026-07-17 22:40:29 +00:00 | 705 commits to main since this release

    Patch: make the calendar feed reachable behind nginx.

    Fixed

    • [ops] The iCal calendar feed (#107) is now proxied to the backend. The
      feed lives at the app root (/calendar/feed/{token}.ics), but nginx only
      proxied /api, /auth, /public, and /media — so the feed URL fell
      through to the SPA catch-all and returned the app HTML instead of the
      calendar. Added a location /calendar/ proxy block. (Caught on the dev
      deploy before v3.6.0 reached production.)
    Downloads