From 10b728000d04b5e9b1fda70aaa4aa6d2931721ea Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 12 Feb 2026 08:36:10 +0100 Subject: [PATCH] feat: add live chart and KPIs with real-time updates, and enhance polling indicator for data freshness in CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac5c0e..737ec67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [0.5.0-alpha] - 2026-02-11 +### Added + +- **Live chart and KPIs.** Chart and stats refresh every 30 seconds. "Live · Xs ago" indicator with green dot in the chart corner counts in real time. +- **Polling indicator.** Shows when data was last updated (bottom-right of chart card). + ### Changed -- **Analytics chart improvements.** Clearer labels (including what the chart measures), compare mode shows which period you're comparing against, mini trend lines on each stat, export chart as image, and a better experience on mobile. +- **Analytics chart improvements.** Clearer labels, compare mode shows which period you're comparing against, mini trend lines on each stat, export chart as image, and a better experience on mobile. +- **Trend context for all date ranges.** "vs yesterday" or "vs previous 7 days" now shows for Today, 7 days, and 30 days. +- **Compare label shortened.** "Compare with previous period" → "Compare". +- **Chart axes layout.** Y-axis space matches X-axis; metric label moved above chart; compact duration format for axis ticks. ## [0.4.0-alpha] - 2026-02-11