Skip to content

v1.5.0

Compare
Choose a tag to compare
@F1bonacc1 F1bonacc1 released this 06 May 21:30
· 6 commits to main since this release

What Changed

  • Added support for a few more styling options. PR #182. Thank you @cdmistman!
  • Added ability in process A to wait for a specific output from process B. See process_log_ready in processes dependencies.
  • Added --read-only flag to allow process compose to run in an immutable environment. Issue #175
  • Added -o wide and -o json flags to the process-compose process list output. Issue #180
  • Process Compose now uses Go 1.22
  • Dependencies updates.
  • Disable the PC_DISABLE_TUI environment variable by setting it to an empty string or false. Issue #75

Bug Fixes

Issue #174: fix search cancellation
Issue #175: Don't load settings in headless mode.

Changelog

  • fa9453d Dependencies update
  • 4afe98e Documentation: Bold UDS configuration options
  • 03dc542 Feature: add ready log line process condition
  • 1f2fd35 Go 1.22
  • d882b0c Issue #174: fix search cancellation
  • 7188be7 Issue #175: Add '--read-only' flag
  • 6b0a775 Issue #175: Add settings.yaml documentation
  • 3697dfc Issue #175: Don't load settings in headless mode.
  • 6aa0b8e Issue #177: test merge for disabled processes
  • c71d82d Issue #180: Add output options to processes list
  • 73926ca Issue #75: Allow empty PC_DISABLE_TUI to clear the env var
  • 32bd580 Update GH workflow to Go 1.22
  • a5d39a7 bump nix to 1.5.0
  • f8c25b9 support a few more styling options