Skip to content

v0.6.0

Choose a tag to compare

@AngelFreak AngelFreak released this 04 Jan 19:19
· 180 commits to master since this release
d7cdfb6

Breaking Changes

  • Binary renamed from netop to net - Update your scripts and aliases to use the new binary name

What's Changed

Breaking

  • Binary renamed from netop to net for brevity (#18)

Documentation

  • Added instructions for running without sudo using capabilities or sudoers (#19)
  • Modernized README styling

Housekeeping

  • Added CLAUDE.md to gitignore (#17)

Migration

Replace netop with net in your:

  • Shell aliases
  • Scripts
  • Systemd units
  • Cron jobs
# Old
netop wifi connect home

# New
net wifi connect home

Install

Download the binary for your architecture from the assets below, or build from source:

go install github.com/AngelFreak/netop/cmd/net@v0.6.0

What's Changed

Full Changelog: v0.5.0...v0.6.0