From feadcbb42d303d951eb75cd7a9301ccfa99b6d4d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 28 Feb 2022 17:56:00 +0100 Subject: [PATCH] changelog(docs): fix terminal title no pane-frame --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d67cc5..463f31c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: do not use current cursor style in csi erase display (solve `btm` rendering issue) (https://github.com/zellij-org/zellij/pull/1142) * Fix: ensure e2e tests use current plugins (https://github.com/zellij-org/zellij/pull/1047) * Add: manpage to nix package (https://github.com/zellij-org/zellij/pull/1148) +* Fix: terminal title passthrough on not showing pane frames (https://github.com/zellij-org/zellij/pull/1113) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)