File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ 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.5] - 2024-11-01
8
10
### Changed
9
- - Update scripting addition for macOS Sequoia 15.1 Beta 6 [ #2441 ] ( https://github.com/koekeishiya/yabai/issues/2441 )
11
+ - Update scripting addition for macOS Sequoia 15.1 [ #2441 ] ( https://github.com/koekeishiya/yabai/issues/2441 )
10
12
11
13
## [ 7.1.4] - 2024-09-26
12
14
### Changed
@@ -699,7 +701,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
699
701
### Added
700
702
- First official release
701
703
702
- [ Unreleased ] : https://github.com/koekeishiya/yabai/compare/v7.1.4...HEAD
704
+ [ Unreleased ] : https://github.com/koekeishiya/yabai/compare/v7.1.5...HEAD
705
+ [ 7.1.5 ] : https://github.com/koekeishiya/yabai/compare/v7.1.4...v7.1.5
703
706
[ 7.1.4 ] : https://github.com/koekeishiya/yabai/compare/v7.1.3...v7.1.4
704
707
[ 7.1.3 ] : https://github.com/koekeishiya/yabai/compare/v7.1.2...v7.1.3
705
708
[ 7.1.2 ] : https://github.com/koekeishiya/yabai/compare/v7.1.1...v7.1.2
Original file line number Diff line number Diff line change 57
57
58
58
AUTHOR=" koekeishiya"
59
59
NAME=" yabai"
60
- VERSION=" 7.1.4 "
61
- EXPECTED_HASH=" c40a9567a2cda93c79a86d87c60d2a3d2221665d3e0107a9242f6357176df510 "
60
+ VERSION=" 7.1.5 "
61
+ EXPECTED_HASH=" 53e8739318494c10c3585e1ee229db5b3ee5682895ebd947086950b79d162214 "
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 4
25
+ #define PATCH 5
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