From 11fe4b3fb7710bf0757bd9c7acc03dcf46667fcf Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 28 Aug 2023 09:38:52 +0200 Subject: chore(release): v0.38.0 --- CHANGELOG.md | 2 ++ example/default.kdl | 11 +++++++++++ zellij-utils/assets/plugins/compact-bar.wasm | Bin 818565 -> 822710 bytes .../assets/plugins/fixture-plugin-for-tests.wasm | Bin 787551 -> 796864 bytes zellij-utils/assets/plugins/session-manager.wasm | Bin 773352 -> 782917 bytes zellij-utils/assets/plugins/status-bar.wasm | Bin 975452 -> 970233 bytes zellij-utils/assets/plugins/strider.wasm | Bin 2033674 -> 2041823 bytes zellij-utils/assets/plugins/tab-bar.wasm | Bin 792795 -> 797153 bytes 8 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc53033e..05008bdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +## [0.38.0] - 2023-08-28 * fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587) * 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) diff --git a/example/default.kdl b/example/default.kdl index 57106681d..bf54c8620 100644 --- a/example/default.kdl +++ b/example/default.kdl @@ -54,6 +54,9 @@ keybinds { bind "n" { NewTab; SwitchToMode "Normal"; } bind "x" { CloseTab; SwitchToMode "Normal"; } bind "s" { ToggleActiveSyncTab; SwitchToMode "Normal"; } + bind "b" { BreakPane; SwitchToMode "Normal"; } + bind "]" { BreakPaneRight; SwitchToMode "Normal"; } + bind "[" { BreakPaneLeft; SwitchToMode "Normal"; } bind "1" { GoToTab 1; SwitchToMode "Normal"; } bind "2" { GoToTab 2; SwitchToMode "Normal"; } bind "3" { GoToTab 3; SwitchToMode "Normal"; } @@ -110,6 +113,13 @@ keybinds { bind "Ctrl o" { SwitchToMode "Normal"; } bind "Ctrl s" { SwitchToMode "Scroll"; } bind "d" { Detach; } + bind "w" { + LaunchOrFocusPlugin "zellij:session-manager" { + floating true + move_to_focused_tab true + }; + SwitchToMode "Normal" + } } tmux { bind "[" { SwitchToMode "Scroll"; } @@ -178,6 +188,7 @@ plugins { status-bar { path "status-bar"; } strider { path "strider"; } compact-bar { path "compact-bar"; } + session-manager { path "session-manager"; } } // Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP diff --git a/zellij-utils/assets/plugins/compact-bar.wasm b/zellij-utils/assets/plugins/compact-bar.wasm index 20af974ea..6a28fc053 100755 Binary files a/zellij-utils/assets/plugins/compact-bar.wasm and b/zellij-utils/assets/plugins/compact-bar.wasm differ diff --git a/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm b/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm index f3cdb15d0..a91093592 100755 Binary files a/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm and b/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm differ diff --git a/zellij-utils/assets/plugins/session-manager.wasm b/zellij-utils/assets/plugins/session-manager.wasm index 13874da79..d86f2f955 100755 Binary files a/zellij-utils/assets/plugins/session-manager.wasm and b/zellij-utils/assets/plugins/session-manager.wasm differ diff --git a/zellij-utils/assets/plugins/status-bar.wasm b/zellij-utils/assets/plugins/status-bar.wasm index e91ee3eb3..f03d37677 100755 Binary files a/zellij-utils/assets/plugins/status-bar.wasm and b/zellij-utils/assets/plugins/status-bar.wasm differ diff --git a/zellij-utils/assets/plugins/strider.wasm b/zellij-utils/assets/plugins/strider.wasm index c85bd48a3..7d987c534 100755 Binary files a/zellij-utils/assets/plugins/strider.wasm and b/zellij-utils/assets/plugins/strider.wasm differ diff --git a/zellij-utils/assets/plugins/tab-bar.wasm b/zellij-utils/assets/plugins/tab-bar.wasm index 2591e0675..4d69579a2 100755 Binary files a/zellij-utils/assets/plugins/tab-bar.wasm and b/zellij-utils/assets/plugins/tab-bar.wasm differ -- cgit v1.2.3