Releases: NikiforovAll/claude-code-cost
Releases Β· NikiforovAll/claude-code-cost
v0.7.0
v0.6.3
v0.6.2
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
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
β¨ 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
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
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
π Fixes
- Empty project response β
getProjectSessionsDatanow 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
β¨ 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
π 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