From 884507b45a7192f584bdaedd519b66cfed9add15 Mon Sep 17 00:00:00 2001 From: Marcel <110860055+Morethanevil@users.noreply.github.com> Date: Mon, 5 Jun 2023 19:18:28 +0200 Subject: [PATCH] Create CHANGELOG.md Create Changelog.md for users to see progress of development --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ad0c847 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# v2.6.2 Jun 4 2023 + ++ Added advance stats operation tab ++ Added statistic reset #13 ++ Added statistic export to csv and json (please use json) ++ Make subdomain clickable (not vdir) #12 ++ Added TCP Proxy ++ Updates SMTP setup UI to make it more straight forward to setup + +# v2.6.1 May 31 2023 + ++ Added reverse proxy TLS skip verification ++ Added basic auth ++ Edit proxy settings ++ Whitelist ++ TCP Proxy (experimental) ++ Info (Utilities page) + +# v2.6 May 27 2023 + ++ Basic auth ++ Support TLS verification skip (for self signed certs) ++ Added trend analysis ++ Added referer and file type analysis ++ Added cert expire day display ++ Moved subdomain proxy logic to dpcore