From c764a45ee0564a4bd08c7b09222da44a5ad5368e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 13 Nov 2020 23:26:03 +0100 Subject: [PATCH] =?UTF-8?q?changelog:=20move=20pipe-*=20actions=20from=20?= =?UTF-8?q?=E2=80=98fixed=E2=80=99=20to=20=E2=80=98added=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 151d12aa..7cadd8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,10 @@ bindings. By default, they are bound to `ctrl+v ctrl+y` and `shift+insert` respectively, and lets you paste from the clipboard or primary selection into the search buffer. +* Support for **pipe-\*** actions in mouse bindings. It was previously + not possible to add a command to these actions when used in mouse + bindings, making them useless + (https://codeberg.org/dnkl/foot/issues/183). ### Changed @@ -72,10 +76,6 @@ ### Removed ### Fixed -* Support for **pipe-\*** actions in mouse bindings. It was previously - not possible to add a command to these actions when used in mouse - bindings, making them useless - (https://codeberg.org/dnkl/foot/issues/183). * Resize very slow when window is hidden (https://codeberg.org/dnkl/foot/issues/190).