Wails v3 Beta Release - v3.0.0-beta.3
Added
- Document Phase 10 beta verification completion in implementation details in PR by @leaanthony
Fixed
- Pass window handle to Windows dark-mode API and validate arguments in PR by @leaanthony
- Centralize macOS title-bar button state resolution for frameless windows in PR by @taliesin-ai
- Prevent unreadable native menu text when a Windows application requests dark mode while the Windows app theme is light. The menu now uses the matching light native background until Windows can render dark menu text.
- Fix unreadable native menus on Windows 10 1809 / Windows Server 2019 (build 17763). The dark-mode uxtheme exports were gated on build 18334, so the app-level dark-mode opt-in never ran on those hosts: the menu background was painted dark but Windows kept drawing menu text in the light theme, leaving dark text on a dark background. The ordinals exist from 17763, so the gate now matches.
🤖 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.3⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.