mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
v3.0.0-alpha.26
This commit is contained in:
parent
4bfc52f0b5
commit
043c4a0d94
5 changed files with 10 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.25
|
||||
v3.0.0-alpha.26
|
||||
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue