mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore(v3): bump to v3.0.0-alpha.54 and update changelog [skip ci]
This commit is contained in:
parent
cee729dd85
commit
3256041d8b
3 changed files with 13 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.53
|
||||
v3.0.0-alpha.54
|
||||
Loading…
Add table
Add a link
Reference in a new issue