From ee209d057aa5648045039f042540ef4aad5fa5c6 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Tue, 14 Apr 2020 23:17:02 +0200 Subject: [PATCH] v2.4.3 --- CHANGELOG.md | 5 ++++- src/yabai.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22181b98..a08f6dd6 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] + +## [2.4.3] - 2020-04-14 ### Changed - Changed how *mouse down* events are handled to reduce cycles spent in macOS event tap callback [#376](https://github.com/koekeishiya/yabai/issues/376) - Fixed an issue that would cause a border to persist on fullscreen videos playing in Safari [#360](https://github.com/koekeishiya/yabai/issues/360) @@ -209,7 +211,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - First official release -[Unreleased]: https://github.com/koekeishiya/yabai/compare/v2.4.2...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v2.4.3...HEAD +[2.4.3]: https://github.com/koekeishiya/yabai/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/koekeishiya/yabai/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/koekeishiya/yabai/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/koekeishiya/yabai/compare/v2.3.0...v2.4.0 diff --git a/src/yabai.c b/src/yabai.c index d7a79080..9f5c81ec 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 2 #define MINOR 4 -#define PATCH 2 +#define PATCH 3 #define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid) typedef CONNECTION_CALLBACK(connection_callback);