From e341b10daa25dbcfa97523d4707dce7d43fc458f Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Sat, 30 Apr 2022 18:47:42 +0200 Subject: [PATCH] docs(changelog): mouse fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d37449d3..c7a2a6c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: adjust saved cursor position on resize (https://github.com/zellij-org/zellij/pull/1362) * fix: avoid panic on renaming a floating pane (https://github.com/zellij-org/zellij/pull/1357) * fix: change the way sessions are sorted (https://github.com/zellij-org/zellij/pull/1347) +* fix: improve mouse event reporting, avoid clicks on plugin panes causing active pane scrolling (https://github.com/zellij-org/zellij/pull/1329) ## [0.28.1] - 2022-04-13 * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274)