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

View File

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

View File

@ -1,5 +1,10 @@
# 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
- GUI: add the remark field for the license activation