From c7bd2ce9222d328369216ba287c57752910e0e88 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Sun, 16 Apr 2023 23:37:53 +0900 Subject: [PATCH] docs(changelog): hide session on compact-bar --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbd4f52..2ef8634d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* fix(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368) ## [0.36.0] - 2023-04-13 * fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)