app/v2.5.1

HyNetworks/hysteriaapp/v2.5.1Aug 17, 2024by github-actions[bot]

AI Summary

Fixes bugs in HTTP sniffing and link parsing to ensure proper functionality on non-standard ports and with encoded passwords.

Key Highlights

  • Fixed HTTP sniffing bug causing failures on non-standard ports (non-80)
  • Fixed client parsing bug where authentication password was not escaped in links

New Features

  • Fixed HTTP sniffing on non-standard ports
  • Fixed password escaping in link parsing

Full Release Notes

- 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

---

- 修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题
- 修复了客户端解析分享链接时未对认证密码部分进行转义的问题
- quic-go 更新到 v0.46.0