• v2.5.4 2deb306419

    fix(i18n+settings): rename pt-BR→pt, fix theme/locale persistence
    Some checks failed
    CI / Backend (push) Successful in 56s
    CI / UI (push) Successful in 38s
    Release / Test backend (push) Successful in 42s
    Release / Docker / caddy (push) Failing after 11s
    CI / Backend (pull_request) Failing after 11s
    Release / Docker / backend (push) Failing after 38s
    CI / UI (pull_request) Successful in 44s
    Release / Check ui (push) Successful in 1m53s
    Release / Docker / runner (push) Failing after 1m26s
    Release / Docker / ui (push) Successful in 3m46s
    Release / Gitea Release (push) Has been skipped

    kamil released this 2026-03-30 19:05:14 +05:00

    Root cause: user_settings table was missing theme, locale, font_family,
    font_size columns — PocketBase silently dropped them on every save.
    Added the four columns via PocketBase API.

    Also:

    • listOne now sorts by -updated so the most-recent settings record wins
    • PARAGLIDE_LOCALE cookie is now cleared when switching back to English
    • pt-BR renamed to pt throughout (messages, inlang settings, validLocales)

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

    Downloads