Skip to content

Commit f844c72

Browse files
committed
Version 0.6.2
1 parent e7b88fb commit f844c72

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 0.6.2 - 2022-08-09
4+
5+
- Fix global mprocs.yaml path when XDG_CONFIG_HOME env var is defined
6+
7+
## 0.6.1 - 2022-07-22
8+
39
- Add copy mode
410
- Add `procs_list_width` to settings
511
- Add mouse scroll config

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.6.0",
3+
"version": "0.6.2",
44
"description": "Run multiple processes in parallel",
55
"license": "MIT",
66
"repository": "github:pvolok/mprocs",

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.6.1"
3+
version = "0.6.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)