summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2021-09-19 14:17:20 +0100
committerGitHub <noreply@github.com>2021-09-19 14:17:20 +0100
commit84e045aeefbf5bb83eafaa37450ca18be1d16bee (patch)
treed6a3d43f3932a1536e031dbc870c72b2302d470f /CHANGELOG.md
parent4a7983f1c6edfe39e249f1c5803dcd262d05659a (diff)
chore(docs): add new `Visible` event
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 853e8ebdc..77843e1a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* Fix: Properly open new pane with CWD also when switching to a new tab (https://github.com/zellij-org/zellij/pull/729)
* Feature: Option to create a new session if attach fails (`zellij attach --create`) (https://github.com/zellij-org/zellij/pull/731)
+* Feature: Added the new `Visible` event, allowing plugins to detect if they are visible in the current tab (https://github.com/zellij-org/zellij/pull/717)
## [0.17.0] - 2021-09-15
* New panes/tabs now open in CWD of focused pane (https://github.com/zellij-org/zellij/pull/691)