diff --git a/CHANGELOG.md b/CHANGELOG.md index af7aab08..5e770246 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.43.1] - 2025-08-08 * fix: pane rename backspace regression (https://github.com/zellij-org/zellij/pull/4346) * fix: Zellij Web login issue with safari (https://github.com/zellij-org/zellij/pull/4345) * fix: terminal title regression (https://github.com/zellij-org/zellij/pull/4352) diff --git a/Cargo.lock b/Cargo.lock index d0beddc6..f1fbf7a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5753,7 +5753,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.44.0" +version = "0.43.1" dependencies = [ "anyhow", "clap", @@ -5779,7 +5779,7 @@ dependencies = [ [[package]] name = "zellij-client" -version = "0.44.0" +version = "0.43.1" dependencies = [ "anyhow", "axum", @@ -5819,7 +5819,7 @@ dependencies = [ [[package]] name = "zellij-server" -version = "0.44.0" +version = "0.43.1" dependencies = [ "ansi_term", "anyhow", @@ -5865,7 +5865,7 @@ dependencies = [ [[package]] name = "zellij-tile" -version = "0.44.0" +version = "0.43.1" dependencies = [ "clap", "prost", @@ -5878,14 +5878,14 @@ dependencies = [ [[package]] name = "zellij-tile-utils" -version = "0.44.0" +version = "0.43.1" dependencies = [ "ansi_term", ] [[package]] name = "zellij-utils" -version = "0.44.0" +version = "0.43.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 6a2617e3..ebe55958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.44.0" +version = "0.43.1" authors = ["Aram Drevekenin "] edition = "2021" description = "A terminal workspace with batteries included" @@ -14,8 +14,8 @@ rust-version = "1.84" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -zellij-client = { path = "zellij-client/", version = "0.44.0" } -zellij-server = { path = "zellij-server/", version = "0.44.0" } +zellij-client = { path = "zellij-client/", version = "0.43.1" } +zellij-server = { path = "zellij-server/", version = "0.43.1" } zellij-utils = { workspace = true } anyhow = { workspace = true } clap = { workspace = true } @@ -96,7 +96,7 @@ names = { version = "0.14.0", default-features = false } include_dir = { version = "0.7.3", default-features = false } rmp-serde = { version = "1.1.0", default-features = false } sha2 = { version = "0.10", default-features = false } -zellij-utils = { path = "zellij-utils/", version = "0.44.0" } +zellij-utils = { path = "zellij-utils/", version = "0.43.1" } [profile.dev-opt] inherits = "dev" diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml index 970799e6..fdf2780a 100644 --- a/zellij-client/Cargo.toml +++ b/zellij-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-client" -version = "0.44.0" +version = "0.43.1" authors = ["Kunal Mohan "] edition = "2021" description = "The client-side library for Zellij" diff --git a/zellij-server/Cargo.toml b/zellij-server/Cargo.toml index 9085d371..b8d1c576 100644 --- a/zellij-server/Cargo.toml +++ b/zellij-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-server" -version = "0.44.0" +version = "0.43.1" authors = ["Kunal Mohan "] edition = "2021" description = "The server-side library for Zellij" diff --git a/zellij-tile-utils/Cargo.toml b/zellij-tile-utils/Cargo.toml index 403d485a..f9164a48 100644 --- a/zellij-tile-utils/Cargo.toml +++ b/zellij-tile-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-tile-utils" -version = "0.44.0" +version = "0.43.1" authors = ["denis "] edition = "2021" description = "A utility library for Zellij plugins" diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml index 3cd09527..1e8ac137 100644 --- a/zellij-tile/Cargo.toml +++ b/zellij-tile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-tile" -version = "0.44.0" +version = "0.43.1" authors = ["Brooks J Rady "] edition = "2021" description = "A small client-side library for writing Zellij plugins" diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml index 34c8a1fb..604121d0 100644 --- a/zellij-utils/Cargo.toml +++ b/zellij-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-utils" -version = "0.44.0" +version = "0.43.1" authors = ["Kunal Mohan "] edition = "2021" description = "A utility library for Zellij client and server" diff --git a/zellij-utils/assets/plugins/about.wasm b/zellij-utils/assets/plugins/about.wasm index a12f802e..d5e4ee66 100755 Binary files a/zellij-utils/assets/plugins/about.wasm and b/zellij-utils/assets/plugins/about.wasm differ diff --git a/zellij-utils/assets/plugins/compact-bar.wasm b/zellij-utils/assets/plugins/compact-bar.wasm index 83132e00..7e854b27 100755 Binary files a/zellij-utils/assets/plugins/compact-bar.wasm and b/zellij-utils/assets/plugins/compact-bar.wasm differ diff --git a/zellij-utils/assets/plugins/configuration.wasm b/zellij-utils/assets/plugins/configuration.wasm index 09978b89..9510473b 100755 Binary files a/zellij-utils/assets/plugins/configuration.wasm and b/zellij-utils/assets/plugins/configuration.wasm differ diff --git a/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm b/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm index 7e9d74ce..dfd22a4d 100755 Binary files a/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm and b/zellij-utils/assets/plugins/fixture-plugin-for-tests.wasm differ diff --git a/zellij-utils/assets/plugins/multiple-select.wasm b/zellij-utils/assets/plugins/multiple-select.wasm index 62aa83f2..92c10d9e 100755 Binary files a/zellij-utils/assets/plugins/multiple-select.wasm and b/zellij-utils/assets/plugins/multiple-select.wasm differ diff --git a/zellij-utils/assets/plugins/plugin-manager.wasm b/zellij-utils/assets/plugins/plugin-manager.wasm index 85f8c543..71a7526c 100755 Binary files a/zellij-utils/assets/plugins/plugin-manager.wasm and b/zellij-utils/assets/plugins/plugin-manager.wasm differ diff --git a/zellij-utils/assets/plugins/session-manager.wasm b/zellij-utils/assets/plugins/session-manager.wasm index edb268a4..17d95bbd 100755 Binary files a/zellij-utils/assets/plugins/session-manager.wasm and b/zellij-utils/assets/plugins/session-manager.wasm differ diff --git a/zellij-utils/assets/plugins/share.wasm b/zellij-utils/assets/plugins/share.wasm index 1c8eef4f..6918fb7f 100755 Binary files a/zellij-utils/assets/plugins/share.wasm and b/zellij-utils/assets/plugins/share.wasm differ diff --git a/zellij-utils/assets/plugins/status-bar.wasm b/zellij-utils/assets/plugins/status-bar.wasm index 5303c293..1ee3c21f 100755 Binary files a/zellij-utils/assets/plugins/status-bar.wasm and b/zellij-utils/assets/plugins/status-bar.wasm differ diff --git a/zellij-utils/assets/plugins/strider.wasm b/zellij-utils/assets/plugins/strider.wasm index 5b3b4960..8f581fee 100755 Binary files a/zellij-utils/assets/plugins/strider.wasm and b/zellij-utils/assets/plugins/strider.wasm differ diff --git a/zellij-utils/assets/plugins/tab-bar.wasm b/zellij-utils/assets/plugins/tab-bar.wasm index 0667999c..73bebb9a 100755 Binary files a/zellij-utils/assets/plugins/tab-bar.wasm and b/zellij-utils/assets/plugins/tab-bar.wasm differ