Skip to content

Commit

Permalink
v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Sep 17, 2024
1 parent 27f4423 commit 61bbb9b
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.3] - 2024-09-17
### Changed
- Fix issue causing sticky scratchpad windows to not work as expected [#2394](https://github.com/koekeishiya/yabai/issues/2394)
- Fix window query scratchpad property flag [#2391](https://github.com/koekeishiya/yabai/issues/2391)
Expand Down Expand Up @@ -691,7 +693,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.2...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.1.3...HEAD
[7.1.3]: https://github.com/koekeishiya/yabai/compare/v7.1.2...v7.1.3
[7.1.2]: https://github.com/koekeishiya/yabai/compare/v7.1.1...v7.1.2
[7.1.1]: https://github.com/koekeishiya/yabai/compare/v7.1.0...v7.1.1
[7.1.0]: https://github.com/koekeishiya/yabai/compare/v7.0.4...v7.1.0
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.2"
EXPECTED_HASH="448628e4896a6dfb3892a60a4abced60b02a82f94f5ea6847a7567309bd35839"
VERSION="7.1.3"
EXPECTED_HASH="7aaee751bfdaf1f8d78b2cbeb51980afe82fd4960d081e4c623b9a9422fa25a5"
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 2
#define PATCH 3

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

0 comments on commit 61bbb9b

Please sign in to comment.