v2.13.0

wailsapp/wailsv2.13.0Jul 6, 2026by leaanthony

AI Summary

This release introduces a documentation example for handling events and features a new project in the community showcase. It also addresses a crash in the `application.Quit` method and fixes a build runner precondition issue.

Key Highlights

  • Added documentation example for events usage
  • Added Kira to the community showcase
  • Fixed nil pointer crash in application.Quit
  • Fixed wake build runner precondition error

New Features

  • Added example demonstrating events usage in the documentation
  • Added Kira to the community showcase

Full Release Notes

## Installation

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

## Changes

### Added

- Added example demonstrating events usage in the documentation [`#5026`](https://github.com/wailsapp/wails/pull/5026) by `@iamhabbeboy`


### Added

- Added Kira to the community showcase by @thiennguyen93

### 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](https://github.com/wailsapp/wails/issues/5452) by @c-tonneslan