• v0.11.0 ddd6819d1e

    v0.11.0
    All checks were successful
    Test and publish Docker image / e2e (push) Successful in 2m15s
    Test and publish Docker image / test (push) Successful in 31s
    Test and publish Docker image / build (push) Successful in 50s
    Stable

    patillacode released this 2026-04-25 12:55:01 +02:00 | 3 commits to main since this release

    v0.11.0

    Product landing page

    Added a public-facing landing page at / for unauthenticated visitors.
    Previously the root redirected straight to login.

    What's new:

    • New landing page (app/templates/index.html) with light/dark product screenshots, marketing copy, and a clear
      call-to-action to sign up / log in
    • Dedicated stylesheet (app/static/css/landing.css) — scoped to the landing page, no impact on the app shell
    • Self-hosted EB Garamond and JetBrains Mono fonts (app/static/fonts/) with a shared fonts.css manifest;
      reduces third-party font requests across the app
    • i18n strings extended (app/i18n.py) to cover all landing page copy in EN and ES
    • Minor form CSS tweak (forms.css) and template polish across account, admin, and login pages
    • Security tests updated to account for the new unauthenticated root route
    Downloads