Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Sep 25, 2022
1 parent 66cc688 commit 351e7e3
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]

## [5.0.1] - 2022-09-26
### Changed
- Only allow *window_animation_duration* to be set if System Integrity Protection is partially disabled [#148](https://github.com/koekeishiya/yabai/issues/148)
- Output useless dummy .plist file for scripting addition to silence weird AppleScript warning [#1449](https://github.com/koekeishiya/yabai/issues/1449)
Expand Down Expand Up @@ -432,7 +434,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/v5.0.0...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/koekeishiya/yabai/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/koekeishiya/yabai/compare/v4.0.4...v5.0.0
[4.0.4]: https://github.com/koekeishiya/yabai/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/koekeishiya/yabai/compare/v4.0.2...v4.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 @@ -17,7 +17,7 @@

#define MAJOR 5
#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 351e7e3

Please sign in to comment.