summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-04-13 10:35:04 +0200
committerAram Drevekenin <aram@poor.dev>2023-04-13 10:35:04 +0200
commitb1b515fb55e7e6374c81c59b190f3514757362d5 (patch)
tree8092560842856efd2d4bde467b9aa1166a339b36
parentde9eeb2f4217c2c645a62680a8de6f3cb08f6e72 (diff)
chore(release): v0.36.0v0.36.0
-rw-r--r--CHANGELOG.md2
-rwxr-xr-xzellij-utils/assets/plugins/compact-bar.wasmbin489887 -> 488843 bytes
-rwxr-xr-xzellij-utils/assets/plugins/status-bar.wasmbin622998 -> 621120 bytes
-rwxr-xr-xzellij-utils/assets/plugins/strider.wasmbin504360 -> 502993 bytes
-rwxr-xr-xzellij-utils/assets/plugins/tab-bar.wasmbin459061 -> 459471 bytes
5 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 117c873a7..3fbd4f52f 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.36.0] - 2023-04-13
* fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)
* fix: adding panes to lone stack (https://github.com/zellij-org/zellij/pull/2298)
* fix: closing a stacked pane now properly moves to the previous swap layout if appropriate (https://github.com/zellij-org/zellij/pull/2312)
diff --git a/zellij-utils/assets/plugins/compact-bar.wasm b/zellij-utils/assets/plugins/compact-bar.wasm
index c69ee88e3..00d14d0ea 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/status-bar.wasm b/zellij-utils/assets/plugins/status-bar.wasm
index a9ae76916..66e6b10d4 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 5e4a54f95..287385a54 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 8ea487d87..b22bcf103 100755
--- a/zellij-utils/assets/plugins/tab-bar.wasm
+++ b/zellij-utils/assets/plugins/tab-bar.wasm
Binary files differ