Skip to content

Commit

Permalink
v6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jan 8, 2024
1 parent c4530a5 commit d55a647
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [6.0.6] - 2024-01-08
### Changed
- Cleanup handling of root-windows, child-windows, and window belonging to roles that are considered eligible for management [#2044](https://github.com/koekeishiya/yabai/issues/2044) [#2036](https://github.com/koekeishiya/yabai/issues/2036)

## [6.0.5] - 2024-01-07
### Changed
- Attempt to separate root-windows from child/sub-windows to improve window detection and management logic [#2044](https://github.com/koekeishiya/yabai/issues/2044)
Expand Down Expand Up @@ -534,7 +538,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.5...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.6...HEAD
[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
[6.0.3]: https://github.com/koekeishiya/yabai/compare/v6.0.2...v6.0.3
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 5
#define PATCH 6

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit d55a647

Please sign in to comment.