Skip to content

Commit

Permalink
v5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Oct 1, 2023
1 parent ea834ac commit 8c33804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
Expand Down
2 changes: 1 addition & 1 deletion src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c33804

Please sign in to comment.