Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed May 17, 2022
1 parent 6ef57aa commit 70e9b2a
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]

## [4.0.1] - 2022-05-17
### Changed
- The scripting-addition will now also remove the space switch animation when using cmd+tab, clicking on an item in the Dock, and using the numeric macOS mission-control keyboard shortcuts [#1235](https://github.com/koekeishiya/yabai/issues/1235)
- Improved logic used to determine the target window in a given direction [#1220](https://github.com/koekeishiya/yabai/issues/1220)
Expand Down Expand Up @@ -386,7 +388,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/v4.0.0...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v4.0.1...HEAD
[4.0.1]: https://github.com/koekeishiya/yabai/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/koekeishiya/yabai/compare/v3.3.10...v4.0.0
[3.3.10]: https://github.com/koekeishiya/yabai/compare/v3.3.9...v3.3.10
[3.3.9]: https://github.com/koekeishiya/yabai/compare/v3.3.8...v3.3.9
Expand Down
2 changes: 1 addition & 1 deletion src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define MAJOR 4
#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 70e9b2a

Please sign in to comment.