From 42f0736d283555f3ec8099f68f4ec04b0981a3c9 Mon Sep 17 00:00:00 2001 From: decolua Date: Tue, 12 May 2026 09:57:02 +0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f392f31b..36a7508f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.4.31 (2026-05-12) + +## Features +- OIDC dashboard login: Authentik/Keycloak/Google/Okta SSO with password-only, OIDC-only, or both modes (#1020) +- Linux/arm64 Docker image support (#979) +- Codex GPT 5.5 image support (#991) +- Done button in ModelSelectModal during combo creation (#1031) +- CLI: reset auth mode to password (emergency OIDC lockout recovery) + +## Fixes +- DATA_DIR: graceful fallback to ~/.9router on EACCES/EPERM (#1005) +- React hooks: variable declaration order & lazy initialization (#1017) + +## Improvements +- Profile page: OIDC settings card collapsed by default to reduce clutter +- Header: user pill only shown when logged in via OIDC + # v0.4.30 (2026-05-11) ## Features