diff --git a/CHANGELOG.md b/CHANGELOG.md index 656730a9..1da63b00 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.16.0] - 2021-08-31 * Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620) * A universal logging system has been implemented (https://github.com/zellij-org/zellij/pull/592) * Added [`log`](https://docs.rs/log/0.4.14/log/#macros) crate support for logging within Zellij diff --git a/Makefile.toml b/Makefile.toml index dcf63fca..7438ceee 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -153,7 +153,7 @@ run_task = "publish-zellij" [tasks.release-commit] dependencies = ["commit-all", "tag-release"] command = "git" -args = ["push", "--atomic", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"] +args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"] [tasks.commit-all] ignore_errors = true diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm index a43ebeb2..d1ad39e9 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 6c7f23c5..b57557a7 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 25eded4b..896512fe 100644 Binary files a/assets/plugins/tab-bar.wasm and b/assets/plugins/tab-bar.wasm differ