Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvolok committed Jun 29, 2024
1 parent 78f1725 commit b2afa36
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 0.7.1 - 2024-06-29

- Not using upx anymore
- Disable xterm modifyOtherKeys in iTerm2

## 0.7.0 - 2024-06-24

- Terminal sequences parser rewritten using termwiz vt parser
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.0",
"version": "0.7.1",
"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.0
SET VERSION=0.7.1

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.0"
version = "0.7.1"
description = "TUI for running multiple processes"
repository = "https://github.com/pvolok/mprocs"
authors = ["Pavel Volokitin <pavelvolokitin@gmail.com>"]
Expand Down

0 comments on commit b2afa36

Please sign in to comment.