Skip to content

Wails v3.0.0-alpha2.118

Pre-release
Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 26 Jul 15:27
Immutable release. Only release title and notes can be modified.

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

Added

  • Provide default paths for icon generation inputs and outputs in PR by @taliesin-ai
  • Add source entry modules to runtime package.json sideEffects in PR by @savely-krasovsky
  • Add licence and provenance section to contributing guide in PR by @taliesin-ai

Fixed

  • Apply scoped GTK4 frameless CSS to remove border radius in PR by @savely-krasovsky
  • Handle cursor position failures gracefully on Windows for popup menus and screen enumeration in PR by @wayneforrest
  • macOS open-file dialog filters extensions correctly and validates allowed files by suffix in PR by @phergul
  • Guard Windows dark-mode initialization against nil API calls in PR by @roachadam
  • Fix 32-bit build failure in the updater: the maxArchiveTotalSize constant (2 GiB) overflowed the platform int when passed to fmt.Errorf on GOARCH=386. It is now explicitly typed int64.
  • Fix a nil-pointer panic on startup when a window uses a Dark (or system-dark) title bar on Windows builds that do not load the dark-mode uxtheme APIs, such as Windows 10 1809 / Windows Server 2019 (build 17763). The AllowDarkModeForWindow calls in the window theme setup are now nil-guarded, matching the guard already used in w32.SetMenuTheme.

πŸ€– 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.118

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