v3.0.0-alpha.17

This commit is contained in:
github-actions[bot] 2025-07-31 02:48:09 +00:00
commit afcdb15503
5 changed files with 10 additions and 2 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.17 - 2025-07-31
## Fixed
- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450)
## v3.0.0-alpha.16 - 2025-07-25
## Added

View file

@ -23,7 +23,6 @@ After processing, the content will be moved to the main changelog and this file
## Fixed
<!-- Bug fixes -->
- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450)
## Deprecated
<!-- Soon-to-be removed features -->

View file

@ -1 +1 @@
v3.0.0-alpha.16
v3.0.0-alpha.17

2
v3/release-notes.txt Normal file
View file

@ -0,0 +1,2 @@
## Fixed
- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450)

2
v3/release_notes.md Normal file
View file

@ -0,0 +1,2 @@
## Fixed
- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450)