File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 7.1.14] - 2025-04-05
8
10
### Update scripting addition for macOS 15.4 Intel x86-64 [ #2589 ] ( https://github.com/koekeishiya/yabai/issues/2589 )
9
11
10
12
## [ 7.1.13] - 2025-03-23
@@ -751,7 +753,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
751
753
### Added
752
754
- First official release
753
755
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
755
758
[ 7.1.13 ] : https://github.com/koekeishiya/yabai/compare/v7.1.12...v7.1.13
756
759
[ 7.1.12 ] : https://github.com/koekeishiya/yabai/compare/v7.1.11...v7.1.12
757
760
[ 7.1.11 ] : https://github.com/koekeishiya/yabai/compare/v7.1.10...v7.1.11
Original file line number Diff line number Diff line change 57
57
58
58
AUTHOR=" koekeishiya"
59
59
NAME=" yabai"
60
- VERSION=" 7.1.13 "
61
- EXPECTED_HASH=" d63061a5426bc30c13864e5a7bc0842dc37b1ffbf6307872b015b1a0a1522218 "
60
+ VERSION=" 7.1.14 "
61
+ EXPECTED_HASH=" a886bc9124c8fe864a78546b0289a2ef11a71c30703ad17625a429cf81229425 "
62
62
TMP_DIR=" ./${AUTHOR} -${NAME} -v${VERSION} -installer"
63
63
64
64
mkdir $TMP_DIR
Original file line number Diff line number Diff line change 22
22
23
23
#define MAJOR 7
24
24
#define MINOR 1
25
- #define PATCH 13
25
+ #define PATCH 14
26
26
27
27
struct signal * g_signal_event [SIGNAL_TYPE_COUNT ];
28
28
struct process_manager g_process_manager ;
You can’t perform that action at this time.
0 commit comments