summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-30 11:14:41 +0200
committerAram Drevekenin <aram@poor.dev>2021-09-30 11:14:41 +0200
commit4b94949b5af0be95066dba3c56cc86a7d9a4e1ce (patch)
treef514eba481055fe5b3a006cbe8c128728b972eb2
parent3df362d046c2c433b62074107030996de9c7e23f (diff)
chore(release): v0.18.1v0.18.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--assets/plugins/status-bar.wasmbin439857 -> 439017 bytes
-rw-r--r--assets/plugins/strider.wasmbin538811 -> 538955 bytes
-rw-r--r--assets/plugins/tab-bar.wasmbin431153 -> 431002 bytes
4 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c69302754..4067ec46c 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.18.1] - 2021-09-30
+
* HOTFIX: mouse selection now working (https://github.com/zellij-org/zellij/pull/752)
* HOTFIX: prevent strider from descending into /host folder (https://github.com/zellij-org/zellij/pull/753)
diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm
index 55da0afa1..8070fca99 100644
--- 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 ffef4efae..7b3dfe3f5 100644
--- 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 60dad2872..cca0108e4 100644
--- a/assets/plugins/tab-bar.wasm
+++ b/assets/plugins/tab-bar.wasm
Binary files differ