v3.0.0-alpha.12

This commit is contained in:
Lea Anthony 2025-07-15 22:55:57 +10:00
commit e018ad6b92
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## v3.0.0-alpha.12 - 2025-07-15
### Added
- `app.Env.GetAccentColor` to get the accent color of a user's system. Works on MacOS. by [@etesam913](https://github.com/etesam913)
- Add `window.ToggleFrameless()` api by [@atterpac](https://github.com/atterpac) in [#4137](https://github.com/wailsapp/wails/pull/4137)

View file

@ -1 +1 @@
v3.0.0-alpha.11
v3.0.0-alpha.12