Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to cc-lens are documented here. This project follows [Conventional Commits](https://www.conventionalcommits.org/).

## [0.7.0] — 2026-04-06

### Changed

- **Project activity chart** — donut → horizontal bar chart (top 8, full names, session count in tooltip) (#130)
- **Model distribution donut** — I/O tokens only (cache removed — was inflating Opus to 56%), % added to legend (#130)
- **Project display names** — worktree paths grouped under parent (`pve--claude-worktrees-elion` → `pve`) (#131)

## [0.6.1] — 2026-04-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Visualize your token usage, costs, sessions, and projects — all from `~/.claude/`.\
Zero cloud. Zero telemetry. Your data never leaves your machine.

[![Version](https://img.shields.io/badge/version-0.6.1-orange)](https://github.com/pitimon/cc-lens/releases/tag/v0.6.1)
[![Version](https://img.shields.io/badge/version-0.7.0-orange)](https://github.com/pitimon/cc-lens/releases/tag/v0.7.0)
[![CI](https://github.com/pitimon/cc-lens/actions/workflows/ci.yml/badge.svg)](https://github.com/pitimon/cc-lens/actions/workflows/ci.yml)
[![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen?logo=node.js&logoColor=white)](https://nodejs.org)
[![Next.js](https://img.shields.io/badge/Next.js-16-black?logo=next.js)](https://nextjs.org)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cc-lens",
"version": "0.6.1",
"version": "0.7.0",
"description": "Claude Code Lens — visualize your usage, costs, and sessions from ~/.claude/",
"author": "pitimon (https://github.com/pitimon)",
"license": "MIT",
Expand Down
Loading