Skip to content

Releases: Timac/VPNStatus

3.1

14 Nov 19:53
bc3c64e
Compare
Choose a tag to compare

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

13 Apr 15:19
41981c6
Compare
Choose a tag to compare
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

30 Sep 08:47
6865cb2
Compare
Choose a tag to compare
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

14 Apr 07:12
Compare
Choose a tag to compare
1.4
  • #23: Add preference to hide specific VPN configurations

By default, the Little Snitch content filter configuration is hidden. You can now override the preference to hide more VPN configurations.
Example:

defaults write org.timac.VPNStatus IgnoredVPNs "Little Snitch,HiddenVPN,AnotherHiddenVPN"

1.3

19 Dec 19:22
Compare
Choose a tag to compare
1.3
  • #22: The IgnoredSSIDs preference was ignored if the VPN was set to always auto connect.

Thanks @skaiteo !

1.2

11 Feb 07:27
Compare
Choose a tag to compare
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 !

1.1

25 Jun 11:43
Compare
Choose a tag to compare
1.1
  • Universal build (Intel + Apple Silicon)
  • VPNStatus now ignores NEConfiguration with no VPN configuration
  • Add library (libVPNUtil.dylib) target
  • Fix a possible crash with Little Snitch 5.x on macOS Big Sur
  • Fix some warnings

1.0

03 Sep 19:08
85df64f
Compare
Choose a tag to compare
1.0

Initial release