Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Apr 4, 2024
1 parent 06cd87a commit 618127f
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.1.0] - 2024-04-04
### Added
- Added window commands `--raise ['<WINDOW_SEL>']` and `--lower ['<WINDOW_SEL>']` [#2198](https://github.com/koekeishiya/yabai/issues/2198)
- Added window commands `--scratchpad ['<LABEL>|recover']` and `--toggle <LABEL>` [#2203](https://github.com/koekeishiya/yabai/issues/2203)
Expand Down Expand Up @@ -670,7 +672,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/v7.0.4...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.0...HEAD
[7.1.0]: https://github.com/koekeishiya/yabai/compare/v7.0.4...v7.1.0
[7.0.4]: https://github.com/koekeishiya/yabai/compare/v7.0.3...v7.0.4
[7.0.3]: https://github.com/koekeishiya/yabai/compare/v7.0.2...v7.0.3
[7.0.2]: https://github.com/koekeishiya/yabai/compare/v7.0.1...v7.0.2
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="7.0.4"
EXPECTED_HASH="73ef776109c9b7d4d08fba6363cc75d59730db9ad0c21fe51e386159aa94d21b"
VERSION="7.1.0"
EXPECTED_HASH="5ac6d6dd8e47a81bfbb42a788832fff65134805e4146817a59b23178b7112434"
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 @@ -21,8 +21,8 @@
#define HELP_OPT_SHRT "-h"

#define MAJOR 7
#define MINOR 0
#define PATCH 4
#define MINOR 1
#define PATCH 0

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

0 comments on commit 618127f

Please sign in to comment.