Skip to content

Commit 74f0735

Browse files
committed
v0.8.3
1 parent 0a878e6 commit 74f0735

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## 0.8.3 - 2026-01-21
4+
5+
- Fix CSI-u input parsing on Ghostty
6+
37
## 0.8.2 - 2025-12-22
48

59
- Fix --cmd send-key when sending Space

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mprocs",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Run multiple processes in parallel",
55
"license": "MIT",
66
"repository": "github:pvolok/mprocs",

scripts/build-windows-x86_64.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET VERSION=0.8.2
1+
SET VERSION=0.8.3
22

33
MKDIR release\mprocs-%VERSION%-windows-x86_64 || exit /b
44

src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprocs"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "TUI for running multiple processes"
55
repository = "https://github.com/pvolok/mprocs"
66
authors = ["Pavel Volokitin <pavelvolokitin@gmail.com>"]

0 commit comments

Comments
 (0)