diff --git a/docs/docs/Changelog.md b/docs/docs/Changelog.md index 97f37b4..019a3a0 100644 --- a/docs/docs/Changelog.md +++ b/docs/docs/Changelog.md @@ -4,6 +4,12 @@ hide: - navigation --- +## 2.5.1 + +- Fixed a bug in HTTP sniffing that caused all connections to non-standard ports (non-80) to fail +- Fixed a bug in the client where the authentication password was not escaped when parsing sharing links +- Updated quic-go to v0.46.0 + ## 2.5.0 - Added support for ACME DNS challenge, including several common providers such as Cloudflare, GoDaddy, and Name.com diff --git a/docs/docs/Changelog.zh.md b/docs/docs/Changelog.zh.md index 8f9daca..a111d48 100644 --- a/docs/docs/Changelog.zh.md +++ b/docs/docs/Changelog.zh.md @@ -4,6 +4,12 @@ hide: - navigation --- +## 2.5.1 + +- 修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题 +- 修复了客户端解析分享链接时未对认证密码部分进行转义的问题 +- quic-go 更新到 v0.46.0 + ## 2.5.0 - 新增 ACME DNS 验证支持,支持 Cloudflare, GoDaddy, Name.com 等多个常见服务商 diff --git a/docs/docs/getting-started/Server-Installation-Script.md b/docs/docs/getting-started/Server-Installation-Script.md index d85f473..1f16101 100644 --- a/docs/docs/getting-started/Server-Installation-Script.md +++ b/docs/docs/getting-started/Server-Installation-Script.md @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/) Install or upgrade to a specified version. ```sh -bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.0 +bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.1 ``` ### Uninstall diff --git a/docs/docs/getting-started/Server-Installation-Script.zh.md b/docs/docs/getting-started/Server-Installation-Script.zh.md index da7d346..9038829 100644 --- a/docs/docs/getting-started/Server-Installation-Script.zh.md +++ b/docs/docs/getting-started/Server-Installation-Script.zh.md @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/) 安装或升级为指定版本,不进行版本检查。 ```sh -bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.0 +bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.1 ``` ### 卸载