From 7bfa03dfa0a77261b33d30c412a5b9d4072f31fc Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Wed, 3 Apr 2024 18:48:00 -0400 Subject: [PATCH] v5.3 --- CHANGELOG.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 100f369..d16e11b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,17 @@ +------------------------- +** v5.3 - 2024-04-03 + +New Features: +- Config Manager screen now has a button to clear the +local browser configuration +- Add 1.25M/220 MHz band per request + +Bugs/Issues: +- Browser caching of .json configuration files 'busted' +- Non-relative-safe redirection in configmgr.php fixed + + + ------------------------- ** v5.2 - 2024-03-23 -------------------------