From fa110515aa672ff47b61fd69090da46a3c28d103 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 21 Jun 2024 16:20:03 +0200 Subject: [PATCH] docs(changelog): mouse fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0842334..7b654b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(layouts): allow consuming a layout through a url (https://github.com/zellij-org/zellij/pull/3351) * dependencies: eliminate future incompatibility warnings (https://github.com/zellij-org/zellij/pull/3315) * fix(plugins): occasional out of order events on startup (https://github.com/zellij-org/zellij/pull/3367) -* feat(keybinds): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (https://github.com/zellij-org/zellij/pull/3383) +* feat(keybinds): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (https://github.com/zellij-org/zellij/pull/3383 and https://github.com/zellij-org/zellij/pull/3441) * fix(terminal): properly set and handle scroll region in various instances (https://github.com/zellij-org/zellij/pull/3381 and https://github.com/zellij-org/zellij/pull/3382) * fix(rendering): do not render if resizing screen to same size (https://github.com/zellij-org/zellij/pull/3413) * feat(plugins): rebind keys at runtime (https://github.com/zellij-org/zellij/pull/3422