chore: release notes for v1.2.1-beta.2

This commit is contained in:
SuperDooper
2026-05-10 23:28:40 +02:00
parent 7b0368b001
commit 94430e00ba
+1
View File
@@ -3,5 +3,6 @@
### Bug fixes ### Bug fixes
- Fixed "Not signed in" showing incorrectly on launch when the session was already active - 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 - 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
- Added `/api/organizations` as a final fallback for org ID resolution when the bootstrap API response doesn't include it - 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 - Session cookie detection now checks both `sessionKey` and `__Secure-next-auth.session-token` cookie names