From 3c0157d2eadd67ca8a147d538adc6a0954ad805b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Mar 2026 15:53:37 -0500 Subject: [PATCH] docs: update user-facing changelog with recent UI and feature improvements Added missing entries: - UI button styling improvements (2026-03-09) - Backhaul capacity analysis feature (2026-03-07) --- priv/static/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/priv/static/changelog.txt b/priv/static/changelog.txt index 31ccf068..99fc89bf 100644 --- a/priv/static/changelog.txt +++ b/priv/static/changelog.txt @@ -1,7 +1,19 @@ +2026-03-09 — User Interface Improvements +* Improved button visibility across the application +* Sign up and account creation actions now use prominent button styling +* Delete and remove actions now use consistent danger button styling +* Setup and configuration actions use clear secondary button styling + 2026-03-09 — Reliability Improvements * Improved handling of alerts when PagerDuty integration is not configured * Reduced unnecessary error notifications for expected conditions +2026-03-07 — Backhaul Capacity Analysis +* New capacity insights for monitoring backhaul utilization +* Automatic detection of high-capacity links approaching limits +* Capacity reporting and trending analysis +* Proactive alerts before backhaul links become saturated + 2026-03-06 — Integration Improvements * Improved webhook setup instructions with detailed descriptions and step-by-step guidance * Added descriptions of what each webhook event type enables for real-time data sync