fix: Changelog proofreading

This commit is contained in:
Arne Beer 2022-03-31 18:30:53 +01:00
parent d77f8c2567
commit 8c970b2dc1
No known key found for this signature in database
GPG key ID: CC9408F679023B65

View file

@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Better debug output for migration instructions from v1 to v2 [#298](https://github.com/Nukesor/pueue/issues/298).
- Better error output and error context for filesystem related errors (Continuation).
- Better error output and error context for some filesystem related errors (continuation).
- Add a new option to specify the location of the `PID` file: `shared.pid_path` [#302](https://github.com/Nukesor/pueue/issues/298).
### Fixed
@ -17,11 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Some options weren't properly passed onto the forked daemon instance, when starting `pueued` with the `-d` flag.
* the `-vvv` flags
* the `--profile` option.
- Autocompletion shell scripts. They generation is now also tested to prevent regressions.
- Autocompletion shell scripts. Their generation is now also tested to prevent future regressions.
- Move the `PID` file into the runtime directory to prevent rare startup issues after crashes + reboot. [#302](https://github.com/Nukesor/pueue/issues/298).
This won't cause any problems for running clients/daemons, making this a backward compatible change.
- The `format-status` option now respects the order in which tasks are provided, if they're passed in list form [#301](https://github.com/Nukesor/pueue/issues/301).
Tasks passed in a map will still be displayed in increasing order.
- The `format-status` option now respects the order in which tasks piped back into pueue, as long as they're passed in list form [#301](https://github.com/Nukesor/pueue/issues/301).
Tasks that're passed as a map will still be displayed in increasing order.
## [2.0.1] - 2022-03-12