Wails v3 Alpha Release - v3.0.0-alpha2.106
Changed
- Bump
webview2to v1.0.27.- ci(webview2): fix release build (cross-compile Windows + complete go.sum) (#5671)
Full diff: webview2/v1.0.26...webview2/v1.0.27
- ci(webview2): fix release build (cross-compile Windows + complete go.sum) (#5671)
- Remove go vet from webview2 release workflow cross-compilation in PR by @taliesin-ai
- Update auto-changelog OpenRouter model to google/gemini-2.5-flash-lite in PR by @taliesin-ai
- Bump
webview2to v1.0.26.
Fixes
- Recover from transient runtime COM errors instead of exiting (#5658, #5580).
Chromium.errorCallbackpreviously calledos.Exit(1)for any COM error, so a recoverable hiccup after startup killed the whole application. Runtime paths (Resize/GetClientRect,Navigate/NavigateToString,Init,MessageReceived,PutZoomFactor,OpenDevToolsWindow) now log and recover. In particular, a malformed/untrusted web message inMessageReceivedis now dropped rather than taking the process down. This addresses the mixed-DPI monitor-crossing crash class (#5544, #5650). Environment/controller-creation paths remain fatal.
Full diff: webview2/v1.0.25...webview2/v1.0.26
Fixed
- Fix release-webview2 workflow to correctly handle go.sum files in PR by @taliesin-ai
- Fix Linux GTK4 menu updates by clearing and rebuilding the native menu in PR by @taliesin-ai
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.106⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.