From f9a5d2c8e6ddfd995ed6063e6bf1ea5e8b6923f6 Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Mon, 11 May 2026 22:19:15 -0700 Subject: [PATCH] Add changelog entries for project path fix and Cursor undated bubbles --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f70616..2bf6977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ `_` names, which the shared MCP pipeline did not recognize. The provider now normalizes these to the canonical `mcp____` form so MCP breakdowns and `optimize` work correctly. Closes #308. +- **Mangled project names in dashboard.** The By Project and Top Sessions + panels decoded slugs by splitting on `-`, which broke directory names + containing dashes or dots (e.g. `my-project` rendered as `my/project`). + Now uses the real project path instead. Closes #196. +- **Cursor undated bubble rows misattributed to Today.** Bubble rows without + a `createdAt` timestamp were defaulting to the current date, inflating + Today's spend. Now skipped at both the SQL and application level. ## 0.9.8 - 2026-05-10