Releases: aequitas/macos-menubar-wireguard
Releases · aequitas/macos-menubar-wireguard
Remove wireguard branding
Fix menu placement when having long details
1.23 Don't count changes to Info.plist (version bumps)
Fix/test reading configuration content in /usr/local/etc/wireguard
1.21
1.20
Notify user if a tunnel change action failed.
1.18 Fix travis build
1.17
Allow overriding wg-quick and Homebrew prefix path
Notice: setting a different path for wg-quick
or Homebrew prefix might result in a warning that WireGuard is not installed. This warning can be ignored.
Warning: setting a different path for wg-quick
or Homebrew prefix that contains files or directories writable by non-root users will pose a serious risk as this allows a unprivileged user to gain full control of your system. Change these settings at your own risk!
To set a different path for the wg-quick
binary run:
sudo defaults write WireGuardStatusbarHelper wgquickBinPath /opt/local/bin/wg-quick
To set a different path for the Homebrew prefix run:
sudo defaults write WireGuardStatusbarHelper brewPrefix /opt/local/
Fix watching runstate on initial run or login items startup
If /var/run/wireguard/
does not exists (and cannot be watched for changes) due to the system recently being rebooted or WireGuard never being run the state of tunnels and icon would not be properly updated. This is now fixed.
Add preferences to hide details
1.14 Begin adding preferences