From 3256041d8b0a3cd4559b37c83e06ced971049047 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Dec 2025 02:52:26 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.54 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 12 ++++++++++++ v3/UNRELEASED_CHANGELOG.md | 4 ---- v3/internal/version/version.txt | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 7c2938c71..d0edd228a 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.54 - 2025-12-29 + +## Added +- Add `CollectionBehavior` option to `MacWindow` for controlling window behavior across macOS Spaces and fullscreen (#4756) by @leaanthony + +## Fixed +- Fix command argument error when executing 'build:universal:lipo:go' task on Linux by @wux1an +- Fix Docker error "undefined symbol: ___ubsan_handle_xxxxxxx" when running 'wails3 build GOOS=darwin GOARCH=arm64' on Linux by @wux1an + +## Removed +- Remove debug printf statements from Darwin URL scheme handler (#4834) + ## v3.0.0-alpha.53 - 2025-12-27 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index f91d072e3..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -17,22 +17,18 @@ After processing, the content will be moved to the main changelog and this file ## Added -- Add `CollectionBehavior` option to `MacWindow` for controlling window behavior across macOS Spaces and fullscreen (#4756) by @leaanthony ## Changed ## Fixed -- Fix command argument error when executing 'build:universal:lipo:go' task on Linux by @wux1an -- Fix Docker error "undefined symbol: ___ubsan_handle_xxxxxxx" when running 'wails3 build GOOS=darwin GOARCH=arm64' on Linux by @wux1an ## Deprecated ## Removed -- Remove debug printf statements from Darwin URL scheme handler (#4834) ## Security diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 1c9bf46cc..3ca87f3ac 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.53 \ No newline at end of file +v3.0.0-alpha.54 \ No newline at end of file