Skip to content

Releases: NikiforovAll/claude-code-cost

v0.7.0

05 May 13:00

Choose a tag to compare

✨ Features

  • Sync dark/light theme with sibling hub apps

Full Changelog: v0.6.3...v0.7.0

v0.6.3

01 May 10:19

Choose a tag to compare

✨ Features

  • Add Today preset to the date range filter

Full Changelog: v0.6.2...v0.6.3

v0.6.2

23 Apr 19:32

Choose a tag to compare

Other

  • Adjust zoom to 1.1 and widen dashboard max-width to 1400px for better readability

Full Changelog: v0.6.1...v0.6.2

v0.6.1

06 Apr 15:39

Choose a tag to compare

What's Changed

🎨 Style

  • Vibrant chart colors β€” increased color saturation and legibility across all chart views for better visual distinction between data series.

Full Changelog

v0.6.0...v0.6.1

v0.6.0

05 Apr 06:56

Choose a tag to compare

✨ Features

  • Per-view sort state β€” Each view (overview, projects, sessions) now remembers its own sort column and direction independently, with sensible defaults (overviewβ†’totalCost, projectsβ†’lastActive, sessionsβ†’lastTimestamp)
  • Tool tags in session detail β€” Message rows now display tool_use names as inline tags alongside the model badge
  • Refresh success toast β€” Data refresh now shows a green success notification with a minimum 250ms display floor
  • Smarter re-renders β€” Selected row is preserved across data refreshes; stale data is shown while loading instead of flashing empty state

πŸ› Fixes

  • Sort preferences preserved across cache clear β€” Sort settings use per-view localStorage keys that survive cache purges

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Apr 20:07

Choose a tag to compare

What's New

✨ Features

  • Subagent token usage tracking β€” Token usage from subagents is now included in cost calculations, giving a more accurate picture of total spend

πŸ› Fixes

  • Global sort preference β€” Sort order is now a single global setting instead of being saved per-view, so your sorting choice persists consistently across all views

Full Changelog: v0.4.2...v0.5.0

v0.4.2

04 Apr 17:39

Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

04 Apr 17:18

Choose a tag to compare

What's Changed

πŸ› Fixes

  • Empty project response β€” getProjectSessionsData now returns { sessions: [], daily: [], modelDistribution: [] } instead of an empty array when a project is not found, preventing client-side errors
  • Help modal shortcuts β€” Capitalized shortcut key labels (Jβ†’J, Kβ†’K, Rβ†’R, Tβ†’T) for consistency

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 Apr 16:33

Choose a tag to compare

✨ Features

  • Total cost summary widget β€” Project sessions view now shows Daily Cost chart, Cost by Model chart, and a Total Cost metric inline on a single row
  • Context-aware breadcrumb navigation β€” Back link returns to the view you came from (Overview or Projects) instead of always going to Projects
  • Keyboard row focus β€” First row auto-selected on navigation; previous row restored on back (Escape/Backspace/breadcrumb click); Space key activates selected row

πŸ› Fixes

  • Daily chart date range β€” Chart now spans the full selected date range instead of only showing days with data

Full Changelog: v0.3.1...v0.4.0

v0.3.1

04 Apr 15:51

Choose a tag to compare

πŸ› Fixes

  • Daily chart date range β€” Chart now spans the full selected date range (e.g. 30 days) instead of only showing days with data. Also includes render hash fix to ensure charts update when filters change.

Full Changelog: v0.3.0...v0.3.1