summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-06-18 14:17:39 +0200
committerAram Drevekenin <aram@poor.dev>2023-06-18 14:17:39 +0200
commit9c4c78d5a3e6fc0f9735378f45105422dff9a7f1 (patch)
tree7acb3f29a041b6c3ab111de5ff28972d40d6e1b9
parent76019acf00a421dcdac5c548a2d016eff3f6192c (diff)
chore(release): v0.37.0v0.37.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--example/default.kdl4
-rwxr-xr-xzellij-utils/assets/plugins/compact-bar.wasmbin796418 -> 526976 bytes
-rwxr-xr-xzellij-utils/assets/plugins/fixture-plugin-for-tests.wasmbin725203 -> 469205 bytes
-rwxr-xr-xzellij-utils/assets/plugins/status-bar.wasmbin924326 -> 656049 bytes
-rwxr-xr-xzellij-utils/assets/plugins/strider.wasmbin968345 -> 1718751 bytes
-rwxr-xr-xzellij-utils/assets/plugins/tab-bar.wasmbin766944 -> 497429 bytes
7 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a81a8a8ac..0eaa58f54 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.37.0] - 2023-06-18
* fix(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368)
* feat: allow excluding tabs from tab sync in layouts (https://github.com/zellij-org/zellij/pull/2314)
* feat: support default cwd (https://github.com/zellij-org/zellij/pull/2290)
diff --git a/example/default.kdl b/example/default.kdl
index 1e8ddd7c3..57106681d 100644
--- a/example/default.kdl
+++ b/example/default.kdl
@@ -200,6 +200,10 @@ plugins {
//
// default_shell "fish"
+// Choose the path to override cwd that zellij will use for opening new panes
+//
+// default_cwd ""
+
// Toggle between having pane frames around the panes
// Options:
// - true (default)
diff --git a/zellij-utils/assets/plugins/compact-bar.wasm b/zellij-utils/assets/plugins/compact-bar.wasm
index e033de69a..94c020b82 100755
--- a/zellij-utils/assets/plugins/compact-bar.wasm
+++ b/zellij-utils/assets/plugins/compact-bar.wasm
Binary files differ
diff --git a/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm b/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm
index cf68f60a0..b40c13684 100755
--- a/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm
+++ b/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm
Binary files differ
diff --git a/zellij-utils/assets/plugins/status-bar.wasm b/zellij-utils/assets/plugins/status-bar.wasm
index 317c839b0..776b7daf2 100755
--- a/zellij-utils/assets/plugins/status-bar.wasm
+++ b/zellij-utils/assets/plugins/status-bar.wasm
Binary files differ
diff --git a/zellij-utils/assets/plugins/strider.wasm b/zellij-utils/assets/plugins/strider.wasm
index 51fcf72d7..a2f03af27 100755
--- a/zellij-utils/assets/plugins/strider.wasm
+++ b/zellij-utils/assets/plugins/strider.wasm
Binary files differ
diff --git a/zellij-utils/assets/plugins/tab-bar.wasm b/zellij-utils/assets/plugins/tab-bar.wasm
index f58671b9b..7c1bf9b62 100755
--- a/zellij-utils/assets/plugins/tab-bar.wasm
+++ b/zellij-utils/assets/plugins/tab-bar.wasm
Binary files differ