From 19064a72a0d9234c56fc885d71b4b3f9eb1d3f9c Mon Sep 17 00:00:00 2001 From: Marcel <110860055+Morethanevil@users.noreply.github.com> Date: Sat, 6 Dec 2025 13:27:16 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387b198..93becbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v3.3.0 06 Dec 2025 + ++ Added "Block common exploits" ++ Added "Block AI and Crawlers" ++ Added option to disable statistics ++ Added option to remove user agent ++ Show checkbox for dns challenge in zerossl by [zen8841](https://github.com/tobychui/zoraxy/commits?author=zen8841) ++ Fixed Redirection: include sub-paths checkbox [#874](https://github.com/tobychui/zoraxy/issues/874) ++ Fixed Disable load balance and do not pause upstream for 60s [#896](https://github.com/tobychui/zoraxy/issues/896) ++ Fixed ACME bug [#903](https://github.com/tobychui/zoraxy/issues/903) ++ Fixed redirection bug [#900](https://github.com/tobychui/zoraxy/issues/900) ++ smaller bugfixes ++ updated dependecies + + # v3.2.9 2 Nov 2025 + Add PKCE support with SHA256 challenge method for OAuth2 by [kjagosz](https://github.com/kjagosz) fixes [#852](https://github.com/tobychui/zoraxy/issues/852)