From e018ad6b92ef8aa086cd2afad485f26c1785b293 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 15 Jul 2025 22:55:57 +1000 Subject: [PATCH] v3.0.0-alpha.12 --- docs/src/content/docs/changelog.mdx | 2 ++ v3/internal/version/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index b489440a0..479e99a3d 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -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) diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index e07684c14..88192e753 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.11 \ No newline at end of file +v3.0.0-alpha.12 \ No newline at end of file