Skip to content

Wails v3.0.0-beta.20

Pre-release
Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 10 Sep 15:14
Immutable release. Only release title and notes can be modified.

Wails v3 Beta Release - v3.0.0-beta.20

Changed

  • Update Clave showcase links to current website and repository in PR by @01xR4in

Fixed

  • Cancel aborted Windows asset requests, including worker requests, while preserving keepalive handlers across navigation. Forward native request contexts through the application wrapper on Apple platforms. (#5963, #5969)
  • Preserve changelog entries across competing pushes with retries in PR by @leaanthony
  • Fix go mod vendor failing with pattern arm64/WebView2Loader.dll: no matching files found on every platform, by removing the embeds that referenced binaries never shipped in the module, fixing #5782 and #5376, in PR by @Grantmartin2002

Removed

  • Remove native WebView2 loader support, superseded by the pure Go loader. This drops the embedded WebView2Loader.dll binaries and the github.com/jchv/go-winloader dependency. The native_webview2loader build tag is still accepted and no longer errors, but has no effect on v3 builds, in PR by @Grantmartin2002
  • Remove unused build tags and FPS option from macOS API guide in PR by @leaanthony

🤖 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-beta.20

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.