Installation
go install github.com/wailsapp/wails/v2/cmd/wails@v2.13.0Changes
Added
- Added example demonstrating events usage in the documentation
#5026by@iamhabbeboy
Added
- Added Kira to the community showcase by @thiennguyen93
Fixed
- Fixed wake (experimental
WAILS_USE_WAKE=truebuild runner) running preconditionsh: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.Quitwhen called beforeRunor afterRunreturned early #5452 by @c-tonneslan