Skip to content

Commit 7dbe697

Browse files
committed
v7.1.14
1 parent 01949f5 commit 7dbe697

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.14] - 2025-04-05
810
### Update scripting addition for macOS 15.4 Intel x86-64 [#2589](https://github.com/koekeishiya/yabai/issues/2589)
911

1012
## [7.1.13] - 2025-03-23
@@ -751,7 +753,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
751753
### Added
752754
- First official release
753755

754-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.13...HEAD
756+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.14...HEAD
757+
[7.1.14]: https://github.com/koekeishiya/yabai/compare/v7.1.13...v7.1.14
755758
[7.1.13]: https://github.com/koekeishiya/yabai/compare/v7.1.12...v7.1.13
756759
[7.1.12]: https://github.com/koekeishiya/yabai/compare/v7.1.11...v7.1.12
757760
[7.1.11]: https://github.com/koekeishiya/yabai/compare/v7.1.10...v7.1.11

Diff for: 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.13"
61-
EXPECTED_HASH="d63061a5426bc30c13864e5a7bc0842dc37b1ffbf6307872b015b1a0a1522218"
60+
VERSION="7.1.14"
61+
EXPECTED_HASH="a886bc9124c8fe864a78546b0289a2ef11a71c30703ad17625a429cf81229425"
6262
TMP_DIR="./${AUTHOR}-${NAME}-v${VERSION}-installer"
6363

6464
mkdir $TMP_DIR

Diff for: 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 13
25+
#define PATCH 14
2626

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

0 commit comments

Comments
 (0)