Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Mar 13, 2024
1 parent 0939516 commit 46e2e0e
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]

## [7.0.2] - 2024-03-13
### Changed
- Decouple/normalize timer used for mouse_action resize throttling because event timestep varies between macOS versions [#2160](https://github.com/koekeishiya/yabai/issues/2160)

Expand Down Expand Up @@ -642,7 +644,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/v7.0.1...HEAD
[Unreleased]: https://github.com/koekeishiya/yabai/compare/v7.0.2...HEAD
[7.0.2]: https://github.com/koekeishiya/yabai/compare/v7.0.1...v7.0.2
[7.0.1]: https://github.com/koekeishiya/yabai/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/koekeishiya/yabai/compare/v6.0.15...v7.0.0
[6.0.15]: https://github.com/koekeishiya/yabai/compare/v6.0.14...v6.0.15
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="7.0.1"
EXPECTED_HASH="442129de85cab1bcfdc28c80ace174bed46b7cf38d9d0633ab1ecee59cd6bb35"
VERSION="7.0.2"
EXPECTED_HASH="7c95a47361213402653146c5c2e908daaa3f6134a32cc71fb2317b5f6dea461b"
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 7
#define MINOR 0
#define PATCH 1
#define PATCH 2

struct signal *g_signal_event[SIGNAL_TYPE_COUNT];
struct process_manager g_process_manager;
Expand Down

0 comments on commit 46e2e0e

Please sign in to comment.