Skip to content

Commit 7d297a8

Browse files
committed
Changelog and restart-all docs
1 parent c1ec858 commit 7d297a8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
- Rewrite terminal input handling. This should fix all known bugs related to key
4+
handling.
5+
- Add restart-all and force-restart-all commands
36
- Use pwsh.exe for shell commands (instead of cmd.exe)
7+
- Fix missing resize event when toggling zoom mode
48
- Properly handles lines wrappings during screen resize
59

610
## 0.7.3 - 2025-05-21

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,10 @@ Commands are encoded as yaml. Available commands:
321321
- `{c: start-proc}`
322322
- `{c: term-proc}`
323323
- `{c: kill-proc}`
324-
- `{c: restart-proc}`
325-
- `{c: force-restart-proc}`
324+
- `{c: restart-proc}` - Restart selected process
325+
- `{c: restart-all}` - Restart all processes
326+
- `{c: force-restart-proc}` - Restart selected process by sending SIGKILL
327+
- `{c: force-restart-all}`
326328
- `{c: show-add-proc}`
327329
- `{c: add-proc, cmd: "<SHELL COMMAND>", name: "<PROC NAME>"}` - Add proccess. `name` field is optional.
328330
- `{c: duplicate-proc}`

0 commit comments

Comments
 (0)