• v2.4.0 4b8104f087

    feat(ui): language persistence, theme fix, font/size settings, header quick-access
    Some checks failed
    CI / UI (push) Failing after 54s
    CI / Backend (push) Successful in 1m56s
    Release / Test backend (push) Successful in 41s
    Release / Check ui (push) Successful in 50s
    Release / Docker / caddy (push) Successful in 54s
    CI / Backend (pull_request) Successful in 45s
    CI / UI (pull_request) Successful in 50s
    Release / Docker / ui (push) Successful in 2m23s
    Release / Docker / runner (push) Successful in 3m15s
    Release / Docker / backend (push) Successful in 2m3s
    Release / Gitea Release (push) Failing after 2s

    kamil released this 2026-03-29 21:43:00 +05:00

    • Fix language not persisting after refresh: save locale in user_settings,
      set PARAGLIDE_LOCALE cookie from DB preference on server load
    • Fix theme change not applying: context setter was mismatched (setTheme vs current)
    • Add font family (system/serif/mono) and text size (sm/md/lg/xl) user settings
      stored in DB and applied via CSS custom properties
    • Add theme color dots and language picker to desktop header for quick access
    • Footer locale switcher now saves preference to DB before switching
    • Remove change password section (OAuth-only, no password login)
    • Fix active sessions piling up: reuse existing session on re-login via OAuth
    • Extend speed step cycle to include 2.5× and 3.0× (matching profile slider)
    • Replace plain checkbox with modern toggle switch for auto-next setting
    • Fix catalogue status labels (ongoing/completed) to use translation keys
    • Add font family and text size translation keys to all 5 locale files

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads