From ee0137f37ded4309cb40b7f38817b5abd90fb592 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Tue, 12 Sep 2023 01:07:01 +0200 Subject: [PATCH] v5.0.8 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ab45cb..717d478d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [5.0.8] - 2023-09-12 ### Changed - Workaround for macOS Ventura reporting bad window levels when running yabai as a service, causing issues with window topmost [#1704](https://github.com/koekeishiya/yabai/issues/1704) @@ -478,7 +480,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/v5.0.7...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v5.0.8...HEAD +[5.0.8]: https://github.com/koekeishiya/yabai/compare/v5.0.7...v5.0.8 [5.0.7]: https://github.com/koekeishiya/yabai/compare/v5.0.6...v5.0.7 [5.0.6]: https://github.com/koekeishiya/yabai/compare/v5.0.5...v5.0.6 [5.0.5]: https://github.com/koekeishiya/yabai/compare/v5.0.4...v5.0.5 diff --git a/src/yabai.c b/src/yabai.c index ee3e6987..ba3606f9 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -22,7 +22,7 @@ #define MAJOR 5 #define MINOR 0 -#define PATCH 7 +#define PATCH 8 struct event_loop g_event_loop; void *g_workspace_context;