Skip to content

Commit 70b56d4

Browse files
phurynclaude
andcommitted
chore(release): v1.2.6
Finalize CHANGELOG heading (TBD → 2026-06-15) and bump the VS Code extension to 1.2.6 to match (they ship in lockstep — the .vsix bundles the Python sources, and the release workflow asserts the versions match). Also refresh the extension README's command table: the dashboard's Rescan button now runs an incremental scan (adds new usage without touching existing history) rather than a full DB rebuild. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 97e1d91 commit 70b56d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.2.6 — TBD
3+
## v1.2.6 — 2026-06-15
44

55
### Dashboard
66

vscode-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`):
5454
| Command | What it does |
5555
|---|---|
5656
| **Claude Usage: Open Dashboard** | Reveal the sidebar and start the server (also fires automatically when you click the activity-bar icon) |
57-
| **Claude Usage: Rescan Transcripts** | Refresh the iframe; the dashboard's own Rescan button triggers a full DB rebuild |
57+
| **Claude Usage: Rescan Transcripts** | Refresh the iframe; the dashboard's own Rescan button runs an incremental scan that adds new usage without touching existing history |
5858
| **Claude Usage: Restart Server** | Kill and respawn the Python process (use after changing settings) |
5959
| **Claude Usage: Show Logs** | Open the extension's output channel — useful when something doesn't work |
6060

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-usage-phuryn",
33
"displayName": "Claude Code Usage by Paweł Huryn",
44
"description": "Embed your Claude Code usage dashboard (token counts, costs, sessions, projects) directly inside VS Code. Reads local JSONL transcripts, no API calls.",
5-
"version": "1.2.5",
5+
"version": "1.2.6",
66
"publisher": "PawelHuryn",
77
"author": {
88
"name": "Paweł Huryn",

0 commit comments

Comments
 (0)