• win-v0.0.1-beta.30 Pre-Release

    github-actions[bot] released this 2026-05-08 16:35:48 +02:00 | 112 commits to main since this release

    What's new in beta.30

    • Fix: removed WebView2 from periodic refresh — it was spawning a full Chromium process every 2 minutes and not cleaning up, causing ~1.5GB memory growth
    • Fix: added Origin, Referer, sec-fetch-* and sec-ch-ua headers to HttpClient so the API accepts requests as browser fetches
    • Periodic refresh now uses HttpClient only, falling back to data cached at login time
    • To get limits showing: sign out and sign back in once so SaveAndClose can fetch usage with the corrected org ID path
    Downloads
  • win-v0.0.1-beta.29 Pre-Release

    github-actions[bot] released this 2026-05-08 16:29:03 +02:00 | 114 commits to main since this release

    What's new in beta.29

    • Fix: org ID is now correctly read from b.account.memberships[0].organization.uuid — bootstrap nests memberships inside account, not at the root
    • This was preventing usage limits from loading for all accounts
    Downloads
  • win-v0.0.1-beta.28 Pre-Release

    github-actions[bot] released this 2026-05-08 16:24:42 +02:00 | 117 commits to main since this release

    What's new in beta.28

    • Debug banner now appears on the main panel after sign-in showing raw bootstrap data — paste this here so we can fix org ID parsing
    • Fix: limits no longer wiped when a refresh cycle returns no data (placeholders stay until real data arrives)
    • Try account.uuid as org ID fallback when no org found in bootstrap
    Downloads
  • win-v0.0.1-beta.27 Pre-Release

    github-actions[bot] released this 2026-05-08 16:15:17 +02:00 | 122 commits to main since this release

    What's new in beta.27

    • Fix build error: use WebMessageAsJson (not WebMessageAsString) and post plain JS objects via postMessage
    Downloads
  • win-v0.0.1-beta.25 Pre-Release

    github-actions[bot] released this 2026-05-08 16:06:16 +02:00 | 130 commits to main since this release

    What's new in beta.25

    • Debug: Settings panel now shows bootstrap diagnostic info after sign-in (helps diagnose missing data)
    Downloads
  • win-v0.0.1-beta.24 Pre-Release

    github-actions[bot] released this 2026-05-08 16:00:28 +02:00 | 135 commits to main since this release

    What's new in beta.24

    • Sign-in now shows email and data immediately after login (loads from cache set during login flow)
    • Background refresh runs 3 seconds after login — avoids WebView2 user data folder lock race
    • Added /api/organizations and personal /api/usage fallbacks when bootstrap has no org ID
    • Broader JS paths for email and org ID
    Downloads
  • win-v0.0.1-beta.23 Pre-Release

    github-actions[bot] released this 2026-05-08 15:50:04 +02:00 | 139 commits to main since this release

    What's new in beta.23

    • About section now shows "vX.X.X available" label when an update is available (not just button label change)
    • Sign-in: fixed app showing signed out after login window closes — cookies and cached auth now correctly set IsSignedIn=true
    • Sign-in: added brief delay before refresh so WebView2 user data folder is fully released by LoginWindow before reuse
    • Wider cookie domain filter (anthropic.com included alongside claude.ai)
    • Broader JS paths for email and org ID in bootstrap response
    Downloads
  • win-v0.0.1-beta.22 Pre-Release

    github-actions[bot] released this 2026-05-08 15:30:34 +02:00 | 144 commits to main since this release

    What's new in beta.22

    • Fixed build error: Task unwrap for Dispatcher.InvokeAsync with async lambda
    • Removed unused field warning
    Downloads
  • win-v0.0.1-beta.20 Pre-Release

    github-actions[bot] released this 2026-05-08 14:54:35 +02:00 | 152 commits to main since this release

    What's new in beta.20

    • Fixed: app now correctly shows you as signed in after login
    • Fixed: org ID is fetched from API rather than hardcoded; tries multiple JSON paths
    • Fixed: auth check now uses HTTP 200 from bootstrap (not whether org ID was found)
    • Added browser User-Agent header so API responds correctly
    Downloads
  • win-v0.0.1-beta.19 Pre-Release

    github-actions[bot] released this 2026-05-08 14:40:45 +02:00 | 154 commits to main since this release

    What's new in beta.19

    • Fixed dark mode: button hover no longer white, ComboBox fully themed
    • Fixed logo and version badge in Settings panel
    • Fixed signed-in email showing blank (TextBrush instead of hardcoded white)
    • Fixed session limits not loading: org ID now fetched dynamically from API
    • Added anthropic-client-platform header for correct API responses
    Downloads