From 182dd4bcdca298c005dd548b2d5e768b793a01be Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 22 Oct 2024 15:31:00 +0200 Subject: [PATCH] docs(changelog): list-clients plugin api --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586b945e..c8bfbdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): do not allow attaching to same session (https://github.com/zellij-org/zellij/pull/3674) * fix(plugins): allow switching to a session with just cwd and no layout (https://github.com/zellij-org/zellij/pull/3676) * fix(client): repeat retry instructions on startup (should fix some sixel issues) (https://github.com/zellij-org/zellij/pull/3570) +* feat(plugins): API to list connected clients, their pane_id and running command/plugin_url (https://github.com/zellij-org/zellij/pull/3687) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)