From b7c4958a749210c2b0f7a1bb28d5b1d9075cf5d7 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 14:38:16 +0000 Subject: [PATCH] Windows beta release win-v0.0.1-beta.30 --- version-windows-beta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version-windows-beta.json b/version-windows-beta.json index 3df4f12..a5bfb3f 100644 --- a/version-windows-beta.json +++ b/version-windows-beta.json @@ -1,5 +1,5 @@ { - "version": "0.0.1-beta.29", - "url": "https://github.com/superdooper86/claudechecker/releases/download/win-v0.0.1-beta.29/ClaudeChecker-Windows.zip", - "notes": "## What's new in beta.29\r\n\r\n- Fix: org ID is now correctly read from b.account.memberships[0].organization.uuid — bootstrap nests memberships inside account, not at the root\r\n- This was preventing usage limits from loading for all accounts" + "version": "0.0.1-beta.30", + "url": "https://github.com/superdooper86/claudechecker/releases/download/win-v0.0.1-beta.30/ClaudeChecker-Windows.zip", + "notes": "## What's new in beta.30\r\n\r\n- 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\r\n- Fix: added Origin, Referer, sec-fetch-* and sec-ch-ua headers to HttpClient so the API accepts requests as browser fetches\r\n- Periodic refresh now uses HttpClient only, falling back to data cached at login time\r\n- To get limits showing: sign out and sign back in once so SaveAndClose can fetch usage with the corrected org ID path" }