Skip to content

Releases: yuezk/GlobalProtect-openconnect

v2.3.11

21 Jan 13:52
v2.3.11
26d5d5b
Compare
Choose a tag to compare

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

20 Jan 16:38
v2.4.3
4ff1c1d
Compare
Choose a tag to compare
  • Do not use static default value for the --os-version option.

v2.4.2

20 Jan 15:52
v2.4.2
a7ad02a
Compare
Choose a tag to compare
  • Disconnect the VPN when sleep (fix #166, #267)

v2.3.10

20 Jan 16:36
v2.3.10
8cc73df
Compare
Choose a tag to compare

For Ubuntu 20.04 and older.

  • Disconnect the VPN when sleep (fix #166, #267)

v2.4.1

09 Jan 16:09
v2.4.1
ec85e85
Compare
Choose a tag to compare
  • Fix the network issue with OpenSSL < 3.0.4 (fix #454)
  • GUI: fix the Wayland compatibility issue (fix #458, #460)
  • Support configuring the log level (fix #455)
  • Log the detailed error message when a network error occurs

v2.4.0

26 Dec 14:04
v2.4.0
8f8ad46
Compare
Choose a tag to compare
  • Upgrade to Tauri 2.0
  • Support PPA installation for Ubuntu 22.04 and later
  • Improved the browser authentication
  • Reduced the binary size

v2.3.9

02 Nov 14:37
v2.3.9
366b95c
Compare
Choose a tag to compare
  • Enhance the OpenSSL compatibility mode (fix #437)

v2.3.8

31 Oct 15:09
v2.3.8
1e70dd0
Compare
Choose a tag to compare
  • GUI: support configure the external browser to use for authentication (fix #423)
  • GUI: add option to remember the credential (fix #420)
  • GUI: fix the credential not saved issue (fix #420)
  • CLI: fix the default browser detection issue (fix #416)

v2.3.7

16 Aug 01:46
v2.3.7
30bec40
Compare
Choose a tag to compare

v2.3.6

15 Aug 13:51
v2.3.6
80134f5
Compare
Choose a tag to compare
  • 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