[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 forrestart
.
This will restart all tasks that didn't finish with aSuccess
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.- Rename
--path
to--edit-path
. The short flag stays the same (p
). - Rename the short flag for
--start-immediately
to-k
.
- Rename
- Dependency bump to pueue-lib
v0.12.1
Fixed
-s
flag overload on therestart
command.
--start-immediately
and--stashed
collided.- Error on BSD due to inability to get username from system registry. #173