Skip to content

Wails v3.0.0-alpha2.106

Pre-release
Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 24 Jun 13:26
Immutable release. Only release title and notes can be modified.

Wails v3 Alpha Release - v3.0.0-alpha2.106

Changed

  • Bump webview2 to v1.0.27.
  • 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 webview2 to v1.0.26.

Fixes

  • Recover from transient runtime COM errors instead of exiting (#5658, #5580). Chromium.errorCallback previously called os.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 in MessageReceived is 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.