File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 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.
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 7.1.14] - 2025-04-05
810### Update scripting addition for macOS 15.4 Intel x86-64 [ #2589 ] ( https://github.com/koekeishiya/yabai/issues/2589 )
911
1012## [ 7.1.13] - 2025-03-23
@@ -751,7 +753,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
751753### Added
752754- First official release
753755
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
755758[ 7.1.13 ] : https://github.com/koekeishiya/yabai/compare/v7.1.12...v7.1.13
756759[ 7.1.12 ] : https://github.com/koekeishiya/yabai/compare/v7.1.11...v7.1.12
757760[ 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 5757
5858AUTHOR=" koekeishiya"
5959NAME=" yabai"
60- VERSION=" 7.1.13 "
61- EXPECTED_HASH=" d63061a5426bc30c13864e5a7bc0842dc37b1ffbf6307872b015b1a0a1522218 "
60+ VERSION=" 7.1.14 "
61+ EXPECTED_HASH=" a886bc9124c8fe864a78546b0289a2ef11a71c30703ad17625a429cf81229425 "
6262TMP_DIR=" ./${AUTHOR} -${NAME} -v${VERSION} -installer"
6363
6464mkdir $TMP_DIR
Original file line number Diff line number Diff line change 2222
2323#define MAJOR 7
2424#define MINOR 1
25- #define PATCH 13
25+ #define PATCH 14
2626
2727struct signal * g_signal_event [SIGNAL_TYPE_COUNT ];
2828struct process_manager g_process_manager ;
You can’t perform that action at this time.
0 commit comments