[3.2.0] - 2023-06-13
Added
- Add the
--priority/-o
flag topueue add
#427.
This feature can be used to have easier control in which order tasks are executed.
This was previously only possible viapueue switch
. - Add
pueued.plist
template to run pueue with launchd on MacOS. #429 - Add the
-j/--json
flag topueue group
to get a machine readable list of all current groups. #430 - Add the
success
wait status. With this status,pueue
will exit with1
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
andpueued
. #426 - Reword, extend and format most subcommand help texts.