summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-25 12:25:45 +0200
committerGitHub <noreply@github.com>2023-08-25 12:25:45 +0200
commite34f7e762250602eee385bd4e4d377890d2c7166 (patch)
treed4ba68fc3ca752623492b9ed1a308954583859e1
parentb44ba85895b4db3a67a0f5c329c62fe120079ff0 (diff)
docs(changelog): move plugin to focused tab
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a73c3f70..9d06506d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): use protocol buffers to communicate across the wasm boundary (https://github.com/zellij-org/zellij/pull/2686)
* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624 and https://github.com/zellij-org/zellij/pull/2722)
* feat(session): session manager to switch between sessions (https://github.com/zellij-org/zellij/pull/2721)
+* feat(plugins): move_to_focused_tab attribute for launching/focusing plugins (https://github.com/zellij-org/zellij/pull/2725)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)