Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed May 1, 2023
1 parent 6c4c2b1 commit f4ad453
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.4] - 2023-05-01
### Added
- Added launch arguments to manage launchd service: `--install-service`, `--uninstall-service`, `--start-service`, `--restart-service`, `--stop-service` [#1619](https://github.com/koekeishiya/yabai/issues/1619)
- Check for `-arm64e_preview_abi` bootflag on Apple Silicon before attempting to load scripting addition.
Expand Down Expand Up @@ -453,7 +455,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.3...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v5.0.4...HEAD
[5.0.4]: https://github.com/koekeishiya/yabai/compare/v5.0.3...v5.0.4
[5.0.3]: https://github.com/koekeishiya/yabai/compare/v5.0.2...v5.0.3
[5.0.2]: https://github.com/koekeishiya/yabai/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/koekeishiya/yabai/compare/v5.0.0...v5.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define MAJOR 5
#define MINOR 0
#define PATCH 3
#define PATCH 4

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit f4ad453

Please sign in to comment.