cargo pueue 3.3.0

latest releases: 3.4.1, 3.4.0, 3.3.3...
11 months ago

[3.3.0] - 2023-10-21

Added

  • Support the PUEUE_CONFIG_PATH environment variable in addition to the --config option. #464

Fixed

  • Support parameter parsing for signal names with capslock (SIGINT) and short name (INT|int). #455
  • Better error messages for pid related I/O errors. #466

Changed

  • QoL improvement: Don't pause groups if there're no queued tasks. #452
    Auto-pausing of groups was only done to prevent the unwanted execution of other tasks, but this isn't necessary, if there're no queued tasks.

Added

  • clear and cleanup aliases for clean subcommand.

The two following features are very new and marked as "experimental" for the time being.
They might be reworked in a later release, since working with shells is always tricky and this definitely needs more testing.

  • Experimental: Allow configuration of the shell command that executes task commands. #454
  • Experimental: Allow injection of hard coded environment variables via config file. #454

Don't miss a new pueue release

NewReleases is sending notifications on new releases.