diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc8c42f..705d7b43 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.9] - 2023-10-01 ### Changed - Updated scripting-addition to support macOS Sonoma 14.0 [#1772](https://github.com/koekeishiya/yabai/issues/1772) - Fix window focusing (autofocus, and autoraise across multiple monitors [#109](https://github.com/koekeishiya/yabai/issues/109)) for macOS Sonoma [#1772](https://github.com/koekeishiya/yabai/issues/1772) @@ -486,7 +488,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.8...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v5.0.9...HEAD +[5.0.9]: https://github.com/koekeishiya/yabai/compare/v5.0.8...v5.0.9 [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 diff --git a/README.md b/README.md index cd8f61b2..7e82b938 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Make sure you fulfil all of them before filing an issue. |Requirement|Note| |-:|:-| -|Operating System Intel x86-64|Big Sur 11.0.0+, Monterey 12.0.0+, and Ventura 13.0.0+ is supported.| -|Operating System Apple Silicon|Monterey 12.0.0+, and Ventura 13.0.0+ is supported.| +|Operating System Intel x86-64|Big Sur 11.0.0+, Monterey 12.0.0+, Ventura 13.0.0+, and Sonoma 14.0.0 is supported.| +|Operating System Apple Silicon|Monterey 12.0.0+, Ventura 13.0.0+, and Sonoma 14.0.0 is supported.| |Accessibility API|yabai must be given permission to utilize the Accessibility API and will request access upon launch. The application must be restarted after access has been granted.| |Screen Recording|yabai must be given Screen Recording permission if and only if you want to enable window animations, and will request access when necessary. The application must be restarted after access has been granted.| |System Preferences (macOS 11.x, 12.x)|In the Mission Control pane, the setting "Displays have separate Spaces" must be enabled.| diff --git a/src/yabai.c b/src/yabai.c index 90b117b8..919fd685 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -22,7 +22,7 @@ #define MAJOR 5 #define MINOR 0 -#define PATCH 8 +#define PATCH 9 struct event_loop g_event_loop; void *g_workspace_context;