chore(v3): bump to v3.0.0-alpha.71 and update changelog [skip ci]

This commit is contained in:
github-actions[bot] 2026-02-10 03:11:14 +00:00
commit 20d368a700
3 changed files with 11 additions and 5 deletions

View file

@ -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

View file

@ -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 -->

View file

@ -1 +1 @@
v3.0.0-alpha.70
v3.0.0-alpha.71