Skip to content

Releases: rrva/openconnectui2

1.813

23 Feb 15:15
Compare
Choose a tag to compare
  • New developers

1.812

23 Feb 14:51
Compare
Choose a tag to compare
  • Transition release to allow new maintainers to auto-update. Recognizes their signatures.
  • Try to be even better at cleaning up VPN DNS servers, even at reboot

1.794

21 Feb 14:39
Compare
Choose a tag to compare

Add maintainers (johanrydenstam, pagr)

1.792

21 Feb 14:05
c27d33d
Compare
Choose a tag to compare

Add some new maintainers (johanrydenstam, pagr)

1.791

08 Feb 20:54
Compare
Choose a tag to compare

Allow custom args with chinese characters (and other languages too)

1.783

05 Feb 16:12
Compare
Choose a tag to compare
  • Restore DNS servers in more cases were the VPN DNS servers are still active even when openconnect has ended
  • allow user names to be email addresses (#4)
  • Do not use deprecated keychain API:s to store passwords. Passwords are still stored in the same location though (login keychain).
  • Support for custom command-line arguments in the preferences (#3)
  • More robust preference handling. Sometimes changing a preference required a restart for the new value to take effect.
  • More graceful shutdown with a higher chance that openconnect runs vpnc disconnect cleanly

1.774

02 Feb 09:34
Compare
Choose a tag to compare

Sets the user agent to AnyConnect since some vpn servers started requiring this. Otherwise you can get a 404 when connecting

1.773

05 Jun 09:21
Compare
Choose a tag to compare
  • DNS servers set by openconnect often remain after disconnecting. Try to restore them in a more generic way, using
networksetup -setdnsservers "Wi-Fi" Empty

Still there might be some more aggressive cleanup to do when you restart your system and openconnect fails cleaning up. I will handle that in a follow-up release.

1.766

13 Mar 17:22
Compare
Choose a tag to compare
  • Allow the release code signing cert in the helper tool, not the dev cert

1.765

13 Mar 07:15
Compare
Choose a tag to compare
  • Cleanup of old routing and DNS settings was not working
  • Only run cleanup on connect, on disconnect let vpnc do its thing
  • Building with Xcode 14.2 gave different credentials to be used for the privileged helper tool used to run vpnc