Skip to content

Commit

Permalink
v6.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Feb 21, 2024
1 parent e0b8b39 commit 3004430
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.14] - 2024-02-21
### Changed
- Mouse actions could stop working if the acting window was destroyed while a mouse action was in progress [#2038](https://github.com/koekeishiya/yabai/issues/2038)
- Replicate consumed mouse-click when no mouse-drag action is initiated [#1801](https://github.com/koekeishiya/yabai/issues/1801)
Expand Down Expand Up @@ -582,7 +584,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.13...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v6.0.14...HEAD
[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
[6.0.11]: https://github.com/koekeishiya/yabai/compare/v6.0.10...v6.0.11
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.13"
EXPECTED_HASH="927f634d4c2e81758ed5fc65d5bfb104e8e8e4a36d118666059319296188ce7f"
VERSION="6.0.14"
EXPECTED_HASH="de0f1fd6ad2b911da292447a248098eee74714decd13221dc946975f27fc2c33"
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 13
#define PATCH 14

struct event_loop g_event_loop;
void *g_workspace_context;
Expand Down

0 comments on commit 3004430

Please sign in to comment.