diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-07-08 18:19:42 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-07-08 15:19:42 +0000 |
commit | 7331e89122c464e7b1a73b2e7b20399f832a5913 (patch) | |
tree | de8388a99a0ef340cf2749e22569c80e1816ac7d /CHANGELOG.md | |
parent | 165246f50aead3a4311df6304830a6e24ef522c8 (diff) | |
download | alacritty-7331e89122c464e7b1a73b2e7b20399f832a5913.tar.gz alacritty-7331e89122c464e7b1a73b2e7b20399f832a5913.zip |
Add class and short title completions
Fixes #2612.
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 fc639ae8..88c0feaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Block selection mode when Control is held while starting a selection - Allow setting general window class on X11 using CLI or config (`window.class.general`) - Config option `window.gtk_theme_variant` to set GTK theme variant +- Completions for `--class` and `-t` (short title) ### Fixed |