Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvolok committed Jan 20, 2025
1 parent 0385180 commit 40ae998
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## 0.7.2 - 2025-01-20

- Add duplicate selected process command
- Use blue color for "DOWN (0)"
- Auto-restart only when exit code is not zero
- Add key binding for toggling keymap

## 0.7.1 - 2024-06-29

- Not using upx anymore
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mprocs",
"version": "0.7.1",
"version": "0.7.2",
"description": "Run multiple processes in parallel",
"license": "MIT",
"repository": "github:pvolok/mprocs",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-windows-x86_64.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET VERSION=0.7.1
SET VERSION=0.7.2

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

Expand Down
2 changes: 1 addition & 1 deletion src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mprocs"
version = "0.7.1"
version = "0.7.2"
description = "TUI for running multiple processes"
repository = "https://github.com/pvolok/mprocs"
authors = ["Pavel Volokitin <pavelvolokitin@gmail.com>"]
Expand Down

0 comments on commit 40ae998

Please sign in to comment.