Skip to content

Wails v2.13.0

Latest

Choose a tag to compare

@leaanthony leaanthony released this 06 Jul 10:44
Immutable release. Only release title and notes can be modified.

Installation

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

Changes

Added

  • Added example demonstrating events usage in the documentation #5026 by @iamhabbeboy

Added

Fixed

  • Fixed wake (experimental WAILS_USE_WAKE=true build runner) running precondition sh: strings without template expansion, causing a spurious "garble is required for obfuscated builds" error on every build by @leaanthony
  • Fixed nil pointer crash in application.Quit when called before Run or after Run returned early #5452 by @c-tonneslan