Release 2.3.4

This commit is contained in:
Kevin Yue 2024-07-08 13:49:30 +00:00
parent 6616389a5f
commit 90cd9a46f6
No known key found for this signature in database
GPG Key ID: 4D3A6EE977B15AC4
3 changed files with 13 additions and 8 deletions

14
Cargo.lock generated
View File

@ -570,7 +570,7 @@ dependencies = [
[[package]] [[package]]
name = "common" name = "common"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"is_executable", "is_executable",
] ]
@ -1430,7 +1430,7 @@ dependencies = [
[[package]] [[package]]
name = "gpapi" name = "gpapi"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.21.5", "base64 0.21.5",
@ -1464,7 +1464,7 @@ dependencies = [
[[package]] [[package]]
name = "gpauth" name = "gpauth"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -1485,7 +1485,7 @@ dependencies = [
[[package]] [[package]]
name = "gpclient" name = "gpclient"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -1507,7 +1507,7 @@ dependencies = [
[[package]] [[package]]
name = "gpgui-helper" name = "gpgui-helper"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -1525,7 +1525,7 @@ dependencies = [
[[package]] [[package]]
name = "gpservice" name = "gpservice"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum", "axum",
@ -2539,7 +2539,7 @@ dependencies = [
[[package]] [[package]]
name = "openconnect" name = "openconnect"
version = "2.3.3" version = "2.3.4"
dependencies = [ dependencies = [
"cc", "cc",
"common", "common",

View File

@ -5,7 +5,7 @@ members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth", "apps/g
[workspace.package] [workspace.package]
rust-version = "1.70" rust-version = "1.70"
version = "2.3.3" version = "2.3.4"
authors = ["Kevin Yue <k3vinyue@gmail.com>"] authors = ["Kevin Yue <k3vinyue@gmail.com>"]
homepage = "https://github.com/yuezk/GlobalProtect-openconnect" homepage = "https://github.com/yuezk/GlobalProtect-openconnect"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## 2.3.4 - 2024-07-08
- Support the Internal Host Detection (fix [#377](https://github.com/yuezk/GlobalProtect-openconnect/issues/377))
- CLI: support pass the password from stdin (fix [#381](https://github.com/yuezk/GlobalProtect-openconnect/issues/381))
## 2.3.3 - 2024-06-23 ## 2.3.3 - 2024-06-23
- GUI: add the remark field for the license activation - GUI: add the remark field for the license activation