-
v1.2.1-beta.6 Pre-Release
released this
2026-05-11 09:36:35 +02:00 | 134 commits to main since this releaseWhat's new in v1.2.1
Bug fixes
- 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 login window auto-closing before the user could sign in — the login window now correctly loads the
/loginpage so it only detects auth after the actual sign-in redirect - Fixed "No API key configured" showing after signing out — now correctly shows "Not signed in" with a prompt to sign in
- Added
/api/organizationsas a final fallback for org ID resolution when the bootstrap API response doesn't include it - Fixed usage data not loading after sign-in — API requests now include required browser-like headers (Origin, Referer, User-Agent) that Claude's usage endpoints require
Downloads
-
v1.2.1-beta.5 Pre-Release
released this
2026-05-11 09:25:45 +02:00 | 136 commits to main since this releaseWhat's new in v1.2.1
Bug fixes
- 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 login window auto-closing before the user could sign in — the login window now correctly loads the
/loginpage so it only detects auth after the actual sign-in redirect - Fixed "No API key configured" showing after signing out — now correctly shows "Not signed in" with a prompt to sign in
- Added
/api/organizationsas a final fallback for org ID resolution when the bootstrap API response doesn't include it
Downloads
-
v1.2.1-beta.4 Pre-Release
released this
2026-05-11 08:58:05 +02:00 | 138 commits to main since this releaseWhat's new in v1.2.1
Bug fixes
- 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.aidirectly 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/organizationsas a final fallback for org ID resolution when the bootstrap API response doesn't include it - Session cookie detection now checks both
sessionKeyand__Secure-next-auth.session-tokencookie names
Downloads
-
v1.2.1-beta.3 Pre-Release
released this
2026-05-10 23:40:31 +02:00 | 142 commits to main since this releaseWhat's new in v1.2.1
Bug fixes
- 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.aidirectly 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/organizationsas a final fallback for org ID resolution when the bootstrap API response doesn't include it - Session cookie detection now checks both
sessionKeyand__Secure-next-auth.session-tokencookie names
Downloads
-
v1.2.1-beta.2 Pre-Release
released this
2026-05-10 23:28:40 +02:00 | 146 commits to main since this releaseWhat's new in v1.2.1
Bug fixes
- 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.aidirectly so already-signed-in users are detected correctly and the window auto-dismisses - Added
/api/organizationsas a final fallback for org ID resolution when the bootstrap API response doesn't include it - Session cookie detection now checks both
sessionKeyand__Secure-next-auth.session-tokencookie names
Downloads
-
v1.2.1-beta.1 Pre-Release
released this
2026-05-10 23:14:48 +02:00 | 150 commits to main since this releaseWhat's new in v1.2.1
Bug fixes
- 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
- Added
/api/organizationsas a final fallback for org ID resolution when the bootstrap API response doesn't include it - Session cookie detection now checks both
sessionKeyand__Secure-next-auth.session-tokencookie names
Downloads
-
v1.2.0 Stable
released this
2026-05-08 23:19:24 +02:00 | 154 commits to main since this releaseWhat's new in v1.2.0
Bug fixes
- App now works for all users — org ID is fetched dynamically from the API instead of being hardcoded
- Plan name (e.g. Pro, Max) now updates correctly on every refresh
Improvements
- Plan name is read from the API rather than hardcoded
- Bootstrap API call consolidated — org ID, email, and plan name fetched in a single request per refresh
- Main panel no longer scrolls — popover auto-sizes to fit content
- Session Diary card redesigned — sample count and avg burn rate shown left/right above the sparkline, Claude header removed
Downloads
-
v1.1.4-beta.7 Pre-Release
released this
2026-05-08 23:10:35 +02:00 | 157 commits to main since this releaseWhat's new in v1.1.4-beta.7
Bug fix
- Main panel no longer scrolls — popover now auto-sizes to fit content
Downloads
-
v1.1.4-beta.6 Pre-Release
released this
2026-05-08 23:04:54 +02:00 | 161 commits to main since this releaseWhat's new in v1.1.4-beta.6
UI improvement
- Session Diary card: removed the Claude icon and header row; now shows sample count and avg burn rate left/right with the sparkline below — matching the cleaner Windows layout
Downloads
-
win-v0.0.1-beta.49 Pre-Release
released this
2026-05-08 22:45:27 +02:00 | 65 commits to main since this releaseWhat's new in beta.36
Bug fixes
- Settings no longer incorrectly shows "Not signed in" when limits are working
- Session Diary now shows correctly after the first successful refresh
- Extra Usage Credits section now restored from cache on startup
- Plan name, overage, and prepaid credits are now cached and shown immediately on launch
- App now loads cached state instantly on startup before the background refresh completes
Downloads