From 0300e4a72eb4ca1ea1223f80c5b50eaa2dc22f0d Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 16:12:06 +0200 Subject: [PATCH] chore: release notes for beta.26 --- windows/RELEASE_NOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/RELEASE_NOTES.md b/windows/RELEASE_NOTES.md index 310c230..2b01c93 100644 --- a/windows/RELEASE_NOTES.md +++ b/windows/RELEASE_NOTES.md @@ -1,3 +1,4 @@ -## What's new in beta.25 +## What's new in beta.26 -- Debug: Settings panel now shows bootstrap diagnostic info after sign-in (helps diagnose missing data) +- Fixed: script results now use window.chrome.webview.postMessage instead of async IIFE return value — older WebView2 runtimes don't await Promises from ExecuteScriptAsync, so data was never received +- Debug text in Settings will now always show what happened during sign-in