Skip to content

Releases: sabhiram/go-wol

v2.0.1: update colorize lib to disable color on non ATTY terminals

03 Apr 19:08
Compare
Choose a tag to compare
Added a `--no-color` option for the `wol` app to disable color output on
usage etc.

Additionally, the colorize lib is now also updated to detect non ansi
friendly terminals and disable the color option automatically.

go module support for wol package

13 Nov 05:35
Compare
Choose a tag to compare

Special thanks to @creekorful for making this change 🎉

Major version bumped because now we are go mod-able.

1.1.2

16 Apr 23:41
Compare
Choose a tag to compare
Refactor code to isolate packet structure from UDP connection logic

1.1.1

16 Apr 18:22
Compare
Choose a tag to compare
Fix unexported member names, other golint fixes

1.1.0

16 Apr 05:49
Compare
Choose a tag to compare
Cleanup lint errors, change function name to send magic packets

1.0.4

09 Apr 19:48
Compare
Choose a tag to compare
Consistent comments, better error handling move version file to root

1.0.3

05 Apr 03:36
Compare
Choose a tag to compare
Minor refactoring, add `gover` managed versioning

1.0.2

17 Mar 19:20
Compare
Choose a tag to compare
Add release target for .travis.yml