Skip to content

Commit

Permalink
v6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Feb 4, 2024
1 parent 123d3bc commit 1a14dc1
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.9] - 2024-02-04
### Changed
- Fix detection of windows that are minimized before yabai is launched [#1833](https://github.com/koekeishiya/yabai/issues/1833)

## [6.0.8] - 2024-02-04
### Changed
- All windows that report a non-standard window_level should be treated as floating (permanently), unless otherwise specified through manage=on rules [#2055](https://github.com/koekeishiya/yabai/issues/2055)
Expand Down Expand Up @@ -550,7 +554,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.8...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.9...HEAD
[6.0.9]: https://github.com/koekeishiya/yabai/compare/v6.0.8...v6.0.9
[6.0.8]: https://github.com/koekeishiya/yabai/compare/v6.0.7...v6.0.8
[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
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 8
#define PATCH 9

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit 1a14dc1

Please sign in to comment.