From f72dbd1decb923ed4cd7243ea523f3294879a297 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 7 Apr 2024 20:46:23 +0800 Subject: [PATCH] Release 2.1.3 --- apps/gpclient/src/connect.rs | 2 +- changelog.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/gpclient/src/connect.rs b/apps/gpclient/src/connect.rs index dd9cb82..ea19756 100644 --- a/apps/gpclient/src/connect.rs +++ b/apps/gpclient/src/connect.rs @@ -32,7 +32,7 @@ pub(crate) struct ConnectArgs { user: Option, #[arg(long, short, help = "The VPNC script to use")] script: Option, - #[arg(long, help = "Treat the server as a gateway, instead of a portal")] + #[arg(long, help = "Connect the server as a gateway, instead of a portal")] as_gateway: bool, #[arg( diff --git a/changelog.md b/changelog.md index bf9b8d3..ff92340 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ # Changelog -## 2.1.3 - 2024-04-06 +## 2.1.3 - 2024-04-07 - Support CAS authentication (fix [#339](https://github.com/yuezk/GlobalProtect-openconnect/issues/339)) - CLI: Add `--as-gateway` option to connect as gateway directly (fix [#318](https://github.com/yuezk/GlobalProtect-openconnect/issues/318)) +- GUI: Support connect the gateway directly (fix [#318](https://github.com/yuezk/GlobalProtect-openconnect/issues/318)) - GUI: Add an option to use symbolic tray icon (fix [#341](https://github.com/yuezk/GlobalProtect-openconnect/issues/341)) ## 2.1.2 - 2024-03-29