Visible changes since last release candidate:
Change
- Breaking: Redesigned task editing process #553.
Pueue now allows editing all properties a task in one editor session. There're two modes to do so:toml
andfiles
. - Revisited, fixed and cleaned up CLI help texts.
- Breaking: Print most of Pueue's info/log messages to
stderr
. Only keep useful stuff like json and task log output onstdout
. - Breaking: Ported from
anyhow
tocolor_eyre
for prettier log output.
Add
- Add
add --follow
flag that may be called in combination with--immediate
#592