Skip to content

v3.4.0

Compare
Choose a tag to compare
@Nukesor Nukesor released this 22 Mar 00:57
· 71 commits to main since this release
a247b3b

[3.4.0] - 2024-03-22

Added

  • Support modification of task priorities via pueue edit --priority/-o and pueue restart --edit-priority/-o #449.
  • If no output directory is provided in completions, the generated file is printed to stdout #489.
  • Allow setting the parallel_tasks value of groups to 0. Setting this value allows unlimited tasks for that group #500.

Fixed

  • Include priority in Tasks' Debug output #493
  • Made the daemon exit gracefully (exit code 0) on SIGINT and SIGTEM. #504
  • Fix reading of configuration files that lacks a shared section. #505
  • Respect the -g flag when using the status filter query. #508