diff options
author | Barret Rennie <barret@brennie.ca> | 2018-12-02 11:11:51 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-02 16:11:51 +0000 |
commit | ca9a259caa59e48db3bdfdf021ee26c8bb85be99 (patch) | |
tree | b00bf0b62dbc8fc9ba67dda75230c690f3197469 /CHANGELOG.md | |
parent | e690a1444e110585a3b9ac1c97115004791726c5 (diff) | |
download | alacritty-ca9a259caa59e48db3bdfdf021ee26c8bb85be99.tar.gz alacritty-ca9a259caa59e48db3bdfdf021ee26c8bb85be99.zip |
Request user attention when bell received in macOS
We now request the user's attention in macOS when a visual bell
character is received. This manifests as the window jumping up and down
in the dock.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffafb12..886fbfe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New configuration option `persistent_logging` and CLI flag `--persistent-logging`, for keeping the log file after closing Alacritty - `ClearLogNotice` action for removing the warning and error message +- Terminal bells on macOS will now request the user's attention in the window - Alacritty now requests privacy permissions on macOS ### Changed |