Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:01
· 118 commits to main since this release

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

  • 84dd8ea: fix(tui): move the activity indicator beside the context (@nledez)

Other

  • 6208d33: refactor: run a batch behind an event stream, all tunnels at once (@nledez)

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 doctor

The 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.