Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Apr 28, 2024
1 parent f497425 commit eaa756f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ hide:
- navigation
---

## 2.4.2

- Small tweaks to Brutal congestion control to improve performance at high speeds
- When using a local certificate, the server now checks if the files can be accessed on startup. This ensures that access problems are detected immediately, rather than when accepting client connections.
- Updated quic-go to v0.43.0

## 2.4.1

- The client now supports listening to both HTTP and SOCKS5 on a single port by making their `listen` addresses the same
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/Changelog.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ hide:
- navigation
---

## 2.4.2

- 对 Brutal 进行了细微调整,提升在高速下的性能
- 当使用本地证书时,服务端会在启动时检查文件是否能被正常访问,避免访问错误在接受客户端连接时才出现。
- quic-go 更新到 v0.43.0

## 2.4.1

- 客户端现已支持在同一端口上同时监听 HTTP 和 SOCKS5,只需将它们的 `listen` 地址设置为相同即可
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
Install or update to a specific version (skips version check):

```bash
bash <(curl -fsSL https://get.hy2.sh/) --version v2.4.1
bash <(curl -fsSL https://get.hy2.sh/) --version v2.4.2
```

Remove Hysteria:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/Installation.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
安装或升级为指定版本(跳过版本检查):

```bash
bash <(curl -fsSL https://get.hy2.sh/) --version v2.4.1
bash <(curl -fsSL https://get.hy2.sh/) --version v2.4.2
```

移除 Hysteria:
Expand Down

0 comments on commit eaa756f

Please sign in to comment.