Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Nov 12, 2023
1 parent 2c4e397 commit 6756b7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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]

## [6.0.1] - 2023-11-12
### Changed
- Update scripting addition for macOS 14.1.1 (and probably 14.1) [#1936](https://github.com/koekeishiya/yabai/issues/1936)
- Fix issue with focusing stacked windows due to layer changes [#1918](https://github.com/koekeishiya/yabai/issues/1918)
Expand Down Expand Up @@ -510,7 +512,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/v6.0.0...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.1...HEAD
[6.0.1]: https://github.com/koekeishiya/yabai/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/koekeishiya/yabai/compare/v5.0.9...v6.0.0
[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
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 6
#define MINOR 0
#define PATCH 0
#define PATCH 1

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit 6756b7e

Please sign in to comment.