From 4d1ecabdbf387396d846c9a672b4c3aaec356bb3 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 9 Sep 2022 09:49:35 +0200 Subject: [PATCH] docs(changelog): tab-bar mouseclick fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d0ccab7..9a6f79fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: gracefully handle SSH disconnects (https://github.com/zellij-org/zellij/pull/1710) * fix: handle osc params larger than 1024 bytes (https://github.com/zellij-org/zellij/pull/1711) * Terminal compatibility: implement faux scrolling when in alternate screen mode(https://github.com/zellij-org/zellij/pull/1678) +* fix: mouse-click on tab-bar in simplified-ui now always focuses the correct tab (https://github.com/zellij-org/zellij/pull/1658) ## [0.31.3] - 2022-08-18 * HOTFIX: fix up-arrow regression