cargo pueue 0.12.0

latest releases: 3.4.0, 3.3.3, 3.3.2...
3 years ago

[0.12.0] - 10-02-2021

Info for all packagers:
In case you updated your packaging rules for the new layout in v0.11, those changes need to be reverted.
The new repository layout with workspaces didn't work out that well.
Managing two crates in a single repository in combination with cargo release turned out to be quite annoying.

Added

  • --all-failed flag for restart.
    This will restart all tasks that didn't finish with a Success status. #79
  • New config option client.dark_mode by Mephistophiles. #178
    Default: false. Adds the ability to switch to dark colors instead of regular colors.

Changed

  • Rename/change some flags on the restart subcommand.
    1. Rename --path to --edit-path. The short flag stays the same (p).
    2. Rename the short flag for --start-immediately to -k.
  • Dependency bump to pueue-lib v0.12.1

Fixed

  • -s flag overload on the restart command.
    --start-immediately and --stashed collided.
  • Error on BSD due to inability to get username from system registry. #173

Don't miss a new pueue release

NewReleases is sending notifications on new releases.