What Changed
- Added flag (
--keep-tui
) to keep the TUI open after all the processes exit. Issue #129 - Minor TUI enhancements and fixes to improve visual clarity. Issue #128
Bug Fixes
Bug Fix #57: Too long log lines caused output to stop.
Bug Fix #130: Forwarded all fatal messages to stderr
Full Changelog
- 554dbf5 Bug Fix #130: Forwarded all fatal messages to stderr
- cc5a927 Bug Fix #57: Too long log lines caused output to stop.
- 047927e Bump nix to v0.81.4
- e43cd6d Go core dependencies updates crypto v0.17.0 => v0.18.0 net v0.19.0 => v0.20.0 tools v0.16.1 => v0.17.0
- 046de78 Issue #128: Use - for empty values to improve TUI columns clarity
- e7dbe22 Issue #129: Keep TUI running even after all processes exit