You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the --priority/-o flag to pueue add#427.
This feature can be used to have easier control in which order tasks are executed.
This was previously only possible via pueue switch.
Add pueued.plist template to run pueue with launchd on MacOS. #429
Add the -j/--json flag to pueue group to get a machine readable list of all current groups. #430
Add the success wait status. With this status, pueue will exit with 1 as soon as a single task fails. #434
Add query syntax documentation to pueue status#438
Fix
Fix broken bash autocompletion. Temporarily changes the name in the help texts to pueue and pueued. #426
Reword, extend and format most subcommand help texts.
Change
Don't fail on follow if a followed task exists but hasn't started yet. #436
Fail with a 1 exit code, when a followed task disappears or doesn't exist in the first place. #436