summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-24 18:13:07 +0200
committerGitHub <noreply@github.com>2023-08-24 18:13:07 +0200
commit877c467f9f757ca560d77ceef83456c9a50f4917 (patch)
tree0c8a0f31de383bb7de214f6a4333684527e46873
parent09d09759b594dc538a0e629d1778fe5107f344ac (diff)
docs(changelog): update ux fixes
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3afde441..6a73c3f70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587)
-* feat(status-bar): supermode to prevent colliding keybindings (https://github.com/zellij-org/zellij/pull/2619)
* fix(rendering): occasional glitches while resizing (https://github.com/zellij-org/zellij/pull/2621)
* fix(rendering): colored paneframes in mirrored sessions (https://github.com/zellij-org/zellij/pull/2625)
* fix(sessions): use custom lists of adjectives and nouns for generating session names (https://github.com/zellij-org/zellij/pull/2122)
@@ -16,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* 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)
+* 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)
## [0.37.2] - 2023-06-20