summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rwxr-xr-xassets/plugins/compact-bar.wasmbin375529 -> 709146 bytes
-rwxr-xr-xassets/plugins/status-bar.wasmbin475579 -> 822127 bytes
-rwxr-xr-xassets/plugins/strider.wasmbin402286 -> 784162 bytes
-rwxr-xr-xassets/plugins/tab-bar.wasmbin352050 -> 685441 bytes
-rw-r--r--example/default.kdl2
6 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d365a5fa..d532340a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+## [0.33.0] - 2022-11-10
+
* debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840)
* feat: allow command panes to optionally close on exit (https://github.com/zellij-org/zellij/pull/1869)
* add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873)
diff --git a/assets/plugins/compact-bar.wasm b/assets/plugins/compact-bar.wasm
index 5fc442994..19c7ff8e3 100755
--- a/assets/plugins/compact-bar.wasm
+++ b/assets/plugins/compact-bar.wasm
Binary files differ
diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm
index 27681dd04..18c165a21 100755
--- a/assets/plugins/status-bar.wasm
+++ b/assets/plugins/status-bar.wasm
Binary files differ
diff --git a/assets/plugins/strider.wasm b/assets/plugins/strider.wasm
index 5f638d52b..fcd624aae 100755
--- a/assets/plugins/strider.wasm
+++ b/assets/plugins/strider.wasm
Binary files differ
diff --git a/assets/plugins/tab-bar.wasm b/assets/plugins/tab-bar.wasm
index 26f7ee7cb..58dc85ced 100755
--- a/assets/plugins/tab-bar.wasm
+++ b/assets/plugins/tab-bar.wasm
Binary files differ
diff --git a/example/default.kdl b/example/default.kdl
index 9689be1ba..d048b8e50 100644
--- a/example/default.kdl
+++ b/example/default.kdl
@@ -139,7 +139,7 @@ keybinds {
bind "Alt -" { Resize "Decrease"; }
}
shared_except "normal" "locked" {
- bind "Enter" "Space" "Esc" { SwitchToMode "Normal"; }
+ bind "Enter" "Esc" { SwitchToMode "Normal"; }
}
shared_except "pane" "locked" {
bind "Ctrl p" { SwitchToMode "Pane"; }