Skip to content

Releases: kernle32dll/ew

1.0.1: Bugfix for invalid configs

26 Oct 23:56
1b7f992
Compare
Choose a tag to compare

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

14 Oct 11:47
d1c6cc7
Compare
Choose a tag to compare

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

15 Apr 09:04
bc85f52
Compare
Choose a tag to compare

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

13 Apr 16:35
faa3089
Compare
Choose a tag to compare

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

07 Apr 19:00
7a689a5
Compare
Choose a tag to compare

Added first tests, and with them fixed some minor bugs (mostly windows related).

0.0.1: First preview build

03 Apr 10:18
6afeaf4
Compare
Choose a tag to compare

First preview release I use daily at the moment.