pueue/CHANGELOG.md

54 lines
1.7 KiB
Markdown
Raw Normal View History

2020-03-28 00:29:02 +00:00
# v0.3.0
2020-03-27 23:59:16 +00:00
**Features:**
- `pause_on_failure` configuration flag. Set this to true to pause the daemon as soon as a task fails.
2020-03-28 00:29:02 +00:00
- Add `--stashed` flag to `restart`
2020-03-28 17:54:40 +00:00
- Add `-p/--path` flag to allow editing of a stashed/queued task's path
2020-04-03 14:56:00 +00:00
- Better network utilization for `pueue log`
2020-03-27 23:59:16 +00:00
2020-03-27 12:36:05 +00:00
**Fixes:**
- Respect `Killed` tasks on `pueue clean`.
2020-04-03 14:56:00 +00:00
- Show `Killed` status in `pueue log`.
- Fix `pueue log` formatting.
2020-03-27 23:59:16 +00:00
- Show daemon status if no tasks exist
2020-03-31 16:24:36 +00:00
- Better error messages when daemon isn't running
2020-03-27 12:36:05 +00:00
# v0.2.0
**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:**
2020-03-25 20:58:42 +00:00
- Fix `edit` command
- Several wrong state restorations after restarting pueue
2020-02-05 21:26:15 +00:00
# v0.1.6
- [BUG] Fix wrong TCP receiving logic
- Automatically create config directory
- Fix and reword cli help texts
2020-02-02 21:47:11 +00:00
# v0.1.5
- Basic Windows support
- Integrate completion script build in build.rs
# v0.1.4
- Dependency updates
2020-01-29 19:35:31 +00:00
# v0.1.3
- Change table design of `pueue status`
# v0.1.2
2020-01-28 20:14:02 +00:00
- Handle broken UTF8 in `show` with `-f` and `-e` flags.
- Allow restart of `Killed` processes
2020-01-27 23:02:07 +00:00
# v0.1.1
- Replace prettytables-rs with comfy-table
- Replace termion with crossterm
- Add --daemonize flag for daemon to daemonize pueued without using a service manager
- Add daemon-shutdown subcommand for client for killing a manually daemonized pueued.