• v1.2.1-beta.6 Pre-Release

    github-actions[bot] released this 2026-05-11 09:36:35 +02:00 | 134 commits to main since this release

    What'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 /login page 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/organizations as 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

    github-actions[bot] released this 2026-05-11 09:25:45 +02:00 | 136 commits to main since this release

    What'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 /login page 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/organizations as a final fallback for org ID resolution when the bootstrap API response doesn't include it
    Downloads
  • v1.2.1-beta.4 Pre-Release

    github-actions[bot] released this 2026-05-11 08:58:05 +02:00 | 138 commits to main since this release

    What'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.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
    Downloads
  • v1.2.1-beta.3 Pre-Release

    github-actions[bot] released this 2026-05-10 23:40:31 +02:00 | 142 commits to main since this release

    What'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.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
    Downloads
  • v1.2.1-beta.2 Pre-Release

    github-actions[bot] released this 2026-05-10 23:28:40 +02:00 | 146 commits to main since this release

    What'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.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
    • Session cookie detection now checks both sessionKey and __Secure-next-auth.session-token cookie names
    Downloads
  • v1.2.1-beta.1 Pre-Release

    github-actions[bot] released this 2026-05-10 23:14:48 +02:00 | 150 commits to main since this release

    What'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/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
    Downloads
  • v1.2.0 85ac329d36

    v1.2.0 Stable

    github-actions[bot] released this 2026-05-08 23:19:24 +02:00 | 154 commits to main since this release

    What'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

    github-actions[bot] released this 2026-05-08 23:10:35 +02:00 | 157 commits to main since this release

    What'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

    github-actions[bot] released this 2026-05-08 23:04:54 +02:00 | 161 commits to main since this release

    What'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

    github-actions[bot] released this 2026-05-08 22:45:27 +02:00 | 65 commits to main since this release

    What'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