diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-05 04:54:14 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-05 01:54:14 +0000 |
commit | 0cc68da04f109f66159aadc2404e232ab96bb97e (patch) | |
tree | 9d54e8accf059ce70039b29cfd7ac54836d9ce0e /CHANGELOG.md | |
parent | 1cfb0740bc530da3162292bbf682a234240f26a3 (diff) | |
download | alacritty-0cc68da04f109f66159aadc2404e232ab96bb97e.tar.gz alacritty-0cc68da04f109f66159aadc2404e232ab96bb97e.zip |
Add `Minimize` binding action
Fixes #2534.
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 e87e2ec0..632c2fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - /Applications symlink into OS X DMG for easier installation - Colored emojis on Linux/BSD - Value `randr` for `WINIT_HIDPI_FACTOR`, to ignore `Xft.dpi` and scale based on screen dimensions +- `Minimize` key binding action, bound to `cmd + m` on macOS ### Changed |