From 995d1216eab63ddaca80d649f4cab53b5f79e836 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 28 Jan 2024 20:21:33 +0800 Subject: [PATCH] Bump version 2.0.0-beta8 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- README.md | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0683cbf..69f06b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1423,7 +1423,7 @@ dependencies = [ [[package]] name = "gpapi" -version = "2.0.0-beta7" +version = "2.0.0-beta8" dependencies = [ "anyhow", "base64 0.21.5", @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "gpauth" -version = "2.0.0-beta7" +version = "2.0.0-beta8" dependencies = [ "anyhow", "clap", @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "gpclient" -version = "2.0.0-beta7" +version = "2.0.0-beta8" dependencies = [ "anyhow", "clap", @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "gpservice" -version = "2.0.0-beta7" +version = "2.0.0-beta8" dependencies = [ "anyhow", "axum", @@ -2478,7 +2478,7 @@ dependencies = [ [[package]] name = "openconnect" -version = "2.0.0-beta7" +version = "2.0.0-beta8" dependencies = [ "cc", "is_executable", diff --git a/Cargo.toml b/Cargo.toml index 53c27fd..b1d3be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth"] [workspace.package] -version = "2.0.0-beta7" +version = "2.0.0-beta8" authors = ["Kevin Yue "] homepage = "https://github.com/yuezk/GlobalProtect-openconnect" edition = "2021" diff --git a/README.md b/README.md index c110813..0125cda 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A GUI for GlobalProtect VPN, based on OpenConnect, supports the SSO authenticati - [x] Support authentication using default browser - [x] Support multiple portals - [x] Support gateway selection +- [x] Support connect gateway directly - [x] Support auto-connect on startup - [x] Support system tray icon @@ -124,6 +125,13 @@ Download the latest RPM package from [releases](https://github.com/yuezk/GlobalP The project depends on `openconnect >= 8.20`, `webkit2gtk`, `libsecret`, `libayatana-appindicator` or `libappindicator-gtk3`. You can install them first and then download the latest binary release (i.e., `*.bin.tar.gz`) from [releases](https://github.com/yuezk/GlobalProtect-openconnect/releases) page. +## About Trial + +The CLI version is always free, while the GUI version is paid. There two trial modes for the GUI version: + +1. 10-day trial: You can use the GUI stable release for 10 days after the installation. +2. 14-day trial: Each beta release has a fresh trial period (at most 14 days) after released. + ## [License](./LICENSE) GPLv3