summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-07-08 18:19:42 +0300
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-07-08 15:19:42 +0000
commit7331e89122c464e7b1a73b2e7b20399f832a5913 (patch)
treede8388a99a0ef340cf2749e22569c80e1816ac7d /CHANGELOG.md
parent165246f50aead3a4311df6304830a6e24ef522c8 (diff)
Add class and short title completions
Fixes #2612.
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 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