From b1c9c22e474a7a0fdcc9056278ac7611b6bdfb83 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 18 Jul 2022 10:55:44 +0200 Subject: [PATCH] docs(changelog): search through panes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd76610e..5a49ad5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: persist cursor show/hide across alternate screen (https://github.com/zellij-org/zellij/pull/1586) * fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (https://github.com/zellij-org/zellij/pull/1587) * fix: avoid sending mouse click events on pane frames to applications (https://github.com/zellij-org/zellij/pull/1584) +* feat: search through terminal scrollback (https://github.com/zellij-org/zellij/pull/1521) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)