Wails v3 Alpha Release - v3.0.0-alpha.83
Added
- Add InstallScope flag and build option for machine/user install in PR by @symball
- Add no-op SetScreen method to BrowserWindow to satisfy Window interface in PR by @leaanthony
Fixed
- Detect NVIDIA GPUs and disable DMA-BUF renderer on Linux in PR by @leaanthony
- Fix git PR template to point to the correct feedback URL in PR by @wayneforrest
- Fix a family of Windows systray
SetMenucrashes caused by a brokenDestroyMenusyscall that was passing four arguments instead of one, so every call returned FALSE and freed nothing. Also release HMENU and HBITMAP handles (including those allocated at runtime viaMenuItem.SetBitmap) on menu rebuilds, reset stale checkbox/radio maps inWin32Menu.Update, and drop a redundantUpdate()call insystemtray.updateMenuthat doubled allocations. Long-running systray apps no longer leak GDI/USER objects on each menu rebuild.
🤖 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-alpha.83⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.