v0.1.0
·
162 commits
to main
since this release
Changelog
Features
- 3127e47 feat(action): Create GitHub Action
- dc7a651 feat(errno): Implement errno
- bf7426f feat(isutf8): Add
isutf8applet - 9458477 feat(parallel): Add parallel command
- 90a3fc8 feat(ts): Add format shell completion
- a52932f feat(zrun): Add support for xz, lzma, and lzop
Fixes
- 0f74b31 fix(install): Fix panic if no args are passed
- 394f2bb fix(sponge): Ensure tmp file is always removed
- 6c58015 fix(ts): Fix format param causing an error
- b579b96 fix(vipe): Remove unnecessary dash in tmp file name
- 4be9475 fix: Fix build failure on Windows
- bed6072 fix: Fix chronic and zrun requiring
--if command contains flags - ad9db9f perf: Avoid converting
[]bytetostring
Others
- c887fed chore(cmd): Improve shell completions
- a8005db chore(cmd): Show an error when piped commands aren't run in a pipe
- b3080a1 chore(combine): Clean up code that closes files
- 8bf3663 chore(combine): Return an error if both files are stdin
- c5c6026 chore(docker): Change base image to
alpine, set workdir to/data - df34f55 chore(ts): Remove unnecessary func
- c36c789 chore(vipe): Ensure tmp file is always closed and removed
- d3eaa90 chore(zrun): Clean up some duplicated code
- af26166 chore(zrun): Fix function name
- d4562cf chore: Do not link parallel command by default
- c00efc7 chore: Move
cmdutilpackage intointernal - 4ea9b74 chore: Move version cmd option into
cmdutilpackage