summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-09-09 12:32:14 +0200
committerGitHub <noreply@github.com>2022-09-09 12:32:14 +0200
commit41b27d011b7e687300d64f831a24a02e060873e8 (patch)
tree54d14e9b22cd3897b389f772e591fefac3f3da36 /CHANGELOG.md
parentd5764fb2254c4e3ed2af2a36ffc6f4acb5f0d37f (diff)
docs(changelog): multiple users ui-cursor fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a6f79fd4..58e3c98b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* fix: sort UI cursors properly when multiple users are focused on the same pane (https://github.com/zellij-org/zellij/pull/1719)
## [0.31.3] - 2022-08-18
* HOTFIX: fix up-arrow regression