Skip to content

Commit

Permalink
v6.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Feb 22, 2024
1 parent 7c3c6f9 commit e5370a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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]

## [6.0.15] - 2024-02-22
### Changed
- Fix weird segfault with consumed mouse-event [#1801](https://github.com/koekeishiya/yabai/issues/1801)
- Implement visual feedback to mouse_drag actions, controlled by `insert_feedback_color` [#2109](https://github.com/koekeishiya/yabai/issues/2109)
- Implement visual feedback for mouse_drag actions, controlled by `insert_feedback_color` [#2109](https://github.com/koekeishiya/yabai/issues/2109)

## [6.0.14] - 2024-02-21
### Changed
Expand Down Expand Up @@ -587,7 +589,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/v6.0.14...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.15...HEAD
[6.0.15]: https://github.com/koekeishiya/yabai/compare/v6.0.14...v6.0.15
[6.0.14]: https://github.com/koekeishiya/yabai/compare/v6.0.13...v6.0.14
[6.0.13]: https://github.com/koekeishiya/yabai/compare/v6.0.12...v6.0.13
[6.0.12]: https://github.com/koekeishiya/yabai/compare/v6.0.11...v6.0.12
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="6.0.14"
EXPECTED_HASH="de0f1fd6ad2b911da292447a248098eee74714decd13221dc946975f27fc2c33"
VERSION="6.0.15"
EXPECTED_HASH="f3e8c077017b6206a7befd4db1bb4c2015afd2b87d2661eec0b5a6c221660eee"
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 6
#define MINOR 0
#define PATCH 14
#define PATCH 15

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit e5370a1

Please sign in to comment.