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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.1"
".": "1.7.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Versions follow [Semantic Versioning](https://semver.org/).

---

## [1.7.0](https://github.com/jspw/Claude-Code-Dashboard/compare/claude-code-dashboard-v1.6.1...claude-code-dashboard-v1.7.0) (2026-07-16)


### Features

* **sessions:** surface @-tagged file attachments in turn view ([e264d0d](https://github.com/jspw/Claude-Code-Dashboard/commit/e264d0d70b3a7fcc886e032098b629cd7216629c))
* **sessions:** surface @-tagged file attachments in turn view ([6969b83](https://github.com/jspw/Claude-Code-Dashboard/commit/6969b83a481872df2f972037096ae831795d069c))

## [1.6.1](https://github.com/jspw/Claude-Code-Dashboard/compare/claude-code-dashboard-v1.6.0...claude-code-dashboard-v1.6.1) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"name": "claude-code-dashboard",
"displayName": "Claude Code Dashboard",
"description": "Real-time dashboard for all your Claude Code projects — sessions, usage, tokens, and more.",
"version": "1.6.1",
"version": "1.7.0",
"publisher": "jspw",
"license": "AGPL-3.0-only",
"icon": "images/icon.png",
Expand Down
Loading