From 3567c70bab636214a087f33cf6800063447ec88c Mon Sep 17 00:00:00 2001 From: Marcel <110860055+Morethanevil@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:52:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4b1f7..4d88d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v3.1.0 31 Jul 2024 + ++ Updated log viewer with filter and auto refresh [#243](https://github.com/tobychui/zoraxy/issues/243) ++ Fixed csrf vulnerability [#267](https://github.com/tobychui/zoraxy/issues/267) ++ Fixed promox issue ++ Fixed status code bug in upstream log [#254](https://github.com/tobychui/zoraxy/issues/254) ++ Added host overwrite and hop-by-hop header remover ++ Added early renew days settings [#256](https://github.com/tobychui/zoraxy/issues/256) ++ Updated make file to force no CGO in cicd process ++ Fixed bug in updater ++ Fixed wildcard certificate renew bug [#249](https://github.com/tobychui/zoraxy/issues/249) ++ Added certificate download function [#227](https://github.com/tobychui/zoraxy/issues/227) + # v3.0.9 16 Jul 2024 + Added certificate download [#227](https://github.com/tobychui/zoraxy/issues/227)