Skip to content

Commit 745e9c2

Browse files
committed
v7.1.5
1 parent 5909b09 commit 745e9c2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [7.1.5] - 2024-11-01
810
### Changed
9-
- Update scripting addition for macOS Sequoia 15.1 Beta 6 [#2441](https://github.com/koekeishiya/yabai/issues/2441)
11+
- Update scripting addition for macOS Sequoia 15.1 [#2441](https://github.com/koekeishiya/yabai/issues/2441)
1012

1113
## [7.1.4] - 2024-09-26
1214
### Changed
@@ -699,7 +701,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
699701
### Added
700702
- First official release
701703

702-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.4...HEAD
704+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.5...HEAD
705+
[7.1.5]: https://github.com/koekeishiya/yabai/compare/v7.1.4...v7.1.5
703706
[7.1.4]: https://github.com/koekeishiya/yabai/compare/v7.1.3...v7.1.4
704707
[7.1.3]: https://github.com/koekeishiya/yabai/compare/v7.1.2...v7.1.3
705708
[7.1.2]: https://github.com/koekeishiya/yabai/compare/v7.1.1...v7.1.2

scripts/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ fi
5757

5858
AUTHOR="koekeishiya"
5959
NAME="yabai"
60-
VERSION="7.1.4"
61-
EXPECTED_HASH="c40a9567a2cda93c79a86d87c60d2a3d2221665d3e0107a9242f6357176df510"
60+
VERSION="7.1.5"
61+
EXPECTED_HASH="53e8739318494c10c3585e1ee229db5b3ee5682895ebd947086950b79d162214"
6262
TMP_DIR="./${AUTHOR}-${NAME}-v${VERSION}-installer"
6363

6464
mkdir $TMP_DIR

src/yabai.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define MAJOR 7
2424
#define MINOR 1
25-
#define PATCH 4
25+
#define PATCH 5
2626

2727
struct signal *g_signal_event[SIGNAL_TYPE_COUNT];
2828
struct process_manager g_process_manager;

0 commit comments

Comments
 (0)