Skip to content

Releases: Nukesor/pueue

v0.2.1

25 Mar 21:23
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
(cargo-release) pueue version 0.2.1

v0.2.0

25 Mar 21:11
Compare
Choose a tag to compare

Features:

  • New --delay flag, which delays enqueueing of a task. Can be used on start and enqueue.
  • --stashed flag for pueue add to add a task in stashed mode.

For Packager:

  • Generating completion files moved away from build.rs to the new pueue completions {shell} {output_dir} subcommand.
    This seems to be the proper way to generate completion files with clap.
    There is a build_completions.sh script to build all completion files to the known location for your convenience.

Bug fixes:

  • Fix edit command
  • Several wrong state restorations after restarting pueue

v0.1.6

05 Feb 21:32
Compare
Choose a tag to compare
Bump version

v0.1.5

02 Feb 21:53
Compare
Choose a tag to compare
  • Basic Windows support
  • Integrate completion script build in build.rs

v0.1.4

30 Jan 23:52
Compare
Choose a tag to compare
Update dependencies

v0.1.3

29 Jan 19:44
Compare
Choose a tag to compare
Change pueue status table style

v0.1.2

28 Jan 20:21
Compare
Choose a tag to compare
Allow restart of Killed processes

v0.1.1

27 Jan 23:49
Compare
Choose a tag to compare
Implement --daemonize for pueued

v0.1.0

24 Jan 12:45
Compare
Choose a tag to compare
Fix pueued.service for real

v0.0.5

18 Dec 19:45
Compare
Choose a tag to compare
Redesign cli interface, Fix paused bug