From 351e7e304e7d1bbdd89b611c14dff5c116430996 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Mon, 26 Sep 2022 00:48:27 +0200 Subject: [PATCH] v5.0.1 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ef449b..8733bd6c 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.1] - 2022-09-26 ### Changed - Only allow *window_animation_duration* to be set if System Integrity Protection is partially disabled [#148](https://github.com/koekeishiya/yabai/issues/148) - Output useless dummy .plist file for scripting addition to silence weird AppleScript warning [#1449](https://github.com/koekeishiya/yabai/issues/1449) @@ -432,7 +434,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.0...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v5.0.1...HEAD +[5.0.1]: https://github.com/koekeishiya/yabai/compare/v5.0.0...v5.0.1 [5.0.0]: https://github.com/koekeishiya/yabai/compare/v4.0.4...v5.0.0 [4.0.4]: https://github.com/koekeishiya/yabai/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/koekeishiya/yabai/compare/v4.0.2...v4.0.3 diff --git a/src/yabai.c b/src/yabai.c index 54088d79..f2d6d0aa 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -17,7 +17,7 @@ #define MAJOR 5 #define MINOR 0 -#define PATCH 0 +#define PATCH 1 struct event_loop g_event_loop; void *g_workspace_context;