Releases: Timac/VPNStatus
3.1
VPNStatus 3.1 adds full support for macOS Sequoia 🎉
It also introduces a setting that deactivates auto-connect for all other services when auto-connect is activated for one service.
Changes
- #37 Setting for only one service being AlwaysConnected. Thanks @halo !
- Hide internal configurations of macOS Sequoia
- Improve the Cross promotion window
VPNStatus is free with the source code transparently available. Donations are welcome
3.0
VPNStatus 3.0 adds a preferences window to easily tweak the settings 🎛️
New settings have been introduced, like the possibility to use a different set of menu bar images.
VPNStatus now has a check for updates feature to let you know when an update is available.
Changes
- #35: Add a check for update solution
- #34: Add UI to edit the preferences
- #31: VPN drops and the app doesn't reconnect for a while
- #18: Changing menu bar icon
VPNStatus is free with the source code transparently available. Donations are welcome
2.0
VPNStatus 2.0 adds support for macOS 14 Sonoma 🚀
The releases are now code-signed to simplify the installation.
Changes
- #28: IgnoredSSIDs doesn't work anymore after upgrading to macOS Sonoma
- #25: Is there a way to configure vpnutil to ignore some of the VPNs
- #26: vpnutil: Update 'usage' to mention 'list' option
- #12: Machine-readable output for vpnutil
- Upgrade project to Xcode 15
- Enable hardened runtime
- The distributed binaries are now code signed
VPNStatus is free with the source code transparently available. Donations are welcome
1.4
1.3
1.2
- #14: VPNStatus can now optionally ignore one or more SSIDs, such that services are not autoconnected when the current Wi-Fi SSID is on the ignored list. To set the list of ignored SSIDs, run this command in a Terminal window:
defaults write org.timac.VPNStatus IgnoredSSIDs "OneSSID,SecondSSID,Third SSID"
Thanks @cliss !