Skip to content

v2.1.0

Compare
Choose a tag to compare
@Nukesor Nukesor released this 21 Jul 12:41
· 478 commits to main since this release
06fedda

Added

  • Use the new --color command-line switch to control when pueue will use colors in its output. Fixes #311 by mjpieters.
    The default is auto, which means it'll enable colors when connected to a TTY.
    The other options are never and always.

Fixed

  • Only style the group header in status output when on a TTY (#319) by mjpieters.

Changed

  • Exit pueue follow when reading logs, as soon as the followed task is no longer active.
  • Properly formatted debug output.
  • Hide Task.envs and AddMessage.envs in debug output, as they were too verbose and contained possibly sensible information.

Misc

  • Enable CI linting on all platforms (#323) by mjpieters.
  • Add CI caching (#322) by mjpieters.
  • Fix missing toolchain bug in CI (#321) by mjpieters.
  • Set up code-coverage in CI.
  • Tests suite for pueue client, pushing the test coverage from ~53% to ~70%.