Skip to content

community/pueue: upgrade to 2.1.0

Patrycja Rosa requested to merge ptrcnull/aports:pueue into master

https://github.com/Nukesor/pueue/releases/tag/v2.1.0

Added

  • Use the new --color command-line switch to control when pueue will use colors in its output. Fixes #311 by mjpieters. The default is auto, which means it'll enable colors when connected to a TTY. The other options are never and always.

Fixed

  • Only style the group header in status output when on a TTY (#319) by mjpieters.

Changed

  • Exit pueue follow when reading logs, as soon as the followed task is no longer active.
  • Properly formatted debug output.
  • Hide Task.envs and AddMessage.envs in debug output, as they were too verbose and contained possibly sensible information.

Misc

  • Tests suite for pueue client, pushing the test coverage from ~53% to ~70%.

https://github.com/Nukesor/pueue/releases/tag/v2.0.4

Fixed

  • Return the correct path from pueue_lib::settings::configuration_directories(), when we get a path from dirs::config_dir() (was /home/<user>/.config/pueue.yaml/, is now again /home/<user>/.config/pueue/).
  • Use the correct path to delete the PID file during shutdown.

https://github.com/Nukesor/pueue/releases/tag/v2.0.3

Fixed

  • Use the dirs crate for platform specific directory discovery. #311
Edited by Patrycja Rosa

Merge request reports