Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Apr 29, 2024
1 parent eaa756f commit 27410cf
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.3

> This release contains important fixes and we strongly encourage everyone to upgrade.
- Fixed a bug introduced in the previous version that caused UDP forwarding to not work properly

## 2.4.2

- Small tweaks to Brutal congestion control to improve performance at high speeds
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.3

> 此版本包含重要修复,强烈建议更新
- 修复上个版本引入的一个导致 UDP 转发无法正常工作的 bug

## 2.4.2

- 对 Brutal 进行了细微调整,提升在高速下的性能
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.2
bash <(curl -fsSL https://get.hy2.sh/) --version v2.4.3
```

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.2
bash <(curl -fsSL https://get.hy2.sh/) --version v2.4.3
```

移除 Hysteria:
Expand Down

0 comments on commit 27410cf

Please sign in to comment.