Skip to content

Commit 40ae998

Browse files
committed
v0.7.2
1 parent 0385180 commit 40ae998

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## 0.7.2 - 2025-01-20
4+
5+
- Add duplicate selected process command
6+
- Use blue color for "DOWN (0)"
7+
- Auto-restart only when exit code is not zero
8+
- Add key binding for toggling keymap
9+
310
## 0.7.1 - 2024-06-29
411

512
- Not using upx anymore

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.7.1",
3+
"version": "0.7.2",
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.7.1
1+
SET VERSION=0.7.2
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.7.1"
3+
version = "0.7.2"
44
description = "TUI for running multiple processes"
55
repository = "https://github.com/pvolok/mprocs"
66
authors = ["Pavel Volokitin <[email protected]>"]

0 commit comments

Comments
 (0)