From 153139d184d8e2409fdd5ce6f307d70e6958d5a7 Mon Sep 17 00:00:00 2001 From: Davide Ferrari Date: Sun, 11 Jan 2026 10:20:28 +0100 Subject: [PATCH] docs: update changelog with filter and chart improvements - Charges AC/DC filter now applies to summary card and charts - Drives distance filter now applies to summary card and charts - Drives now has a fourth chart showing Top Speed per period Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79dc37c..2183e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Charges**: Swipeable charts showing Energy, Cost, and Number of Charges - Swipe left/right on the chart to switch between metrics - Page indicator dots show current chart position -- **Drives**: Swipeable charts showing Number of Drives, Time Spent, and Distance +- **Drives**: Swipeable charts showing Number of Drives, Time Spent, Distance, and Top Speed - Swipe left/right on the chart to switch between metrics - - Distance respects metric/imperial unit setting + - Distance and speed respect metric/imperial unit setting - Page indicator dots show current chart position - **Charges**: AC/DC filter to show only AC or DC charging sessions (fixes #22) - Tap AC or DC to filter, tap again to reset to show all - Filter chips match the AC (green) and DC (orange) badge colors + - Filter applies to Summary card and charts as well as the list +- **Drives**: Distance filter (Commute/Day trip/Road trip) now applies to Summary card and charts - **Dashboard**: Charging power gauge with AC/DC badge next to battery percentage while charging - Circular gauge shows charging rate relative to max capacity - AC (green): gauge fills based on current vs max requested amps