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.8] - 2025-02-09
810### Changed
911- Resolved window query flag serialization issue introduced in v7.1.7.... [ #2532 ] ( https://github.com/koekeishiya/yabai/issues/2532 )
1012
@@ -722,7 +724,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d
722724### Added
723725- First official release
724726
725- [ Unreleased ] : https://github.com/koekeishiya/yabai/compare/v7.1.7...HEAD
727+ [ Unreleased ] : https://github.com/koekeishiya/yabai/compare/v7.1.8...HEAD
728+ [ 7.1.8 ] : https://github.com/koekeishiya/yabai/compare/v7.1.7...v7.1.8
726729[ 7.1.7 ] : https://github.com/koekeishiya/yabai/compare/v7.1.6...v7.1.7
727730[ 7.1.6 ] : https://github.com/koekeishiya/yabai/compare/v7.1.5...v7.1.6
728731[ 7.1.5 ] : https://github.com/koekeishiya/yabai/compare/v7.1.4...v7.1.5
Original file line number Diff line number Diff line change 5757
5858AUTHOR=" koekeishiya"
5959NAME=" yabai"
60- VERSION=" 7.1.7 "
61- EXPECTED_HASH=" 6446826cb8cd72aa36066ed7d9029de28d7d05e989ac25bc81cddf0911038e22 "
60+ VERSION=" 7.1.8 "
61+ EXPECTED_HASH=" 8df9be7e92daac9f8bebd9d19da9fdbad9499f4f539fe5f032f806fa39525b60 "
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 7
25+ #define PATCH 8
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