chore(v3): bump to v3.0.0-alpha.54 and update changelog [skip ci]

This commit is contained in:
github-actions[bot] 2025-12-29 02:52:26 +00:00
commit 3256041d8b
3 changed files with 13 additions and 5 deletions

View file

@ -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

View file

@ -17,22 +17,18 @@ After processing, the content will be moved to the main changelog and this file
## Added
<!-- New features, capabilities, or enhancements -->
- Add `CollectionBehavior` option to `MacWindow` for controlling window behavior across macOS Spaces and fullscreen (#4756) by @leaanthony
## Changed
<!-- Changes in existing functionality -->
## Fixed
<!-- Bug fixes -->
- 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
<!-- Soon-to-be removed features -->
## Removed
<!-- Features removed in this release -->
- Remove debug printf statements from Darwin URL scheme handler (#4834)
## Security
<!-- Security-related changes -->

View file

@ -1 +1 @@
v3.0.0-alpha.53
v3.0.0-alpha.54