Skip to content

Wails v2.12.0

Latest

Choose a tag to compare

@leaanthony leaanthony released this 26 Mar 10:03

Installation

go install github.com/wailsapp/wails/v2/cmd/wails@v2.12.0

Changes

Fixed

  • Fixed clipboard mojibake on macOS by setting LANG environment variable for pbpaste/pbcopy operations #5012 by @veeceey
  • Fixed wails init to prevent initialization in non-empty directories when using the -d flag, avoiding accidental data loss #4940 by @leaanthony
  • Fixed missing EventsOffAll in 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.go snippets 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 wails command with one click by @tilak999 in #4692
  • Remove ioutl.Discard and replace it with io.Discard by @xjh22222228 in #4877