Skip to content

Commit 1a14dc1

Browse files
committed
v6.0.9
1 parent 123d3bc commit 1a14dc1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88

9+
## [6.0.9] - 2024-02-04
10+
### Changed
11+
- Fix detection of windows that are minimized before yabai is launched [#1833](https://github.com/koekeishiya/yabai/issues/1833)
12+
913
## [6.0.8] - 2024-02-04
1014
### Changed
1115
- All windows that report a non-standard window_level should be treated as floating (permanently), unless otherwise specified through manage=on rules [#2055](https://github.com/koekeishiya/yabai/issues/2055)
@@ -550,7 +554,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
550554
### Added
551555
- First official release
552556

553-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.8...HEAD
557+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.9...HEAD
558+
[6.0.9]: https://github.com/koekeishiya/yabai/compare/v6.0.8...v6.0.9
554559
[6.0.8]: https://github.com/koekeishiya/yabai/compare/v6.0.7...v6.0.8
555560
[6.0.7]: https://github.com/koekeishiya/yabai/compare/v6.0.6...v6.0.7
556561
[6.0.6]: https://github.com/koekeishiya/yabai/compare/v6.0.5...v6.0.6

src/yabai.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define MAJOR 6
2424
#define MINOR 0
25-
#define PATCH 8
25+
#define PATCH 9
2626

2727
struct event_loop g_event_loop;
2828
void *g_workspace_context;

0 commit comments

Comments
 (0)