Update CHANGELOG.md

This commit is contained in:
Aram Drevekenin 2023-08-25 19:47:53 +02:00 committed by GitHub
parent 90e93d64bd
commit a819e9bf54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): add utility functions to get focused tab/pane (https://github.com/zellij-org/zellij/pull/2652) * feat(plugins): add utility functions to get focused tab/pane (https://github.com/zellij-org/zellij/pull/2652)
* feat(ui): break pane to new tab and move panes between tabs (https://github.com/zellij-org/zellij/pull/2664) * feat(ui): break pane to new tab and move panes between tabs (https://github.com/zellij-org/zellij/pull/2664)
* fix(performance): plug memory leak (https://github.com/zellij-org/zellij/pull/2675) * fix(performance): plug memory leak (https://github.com/zellij-org/zellij/pull/2675)
* feat(plugins): use protocol buffers to communicate across the wasm boundary (https://github.com/zellij-org/zellij/pull/2686) * feat(plugins): use protocol buffers to communicate across the wasm boundary (https://github.com/zellij-org/zellij/pull/2686 and https://github.com/zellij-org/zellij/pull/2729)
* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624 and https://github.com/zellij-org/zellij/pull/2722) * 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(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) * feat(plugins): move_to_focused_tab attribute for launching/focusing plugins (https://github.com/zellij-org/zellij/pull/2725)