From f5b3accc1340c0b4626c2e8c5ef5f5e510c46932 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 16:15:17 +0200 Subject: [PATCH] chore: release notes for beta.27 --- windows/RELEASE_NOTES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows/RELEASE_NOTES.md b/windows/RELEASE_NOTES.md index 2b01c93..7bd64db 100644 --- a/windows/RELEASE_NOTES.md +++ b/windows/RELEASE_NOTES.md @@ -1,4 +1,3 @@ -## What's new in beta.26 +## What's new in beta.27 -- 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 +- Fix build error: use WebMessageAsJson (not WebMessageAsString) and post plain JS objects via postMessage