Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Nukesor/pueue

v3.3.3

04 Jan 12:11
fb6caab

Choose a tag to compare

[3.3.3] - 2024-01-04

First release of the year 🎉

Fixed

  • Bump ring from 0.16 to 0.17 to add riscv64 support #484.
  • Fix that add --priority flag tried to get multiple arguments #486.

pueue-lib-v0.25.1

04 Jan 12:10
21451a4

Choose a tag to compare

[0.25.1] - 2024-01-04

Changed

  • Bump dependencies. Most notably ring from 0.16 to 0.17 to add riscv64 support #484.

v3.3.2

28 Nov 16:10
3724643

Choose a tag to compare

[3.3.2] - 2023-11-28

Fixed

  • Fixed panic when calling pueue parallel without arguments #477
  • Fixed wrong default location for pueue_aliases.yml #480
  • Fix typos

v3.3.1

27 Oct 16:31
70c1969

Choose a tag to compare

[3.3.1] - 2023-10-27

Fixed

  • Daemonization doesn't work if pueued is not in $PATH #299

v3.3.0

21 Oct 11:50
3de707a

Choose a tag to compare

[3.3.0] - 2023-10-21

This release is a somewhat special one.

I now consider Pueue "feature-complete". Everything I ever planned for Pueue has been implemented and much more. It seems to be working quite well and it's used by thousands of people. Most of the code is well-tested, well-documented and I refactored every part of the code several times (including a full rewrite).

This effectively means that no "big" features are going to be added to Pueue from here on. Future releases will only contain QoL improvements, improvents of existing features, bug fixes and dependency bumps.

Don't get me wrong:
There're tons of other stuff that could be added to Pueue. I'm regularly approached by people with cool features and new usecases. However, this would be a job for another tool.

Pueue was always intended to be a nice and minimalistic tool for people on the commandline. It grew a bit beyond that, but the original vision for the project still stayed the same. Now feels like the right time to call it done, before feature creep transforms this project into something it wasn't intended to be.

I'm happy that this many people find this project useful and I'm always amazed to see the creative ways in which one can use Pueue that they discover. It never get's boring.

Added

  • Support the PUEUE_CONFIG_PATH environment variable in addition to the --config option. #464

Fixed

  • Support parameter parsing for signal names with capslock (SIGINT) and short name (INT|int). #455
  • Better error messages for pid related I/O errors. #466

Changed

  • QoL improvement: Don't pause groups if there're no queued tasks. #452
    Auto-pausing of groups was only done to prevent the unwanted execution of other tasks, but this isn't necessary if there're no queued tasks.

Added

  • clear and cleanup aliases for clean subcommand.

The two following features are very new and marked as "experimental" for the time being.
They might be reworked in a later release since working with shells is always tricky and this definitely needs more testing.

  • Experimental: Allow configuration of the shell command that executes task commands. #454
  • Experimental: Allow injection of hard coded environment variables via config file. #454

v3.2.0

13 Jun 01:11
1f3d840

Choose a tag to compare

[3.2.0] - 2023-06-13

Added

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

Change

  • Don't fail on follow if a followed task exists but hasn't started yet. #436
  • Fail with a 1 exit code, when a followed task disappears or doesn't exist in the first place. #436

v3.1.2

26 Feb 13:36
be6ce66

Choose a tag to compare

[3.1.2] - 2023-02-26

Fixed

  • Fixed changes to stdout not being printed after each I/O copy when using pueue follow. #416

v3.1.1

13 Feb 08:40
80bbf4f

Choose a tag to compare

[3.1.1] - 2023-02-13

Fixed

  • Fixed missing newlines after status and log in some environments #414.

v3.1.0

08 Feb 17:01
1da4efb

Choose a tag to compare

[3.1.0] - 2023-02-08

Add

  • Allow to wait for specific task stati when using pueue wait #400.

Fix

  • Point to a new patched fork of darwin-libproc, as the original has been deleted.
    This fixes the development builts for pueue on Apple platforms.

v3.0.1

31 Dec 00:32
da1f6d7

Choose a tag to compare

[3.0.1] - 2022-12-31

Fixed

  • Bump command-group to fix broken windows process handling #402