Skip to content

Releases: aequitas/macos-menubar-wireguard

Remove wireguard branding

17 Feb 13:04
Compare
Choose a tag to compare
1.24

Switch to neutral logo

Fix menu placement when having long details

25 Jan 22:10
Compare
Choose a tag to compare
1.23

Don't count changes to Info.plist (version bumps)

Fix/test reading configuration content in /usr/local/etc/wireguard

12 Jan 19:00
Compare
Choose a tag to compare

1.21

10 Jan 21:03
Compare
Choose a tag to compare

Include build versions in dist file.

1.20

10 Jan 20:52
Compare
Choose a tag to compare
  • Censor presharedkey

Notify user if a tunnel change action failed.

09 Jan 22:28
Compare
Choose a tag to compare

1.17

09 Jan 20:18
Compare
Choose a tag to compare
  • Case insensitive configuration reading
  • Move WireGuard installed validation to Helper (prevents warning when using custom installation location)
  • Sensor privatekey in configurations
  • Refactor how menu is generated

Allow overriding wg-quick and Homebrew prefix path

06 Jan 19:00
Compare
Choose a tag to compare

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

06 Jan 12:46
Compare
Choose a tag to compare

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

05 Jan 22:15
Compare
Choose a tag to compare
1.14

Begin adding preferences