From b94f8a1eaf939a1f3efb469cbca1c3442db78dbc Mon Sep 17 00:00:00 2001 From: tobyxdd Date: Tue, 14 Mar 2023 19:47:58 -0700 Subject: [PATCH] docs: 1.3.4 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad68e2..4032cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.4 + +- Eliminate unnecessary DNS lookups when using SOCKS5 outbound with ACL disabled +- Add a `lazy_start` option to let the client connect to the server only when there is an incoming connection +- Fix a bug where TCP redirect didn't work on x86 (32-bit) machines +- Fix memory leak when using UDP port hopping +- Updated quic-go to v0.33.0 + ## 1.3.3 - Fix a bug that made UDP unusable when using `socks5_outbound`