Skip to content

Commit d55a647

Browse files
committedJan 8, 2024
v6.0.6
1 parent c4530a5 commit d55a647

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88

9+
## [6.0.6] - 2024-01-08
10+
### Changed
11+
- 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)
12+
913
## [6.0.5] - 2024-01-07
1014
### Changed
1115
- Attempt to separate root-windows from child/sub-windows to improve window detection and management logic [#2044](https://github.com/koekeishiya/yabai/issues/2044)
@@ -534,7 +538,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
534538
### Added
535539
- First official release
536540

537-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.5...HEAD
541+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.6...HEAD
542+
[6.0.6]: https://github.com/koekeishiya/yabai/compare/v6.0.5...v6.0.6
538543
[6.0.5]: https://github.com/koekeishiya/yabai/compare/v6.0.4...v6.0.5
539544
[6.0.4]: https://github.com/koekeishiya/yabai/compare/v6.0.3...v6.0.4
540545
[6.0.3]: https://github.com/koekeishiya/yabai/compare/v6.0.2...v6.0.3

‎src/yabai.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define MAJOR 6
2424
#define MINOR 0
25-
#define PATCH 5
25+
#define PATCH 6
2626

2727
struct event_loop g_event_loop;
2828
void *g_workspace_context;

0 commit comments

Comments
 (0)
Please sign in to comment.