v3.0.0-alpha.26

This commit is contained in:
github-actions[bot] 2025-08-24 02:40:05 +00:00
commit 043c4a0d94
5 changed files with 10 additions and 8 deletions

View file

@ -25,6 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## v3.0.0-alpha.26 - 2025-08-24
## Added
- Add native Liquid Glass effect support for macOS with NSGlassEffectView (macOS 15.0+) and NSVisualEffectView fallback, including comprehensive material customization options by @leaanthony in [#4534](https://github.com/wailsapp/wails/pull/4534)
## v3.0.0-alpha.25 - 2025-08-16
## Changed

View file

@ -17,7 +17,6 @@ After processing, the content will be moved to the main changelog and this file
## Added
<!-- New features, capabilities, or enhancements -->
- Add native Liquid Glass effect support for macOS with NSGlassEffectView (macOS 15.0+) and NSVisualEffectView fallback, including comprehensive material customization options by @leaanthony in [#4534](https://github.com/wailsapp/wails/pull/4534)
## Changed
<!-- Changes in existing functionality -->

View file

@ -1 +1 @@
v3.0.0-alpha.25
v3.0.0-alpha.26

View file

@ -1,3 +1,2 @@
## Changed
- When running `wails3 update build-assets` with the `-config` parameter, values set via the `-product*` parameters are
no longer ignored, and override the config value.
## Added
- Add native Liquid Glass effect support for macOS with NSGlassEffectView (macOS 15.0+) and NSVisualEffectView fallback, including comprehensive material customization options by @leaanthony in [#4534](https://github.com/wailsapp/wails/pull/4534)

View file

@ -1,3 +1,2 @@
## Changed
- When running `wails3 update build-assets` with the `-config` parameter, values set via the `-product*` parameters are
no longer ignored, and override the config value.
## Added
- Add native Liquid Glass effect support for macOS with NSGlassEffectView (macOS 15.0+) and NSVisualEffectView fallback, including comprehensive material customization options by @leaanthony in [#4534](https://github.com/wailsapp/wails/pull/4534)