github wailsapp/wails v3.0.0-alpha.66
Wails v3.0.0-alpha.66

pre-release8 hours ago

Wails v3 Alpha Release - v3.0.0-alpha.66

Added

  • Add UseApplicationMenu option to WebviewWindowOptions allowing windows on Windows/Linux to inherit the application menu set via app.Menu.Set() by @leaanthony

Changed

  • Move EnabledFeatures, DisabledFeatures, and AdditionalBrowserArgs from per-window options to application-level Options.Windows (#4559) by @leaanthony

Fixed

  • Fix OpenFileDialog crash on Linux due to GTK thread safety violation (#3683) by @ddmoney420
  • Fix SIGSEGV crash when calling Focus() on a hidden or destroyed window (#4890) by @ddmoney420
  • Fix potential panic when setting empty icon or bitmap on Linux (#4923) by @ddmoney420
  • Fix ErrorDialog crash when called from service binding on macOS (#3631) by @leaanthony
  • Make menus to be displayed on Windows OS in v3\examples\dialogs by @ndianabasi
  • Fix race condition causing TypeError during page reload (#4872) by @ddmoney420
  • Fix incorrect output from binding generator tests by removing global state in the Collector.IsVoidAlias() method (#4941) by @fbbdev
  • Fix <input type="file"> file picker not working on macOS (#4862) by @leaanthony

Removed

  • BREAKING: Remove EnabledFeatures, DisabledFeatures, and AdditionalLaunchArgs from per-window WindowsWindow options. Use application-level Options.Windows.EnabledFeatures, Options.Windows.DisabledFeatures, and Options.Windows.AdditionalBrowserArgs instead. These flags apply globally to the shared WebView2 environment (#4559) by @leaanthony

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.66

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Don't miss a new wails release

NewReleases is sending notifications on new releases.