From ecbae7d7caa0034ca55e287f0924b00c5e34591b Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Sun, 10 May 2026 23:40:31 +0200 Subject: [PATCH] chore: release notes for v1.2.1-beta.3 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f9f38f2..390acc4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,5 +4,6 @@ - Fixed "Not signed in" showing incorrectly on launch when the session was already active - Sign-in state is now detected immediately from stored cookies on startup, before the first data refresh completes - Fixed Re-authenticate (and Sign In) not detecting an existing session — the login window now loads `claude.ai` directly so already-signed-in users are detected correctly and the window auto-dismisses +- Fixed "No API key configured" showing after signing out — now correctly shows "Not signed in" with a prompt to sign in - Added `/api/organizations` as a final fallback for org ID resolution when the bootstrap API response doesn't include it - Session cookie detection now checks both `sessionKey` and `__Secure-next-auth.session-token` cookie names