From aa9036fa8b28f0a572ae580f27be8be9f8dccfa0 Mon Sep 17 00:00:00 2001 From: Marcel <110860055+Morethanevil@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:23:35 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b845923..283db3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v3.2.8 16 Oct 2025 + ++ Fixed wildcard certificate bug [#845](https://github.com/tobychui/zoraxy/issues/845) by [zen8841](https://github.com/zen8841) ++ Move function:NormalizeDomain to netutils module by [zen8841](https://github.com/zen8841) ++ Add support for Proxy Protocol V1 and V2 in streamproxy configuration by [jemmy1794](https://github.com/jemmy1794) ++ Added user selectable versions for TLS + # v3.2.7 09 Oct 2025 + Update Sidebar CSS by [Saeraphinx](https://github.com/Saeraphinx)