diff --git a/CHANGELOG.md b/CHANGELOG.md index c6930275..4067ec46 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 55da0afa..8070fca9 100644 Binary files a/assets/plugins/status-bar.wasm and b/assets/plugins/status-bar.wasm differ diff --git a/assets/plugins/strider.wasm b/assets/plugins/strider.wasm index ffef4efa..7b3dfe3f 100644 Binary files a/assets/plugins/strider.wasm and b/assets/plugins/strider.wasm differ diff --git a/assets/plugins/tab-bar.wasm b/assets/plugins/tab-bar.wasm index 60dad287..cca0108e 100644 Binary files a/assets/plugins/tab-bar.wasm and b/assets/plugins/tab-bar.wasm differ