Installation
go install github.com/wailsapp/wails/v2/cmd/wails@v2.12.0Changes
Fixed
- Fixed clipboard mojibake on macOS by setting LANG environment variable for pbpaste/pbcopy operations #5012 by @veeceey
- Fixed
wails initto prevent initialization in non-empty directories when using the-dflag, avoiding accidental data loss#4940by@leaanthony - Fixed missing
EventsOffAllin runtime templates for all frontend frameworks #4883 by @narcilee7 - Fixed Linux crash on panic in JS-bound Go methods due to WebKit overriding signal handlers #3965 by @leaanthony
- Fixed code block range in "How Does It Work?" documentation #4884 by @msal4
- Fixed WebView crash on macOS 26 (Tahoe) during rapid UI updates #4592 by @leaanthony
- Updated menu reference docs with complete imports by @agilgur5 in #4727 and #4742
- Fixed menu reference syntax by @agilgur5 in #4726
- Fixed indentation in Application Development guide by @agilgur5 in #4730
- Updated Application Development guide to show imports in the
app.gosnippets by @agilgur5 in #4731 - Fixed link to CoC in Community Guide when there was a trailing slash by @agilgur5 in #4732
- Fixed indentation in "How does it work?" page by @agilgur5 in #4733
- Updated wails installation documentation to allow copying the
install wailscommand with one click by @tilak999 in #4692 - Remove ioutl.Discard and replace it with io.Discard by @xjh22222228 in #4877