Skip to content

Commit

Permalink
v7.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Feb 9, 2025
1 parent 7345a70 commit 9620eae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.8] - 2025-02-09
### Changed
- Resolved window query flag serialization issue introduced in v7.1.7.... [#2532](https://github.com/koekeishiya/yabai/issues/2532)

Expand Down Expand Up @@ -722,7 +724,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.7...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.8...HEAD
[7.1.8]: https://github.com/koekeishiya/yabai/compare/v7.1.7...v7.1.8
[7.1.7]: https://github.com/koekeishiya/yabai/compare/v7.1.6...v7.1.7
[7.1.6]: https://github.com/koekeishiya/yabai/compare/v7.1.5...v7.1.6
[7.1.5]: https://github.com/koekeishiya/yabai/compare/v7.1.4...v7.1.5
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.7"
EXPECTED_HASH="6446826cb8cd72aa36066ed7d9029de28d7d05e989ac25bc81cddf0911038e22"
VERSION="7.1.8"
EXPECTED_HASH="8df9be7e92daac9f8bebd9d19da9fdbad9499f4f539fe5f032f806fa39525b60"
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 7
#define PATCH 8

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

0 comments on commit 9620eae

Please sign in to comment.