Releases: sisve/openconnect-wrapper
Releases · sisve/openconnect-wrapper
v2025.01.12-50ae01f
- Added support for Linux (tested on Ubuntu 24.04 Desktop)
- Updated to .NET 8.0 LTS
- Added banner with licensing information
v2024.03.20-9cfbee2
- Changed user-agent to avoid "404 Not Found" against newer servers.
Ref: https://gitlab.com/openconnect/openconnect/-/issues/665
v2023.06.23-cbe7cf5
- WIN: Verify that TAP-Windows is installed
- WIN: When disconnecting, only remove routes belonging to the disconnecting interface, without touching identical routes on a separate interface
- Verify that the program is executed with administrative privileges
- Don't ask the user to fill in fields marked as hidden when presenting the authentication form
v2023.02.15-1830372
- This release fixes routing issues on Windows when using split tunneling connections.
- This release has no new functionality that affects Mac users.
Previously the routes where still active on the network interface, and would show up on next connection, causing problems if you connected to several vpns and changed the order of the connection. This release fixes this by going through the routes that were added during connection and remove them during disconnection.
The route cleanup is executed during disconnection. This means that if you are having this problem you will need to connect to your vpns as usual, and disconnect by pressing CTRL+C, to trigger the cleanup. Everything should work properly after that.
v2023.02.02-5d3477e
- Support for WebView2 on Windows. This allows you to login to a VPN using Azure AD, or any other browser-based login flow.
v2023.02.01-618b4f0
- Support for OSX
- Mask password inputs
v2023.01.30-7333155
Updated readme