v2.13.0

open-mmlab/Amphionv2.13.0Jul 6, 2026by leaanthony

AI Summary

This release introduces documentation improvements and bug fixes, including an example for events usage and the inclusion of Kira in the community showcase. It also resolves critical stability issues, specifically a nil pointer crash in the application quit method and a garble error in the wake build runner.

Key Highlights

  • Added documentation example demonstrating events usage.
  • Fixed nil pointer crash in `application.Quit` when called before `Run` or after `Run` returned early.
  • Resolved 'garble is required' error in the wake build runner for obfuscated builds.
  • Added Kira to the community showcase.

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