From 04fe18471355fa7f942e6d62adf6af36ebee9682 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 3 Jan 2022 16:56:20 +0100 Subject: [PATCH] docs(changelog): multi user tab clicking sync bug --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eaf54c3..1a9ea90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: Allow switching tabs with the mouse when pane is in fullscreen (https://github.com/zellij-org/zellij/pull/977) * Fix: pass bell (helpful for eg. desktop notifications) from terminal to desktop (https://github.com/zellij-org/zellij/pull/981) * Fix: tab click crash on mouse click with multiple users (https://github.com/zellij-org/zellij/pull/984) +* Fix: accidental tab synchronization bug between multiple users when clicking with mouse (https://github.com/zellij-org/zellij/pull/986) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)