Skip to content

Commit 9620eae

Browse files
committed
v7.1.8
1 parent 7345a70 commit 9620eae

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.8] - 2025-02-09
810
### Changed
911
- Resolved window query flag serialization issue introduced in v7.1.7.... [#2532](https://github.com/koekeishiya/yabai/issues/2532)
1012

@@ -722,7 +724,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
722724
### Added
723725
- First official release
724726

725-
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.7...HEAD
727+
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.8...HEAD
728+
[7.1.8]: https://github.com/koekeishiya/yabai/compare/v7.1.7...v7.1.8
726729
[7.1.7]: https://github.com/koekeishiya/yabai/compare/v7.1.6...v7.1.7
727730
[7.1.6]: https://github.com/koekeishiya/yabai/compare/v7.1.5...v7.1.6
728731
[7.1.5]: https://github.com/koekeishiya/yabai/compare/v7.1.4...v7.1.5

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ fi
5757

5858
AUTHOR="koekeishiya"
5959
NAME="yabai"
60-
VERSION="7.1.7"
61-
EXPECTED_HASH="6446826cb8cd72aa36066ed7d9029de28d7d05e989ac25bc81cddf0911038e22"
60+
VERSION="7.1.8"
61+
EXPECTED_HASH="8df9be7e92daac9f8bebd9d19da9fdbad9499f4f539fe5f032f806fa39525b60"
6262
TMP_DIR="./${AUTHOR}-${NAME}-v${VERSION}-installer"
6363

6464
mkdir $TMP_DIR

src/yabai.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

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

0 commit comments

Comments
 (0)