From 0572138b099190c608000ec1fdc361c5abbe4ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 24 Apr 2020 20:40:33 +0200 Subject: [PATCH] changelog: one entry for conf-option + command line option changes --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da50b8e..b180bb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,10 @@ * **initial-window-mode** option to `footrc`, that lets you control the initial mode for each newly spawned window: _windowed_, _maximized_ or _fullscreen_. -* **app-id** option to `footrc`, that sets the _app-id_ property on - the Wayland window. -* `--app-id` command line option, that sets the _app-id_ property on - the Wayland window. -* **title** option to `footrc`, that sets the initial window title. -* `--title` command line option, that sets the initial window title. +* **app-id** option to `footrc` and `--app-id` command line option, + that sets the _app-id_ property on the Wayland window. +* **title** option to `footrc` and `--title` command line option, that + sets the initial window title. * Right mouse button extends the current selection. * Implemented 'CSI Ps ; Ps ; Ps t' escape sequences for the following parameters: `11t`, `13t`, `14;2t`, `15t`, `19t`.