v0.2.0
Changelog
Features
- 5fa97b4: feat(notify): attach the logo beside the notification text (@nledez)
- a6a4ab9: feat(notify): show the project icon on notifications (@nledez)
- 29580ae: feat(tui): graph the traffic of a tunnel with
g(@nledez) - 1ca9400: feat(tui): let one tunnel be acted on while another runs (@nledez)
- 2f24727: feat(tui): mark the tunnel a batch is working on (@nledez)
- e38daee: feat: add a notify subcommand, and a probe for the icon (@nledez)
Fixes
Other
Install
tar xzf tun-manager_0.2.0_darwin_universal.tar.gz
sudo install -m 0755 tun-manager /usr/local/bin/tun-manager
tun-manager doctorThe binaries are not notarized, so macOS quarantines them on first run.
Clear it with xattr -d com.apple.quarantine ./tun-manager, or build from
source with make build.
tun-manager runs as root: the WireGuard control sockets are root-only.