Skip to content

Commit

Permalink
v6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jan 25, 2024
1 parent 26411a9 commit 1816dd7
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.7] - 2024-01-25
### Changed
- Update scripting addition for macOS Sonoma 14.3 Intel (Apple Silicon is already supported in v6.0.6) [#2065](https://github.com/koekeishiya/yabai/issues/2065)
- Fix regression causing window_destroyed signal to not trigger [#2048](https://github.com/koekeishiya/yabai/issues/2048)
Expand Down Expand Up @@ -543,7 +545,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.6...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.7...HEAD
[6.0.7]: https://github.com/koekeishiya/yabai/compare/v6.0.6...v6.0.7
[6.0.6]: https://github.com/koekeishiya/yabai/compare/v6.0.5...v6.0.6
[6.0.5]: https://github.com/koekeishiya/yabai/compare/v6.0.4...v6.0.5
[6.0.4]: https://github.com/koekeishiya/yabai/compare/v6.0.3...v6.0.4
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 6
#define PATCH 7

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit 1816dd7

Please sign in to comment.