mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore(v3): bump to v3.0.0-alpha.71 and update changelog [skip ci]
This commit is contained in:
parent
8eaed8c5f6
commit
20d368a700
3 changed files with 11 additions and 5 deletions
|
|
@ -30,6 +30,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
*/
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.71 - 2026-02-10
|
||||
|
||||
## Added
|
||||
- Bumped ghw version for better Apple device support by @leaanthony (#4977)
|
||||
- Add `GetBadge` method to the dock service
|
||||
|
||||
## Fixed
|
||||
- Fix GTK4 build failure caused by C `Screen` typedef colliding with X11 Xlib.h (#4957)
|
||||
- Fix dock badge methods consistency on macOS
|
||||
|
||||
## v3.0.0-alpha.70 - 2026-02-09
|
||||
|
||||
## Added
|
||||
|
|
|
|||
|
|
@ -17,16 +17,12 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Added
|
||||
<!-- New features, capabilities, or enhancements -->
|
||||
- Bumped ghw version for better Apple device support by @leaanthony (#4977)
|
||||
- Add `GetBadge` method to the dock service
|
||||
|
||||
## Changed
|
||||
<!-- Changes in existing functionality -->
|
||||
|
||||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
- Fix GTK4 build failure caused by C `Screen` typedef colliding with X11 Xlib.h (#4957)
|
||||
- Fix dock badge methods consistency on macOS
|
||||
|
||||
## Deprecated
|
||||
<!-- Soon-to-be removed features -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.70
|
||||
v3.0.0-alpha.71
|
||||
Loading…
Add table
Add a link
Reference in a new issue