From f9d8abebd54e2c89f952aa91bdd40d1183e9c861 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 12:55:50 +0000 Subject: [PATCH] Windows beta release win-v0.0.1-beta.20 --- 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 113464a..17874e1 100644 --- a/version-windows-beta.json +++ b/version-windows-beta.json @@ -1,5 +1,5 @@ { - "version": "0.0.1-beta.19", - "url": "https://github.com/superdooper86/claudechecker/releases/download/win-v0.0.1-beta.19/ClaudeChecker-Windows.zip", - "notes": "## What's new in beta.19\r\n\r\n- Fixed dark mode: button hover no longer white, ComboBox fully themed\r\n- Fixed logo and version badge in Settings panel\r\n- Fixed signed-in email showing blank (TextBrush instead of hardcoded white)\r\n- Fixed session limits not loading: org ID now fetched dynamically from API\r\n- Added anthropic-client-platform header for correct API responses" + "version": "0.0.1-beta.20", + "url": "https://github.com/superdooper86/claudechecker/releases/download/win-v0.0.1-beta.20/ClaudeChecker-Windows.zip", + "notes": "## What's new in beta.20\r\n\r\n- Fixed: app now correctly shows you as signed in after login\r\n- Fixed: org ID is fetched from API rather than hardcoded; tries multiple JSON paths\r\n- Fixed: auth check now uses HTTP 200 from bootstrap (not whether org ID was found)\r\n- Added browser User-Agent header so API responds correctly" }