Skip to content

Commit e735e38

Browse files
committed
v7.1.10
1 parent 40a7f83 commit e735e38

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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.10] - 2025-02-14
810
### Changed
911
- Adjust to macOS API change in Sequoia 15.3 altering the behaviour of SPACE_CREATED and SPACE_DESTROYED event notifications [#2548](https://github.com/koekeishiya/yabai/issues/2548)
1012
- Resolved weird issues after making assumptions in changes made for v7.1.7 [#2551](https://github.com/koekeishiya/yabai/issues/2551)
@@ -731,7 +733,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
731733
### Added
732734
- First official release
733735

734-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.9...HEAD
736+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.10...HEAD
737+
[7.1.10]: https://github.com/koekeishiya/yabai/compare/v7.1.9...v7.1.10
735738
[7.1.9]: https://github.com/koekeishiya/yabai/compare/v7.1.8...v7.1.9
736739
[7.1.8]: https://github.com/koekeishiya/yabai/compare/v7.1.7...v7.1.8
737740
[7.1.7]: https://github.com/koekeishiya/yabai/compare/v7.1.6...v7.1.7

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.9"
61-
EXPECTED_HASH="15b6947cf41391664aaa7651fe11930ea264dbe72da08c35b5c35b53dc8848b3"
60+
VERSION="7.1.10"
61+
EXPECTED_HASH="a6f549bbf41a24c1f142dea61010b9ad49fafb423e0b4cfbf7f0c5c80b777430"
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 9
25+
#define PATCH 10
2626

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

0 commit comments

Comments
 (0)