summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-05-02 22:31:08 +0200
committerAram Drevekenin <aram@poor.dev>2022-05-02 22:31:08 +0200
commita7ddfe1acc798adb4c8dfba2b674fd9e133b4c15 (patch)
tree21992c32a3e5fe6c02fead23f4f32d1b45f6a225
parent00f2a53fe96d692f050171e8812a145537c79904 (diff)
chore(release): v0.29.1v0.29.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml8
-rwxr-xr-xassets/plugins/status-bar.wasmbin559094 -> 559094 bytes
-rwxr-xr-xassets/plugins/strider.wasmbin593297 -> 594197 bytes
-rwxr-xr-xassets/plugins/tab-bar.wasmbin485429 -> 486329 bytes
-rw-r--r--zellij-client/Cargo.toml6
-rw-r--r--zellij-server/Cargo.toml6
-rw-r--r--zellij-tile-utils/Cargo.toml2
-rw-r--r--zellij-tile/Cargo.toml2
-rw-r--r--zellij-utils/Cargo.toml4
11 files changed, 22 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de6d6c4f0..1e1f4a257 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.29.1] - 2022-05-02
* fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)
## [0.29.0] - 2022-05-02
diff --git a/Cargo.lock b/Cargo.lock
index da503e306..e8d8e57d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3206,7 +3206,7 @@ dependencies = [
[[package]]
name = "zellij"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"anyhow",
"dialoguer",
@@ -3223,7 +3223,7 @@ dependencies = [
[[package]]
name = "zellij-client"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"insta",
"log",
@@ -3234,7 +3234,7 @@ dependencies = [
[[package]]
name = "zellij-server"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"ansi_term",
"async-trait",
@@ -3260,7 +3260,7 @@ dependencies = [
[[package]]
name = "zellij-tile"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"clap",
"serde",
@@ -3271,14 +3271,14 @@ dependencies = [
[[package]]
name = "zellij-tile-utils"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"ansi_term",
]
[[package]]
name = "zellij-utils"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"anyhow",
"async-std",
diff --git a/Cargo.toml b/Cargo.toml
index af5f34b9f..1ce3541e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.30.0"
+version = "0.29.1"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -15,9 +15,9 @@ rust-version = "1.56"
[dependencies]
anyhow = "1.0"
names = "0.11.0"
-zellij-client = { path = "zellij-client/", version = "0.30.0" }
-zellij-server = { path = "zellij-server/", version = "0.30.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.30.0" }
+zellij-client = { path = "zellij-client/", version = "0.29.1" }
+zellij-server = { path = "zellij-server/", version = "0.29.1" }
+zellij-utils = { path = "zellij-utils/", version = "0.29.1" }
log = "0.4.16"
dialoguer = "0.9.0"
suggestion = "0.3"
diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm
index 68ff8a321..2d9e8ee5d 100755
--- 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 b32dcf9d7..3030e911a 100755
--- 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 a7b2244ca..fce0a4397 100755
--- a/assets/plugins/tab-bar.wasm
+++ b/assets/plugins/tab-bar.wasm
Binary files differ
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 94b482cfc..15471832a 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.30.0"
+version = "0.29.1"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -10,8 +10,8 @@ license = "MIT"
[dependencies]
mio = { version = "0.7.11", features = ['os-ext'] }
-zellij-utils = { path = "../zellij-utils/", version = "0.30.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.30.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.29.1" }
+zellij-tile = { path = "../zellij-tile/", version = "0.29.1" }
log = "0.4.16"
[dev-dependencies]
diff --git a/zellij-server/Cargo.toml b/zellij-server/Cargo.toml
index 96bcc64c7..69618c94b 100644
--- a/zellij-server/Cargo.toml
+++ b/zellij-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-server"
-version = "0.30.0"
+version = "0.29.1"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The server-side library for Zellij"
@@ -21,8 +21,8 @@ url = "2.2.2"
wasmer = "1.0.0"
wasmer-wasi = "1.0.0"
cassowary = "0.3.0"
-zellij-utils = { path = "../zellij-utils/", version = "0.30.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.30.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.29.1" }
+zellij-tile = { path = "../zellij-tile/", version = "0.29.1" }
log = "0.4.16"
typetag = "0.1.7"
chrono = "0.4.19"
diff --git a/zellij-tile-utils/Cargo.toml b/zellij-tile-utils/Cargo.toml
index e5e998823..5a7c04ea0 100644
--- a/zellij-tile-utils/Cargo.toml
+++ b/zellij-tile-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile-utils"
-version = "0.30.0"
+version = "0.29.1"
authors = ["denis <denismaximov98@gmail.com>"]
edition = "2021"
description = "A utility library for Zellij plugins"
diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml
index 97ba6b6c7..bbf603bcc 100644
--- a/zellij-tile/Cargo.toml
+++ b/zellij-tile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile"
-version = "0.30.0"
+version = "0.29.1"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
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 ebbcefba6..96a77417a 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.30.0"
+version = "0.29.1"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "A utility library for Zellij client and server"
@@ -32,7 +32,7 @@ strum = "0.20.0"
thiserror = "1.0.30"
url = { version = "2.2.2", features = ["serde"] }
vte = "0.10.1"
-zellij-tile = { path = "../zellij-tile/", version = "0.30.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.29.1" }
log = "0.4.16"
log4rs = "1.0.0"
unicode-width = "0.1.8"