From 1a14dc1a265f5a2963915fa77af7dcc15e38dd7f Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 4 Feb 2024 16:46:27 +0100 Subject: [PATCH] v6.0.9 --- CHANGELOG.md | 7 ++++++- src/yabai.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad14628..3323c1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [6.0.9] - 2024-02-04 +### Changed +- Fix detection of windows that are minimized before yabai is launched [#1833](https://github.com/koekeishiya/yabai/issues/1833) + ## [6.0.8] - 2024-02-04 ### Changed - 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 ### Added - First official release -[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.8...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.9...HEAD +[6.0.9]: https://github.com/koekeishiya/yabai/compare/v6.0.8...v6.0.9 [6.0.8]: https://github.com/koekeishiya/yabai/compare/v6.0.7...v6.0.8 [6.0.7]: https://github.com/koekeishiya/yabai/compare/v6.0.6...v6.0.7 [6.0.6]: https://github.com/koekeishiya/yabai/compare/v6.0.5...v6.0.6 diff --git a/src/yabai.c b/src/yabai.c index 05cd987c..a89a58a9 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -22,7 +22,7 @@ #define MAJOR 6 #define MINOR 0 -#define PATCH 8 +#define PATCH 9 struct event_loop g_event_loop; void *g_workspace_context;