From f54821038784acbe5fc4f5c29821ae194e403604 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 14:54:35 +0200 Subject: [PATCH] chore: release notes for beta.20 --- windows/RELEASE_NOTES.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/windows/RELEASE_NOTES.md b/windows/RELEASE_NOTES.md index e9e50db..63f2ae9 100644 --- a/windows/RELEASE_NOTES.md +++ b/windows/RELEASE_NOTES.md @@ -1,7 +1,6 @@ -## What's new in beta.19 +## What's new in beta.20 -- 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 +- 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