Skip to content

Commit

Permalink
v7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Nov 1, 2024
1 parent 5909b09 commit 745e9c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ 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.5] - 2024-11-01
### Changed
- Update scripting addition for macOS Sequoia 15.1 Beta 6 [#2441](https://github.com/koekeishiya/yabai/issues/2441)
- Update scripting addition for macOS Sequoia 15.1 [#2441](https://github.com/koekeishiya/yabai/issues/2441)

## [7.1.4] - 2024-09-26
### Changed
Expand Down Expand Up @@ -699,7 +701,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.1.4...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.5...HEAD
[7.1.5]: https://github.com/koekeishiya/yabai/compare/v7.1.4...v7.1.5
[7.1.4]: https://github.com/koekeishiya/yabai/compare/v7.1.3...v7.1.4
[7.1.3]: https://github.com/koekeishiya/yabai/compare/v7.1.2...v7.1.3
[7.1.2]: https://github.com/koekeishiya/yabai/compare/v7.1.1...v7.1.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.1.4"
EXPECTED_HASH="c40a9567a2cda93c79a86d87c60d2a3d2221665d3e0107a9242f6357176df510"
VERSION="7.1.5"
EXPECTED_HASH="53e8739318494c10c3585e1ee229db5b3ee5682895ebd947086950b79d162214"
TMP_DIR="./${AUTHOR}-${NAME}-v${VERSION}-installer"

mkdir $TMP_DIR
Expand Down
2 changes: 1 addition & 1 deletion src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

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

0 comments on commit 745e9c2

Please sign in to comment.