Releases: yuezk/GlobalProtect-openconnect
Releases · yuezk/GlobalProtect-openconnect
v2.3.11
This release is for Ubuntu 18.04 and Ubuntu 20.04.
Changed
- Update the minimal Rust version to 1.71.1 so we can publish PPA for Ubuntu 18.04.
Install from PPA
sudo add-apt-repository ppa:yuezk/globalprotect-openconnect
sudo apt-get install globalprotect-openconnect
More installation see installation.
v2.4.3
v2.4.2
v2.3.10
v2.4.1
v2.4.0
v2.3.9
v2.3.8
v2.3.7
- Fix the Rust type inference regression issue in 1.80.
v2.3.6
- CLI: enhance the
gpauth
command to support external browser authentication - CLI: add the
--cookie-on-stdin
option to support read the cookie from stdin - CLI: support usage:
gpauth <portal> --browser <browser> 2>/dev/null | sudo gpclient connect <portal> --cookie-on-stdin
- CLI: fix the
--browser <browser>
option not working