v3.0.0-alpha.21

This commit is contained in:
github-actions[bot] 2025-08-07 02:49:31 +00:00
commit 1a03404983
5 changed files with 11 additions and 6 deletions

View file

@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## v3.0.0-alpha.21 - 2025-08-07
## Fixed
- Update docs to reflect changes from Manager API Refactoring by @yulesxoxo in [PR #4476](https://github.com/wailsapp/wails/pull/4476)
- Fix Linux .desktop file appicon variable in Linux taskfile [PR #4477](https://github.com/wailsapp/wails/pull/4477)
## v3.0.0-alpha.20 - 2025-08-06
## Fixed

View file

@ -23,8 +23,6 @@ After processing, the content will be moved to the main changelog and this file
## Fixed
<!-- Bug fixes -->
- Update docs to reflect changes from Manager API Refactoring by @yulesxoxo in [PR #4476](https://github.com/wailsapp/wails/pull/4476)
- Fix Linux .desktop file appicon variable in Linux taskfile [PR #4477](https://github.com/wailsapp/wails/pull/4477)
## Deprecated
<!-- Soon-to-be removed features -->
@ -50,7 +48,6 @@ After processing, the content will be moved to the main changelog and this file
**Fixed:**
- Fix memory leak in event system during window close operations (#5678)
- Fix crash when using context menus on Linux with Wayland
- Fix WindowUnMinimised event not fired when the window was Maximised on Windows.
**Security:**
- Update dependencies to address CVE-2024-12345 in third-party library

View file

@ -1 +1 @@
v3.0.0-alpha.20
v3.0.0-alpha.21

View file

@ -1,2 +1,3 @@
## Fixed
- Update docs to reflect changes from Manager API Refactoring by @yulesxoxo in [PR #4476](https://github.com/wailsapp/wails/pull/4476)
- Update docs to reflect changes from Manager API Refactoring by @yulesxoxo in [PR #4476](https://github.com/wailsapp/wails/pull/4476)
- Fix Linux .desktop file appicon variable in Linux taskfile [PR #4477](https://github.com/wailsapp/wails/pull/4477)

View file

@ -1,2 +1,3 @@
## Fixed
- Update docs to reflect changes from Manager API Refactoring by @yulesxoxo in [PR #4476](https://github.com/wailsapp/wails/pull/4476)
- Update docs to reflect changes from Manager API Refactoring by @yulesxoxo in [PR #4476](https://github.com/wailsapp/wails/pull/4476)
- Fix Linux .desktop file appicon variable in Linux taskfile [PR #4477](https://github.com/wailsapp/wails/pull/4477)