Releases: kernle32dll/ew
1.0.1: Bugfix for invalid configs
This release fixes a small oversight in handling invalid and default configs, which led to Go panics - thanks Zer0xFF for spotting. This release also adds some output for config parsing errors.
1.0.0: Feature completeness
This release is the first stable, feature complete release 🎉
It introduces not only a new --version
command, but also (finally) implements the commands for adding and removing paths to tags.
For house keeping, this release also includes a few dependency updates, and is now built with Go 1.15.
0.0.4: Parallelism improvements
This release improves the --parallel
flag introduced in 0.0.3.
The Implementation now immediately starts to stream output, instead of waiting for all executions to finish.
0.0.3: Parallelism
This release adds a new, experimental Flag to ew: --parallel
, or simply -p
. Consult ew help
on how to use it.
Support is experimental, test at your own leisure.
0.0.2: Fixes and tests
Added first tests, and with them fixed some minor bugs (mostly windows related).
0.0.1: First preview build
First preview release I use daily at the moment.