Releases: nicklasfrahm/netadm
Releases · nicklasfrahm/netadm
v0.3.4
0.3.4 (2022-08-11)
Bug Fixes
- docs: add references to ProSafeLinux (6a3fe48)
v0.3.3
0.3.3 (2022-08-11)
Bug Fixes
- docs: update documentation for configuration key names (5c32a69)
v0.3.2
0.3.2 (2022-08-11)
Bug Fixes
v0.3.1
0.3.1 (2022-08-11)
Bug Fixes
v0.3.0
0.3.0 (2022-08-11)
Features
- nsdp: implement password encryption (78894fb)
- nsdp: implement set functionality for string keys (afa3541)
v0.2.2
0.2.2 (2022-08-07)
Bug Fixes
- ci: fetch go version from go.mod file (34e86db)
v0.2.1
0.2.1 (2022-08-07)
Bug Fixes
- ci: configure auto-merge using action inputs (780f535)
v0.2.0
0.2.0 (2022-08-06)
Bug Fixes
- build: add Dockerfile for container build (3767fe4)
- ci: add release configuration (0b533f7)
- ndsp: fix deduplication algorithm (9f23058)
- nsdp: improve scan reliability by listening on all interfaces (ebd1845)
Features
- branding: rebrand project to netadm (9e7f2bf)
- ci: set up semantic release (05dc7e1)
- cmd: add prototype for password authentication (4d2f6b8)
- nsdp: add query for encryption mode (87245b4)
v0.1.0
Features ✨
- List network interfaces via
nsdp if
(useful on Windows)
- Scan for devices on the local network via
nsdp -i <iface> scan
- List configuration keys via
nsdp keys
- Read configuration keys via
nsdp -i <iface> get <ip_or_mac> [keys ...]