mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
v3.0.0-alpha.17
This commit is contained in:
parent
48e3bd3dd4
commit
afcdb15503
5 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.16
|
||||
v3.0.0-alpha.17
|
||||
2
v3/release-notes.txt
Normal file
2
v3/release-notes.txt
Normal 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
2
v3/release_notes.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
## Fixed
|
||||
- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450)
|
||||
Loading…
Add table
Add a link
Reference in a new issue