Skip to content

v1.8.5

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:18
· 19 commits to main since this release
PortScope Banner

What's new in PortScope v1.8.5

Added

  • Multi-Port Log Interleaving — The logs command now supports unified tailing. By passing multiple comma-separated ports (e.g., portscope logs 3000,5000) or using the --all flag (portscope logs --all), PortScope will dynamically multiplex logs from all active development processes into a single terminal window. Each stream is color-coded and prefixed (e.g., [node :3000]), and the internal line-buffer ensures that high-throughput outputs, like JSON stack traces, do not tear or inject tags mid-line.