Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Mar 13, 2024
1 parent 3add278 commit e208ca4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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]

## [7.0.0] - 2024-03-13
### Added
- Make space visible on display without stealing focus (the space must belong to the display) [#2113](https://github.com/koekeishiya/yabai/issues/2113)
- Restore application_activated and application_deactivated signals [#2122](https://github.com/koekeishiya/yabai/issues/2122)
Expand Down Expand Up @@ -634,7 +636,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.15...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/koekeishiya/yabai/compare/v6.0.15...v7.0.0
[6.0.15]: https://github.com/koekeishiya/yabai/compare/v6.0.14...v6.0.15
[6.0.14]: https://github.com/koekeishiya/yabai/compare/v6.0.13...v6.0.14
[6.0.13]: https://github.com/koekeishiya/yabai/compare/v6.0.12...v6.0.13
Expand Down
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ fi

AUTHOR="koekeishiya"
NAME="yabai"
VERSION="6.0.15"
EXPECTED_HASH="f3e8c077017b6206a7befd4db1bb4c2015afd2b87d2661eec0b5a6c221660eee"
VERSION="7.0.0"
EXPECTED_HASH="cf5832ffe9c7f57723818ac71216b252f7fd2907b3a5248fbcbebcefd50ee2b1"
TMP_DIR="./${AUTHOR}-${NAME}-v${VERSION}-installer"

mkdir $TMP_DIR
Expand Down
4 changes: 2 additions & 2 deletions src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#define HELP_OPT_LONG "--help"
#define HELP_OPT_SHRT "-h"

#define MAJOR 6
#define MAJOR 7
#define MINOR 0
#define PATCH 15
#define PATCH 0

struct signal *g_signal_event[SIGNAL_TYPE_COUNT];
struct process_manager g_process_manager;
Expand Down

0 comments on commit e208ca4

Please sign in to comment.