v0.6.0
Breaking Changes
- Binary renamed from
netoptonet- Update your scripts and aliases to use the new binary name
What's Changed
Breaking
- Binary renamed from
netoptonetfor 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 homeInstall
Download the binary for your architecture from the assets below, or build from source:
go install github.com/AngelFreak/netop/cmd/net@v0.6.0What's Changed
- Add CLAUDE.md to gitignore by @AngelFreak in #17
- chore: rename binary from netop to net by @AngelFreak in #18
- docs: add instructions for running without sudo by @AngelFreak in #19
Full Changelog: v0.5.0...v0.6.0