summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKam Kudla <kam@kam.codes>2021-04-08 14:01:47 -0700
committerGitHub <noreply@github.com>2021-04-08 21:01:47 +0000
commit40bcdb11335cc49d4d42694b953be746cb383cb9 (patch)
tree7f82911227a6e6e6269e1ab3e632e2ac86a14032 /CHANGELOG.md
parent78953e4f7e89d0e90b8e1981bf76b03df16eded3 (diff)
downloadalacritty-40bcdb11335cc49d4d42694b953be746cb383cb9.tar.gz
alacritty-40bcdb11335cc49d4d42694b953be746cb383cb9.zip
Add hide other windows binding on macOS
Fixes #3697.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39b3ebad..2fa883bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- IME composition preview not appearing on Windows
- Synchronized terminal updates using `DCS = 1 s ST`/`DCS = 2 s ST`
- Regex terminal hints ([see features.md](./docs/features.md#hints))
+- macOS keybinding (cmd+alt+H) hiding all windows other than Alacritty
### Fixed