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.7.0"
".": "1.8.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Versions follow [Semantic Versioning](https://semver.org/).

---

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


### Features

* **ci:** add git hooks ([124e271](https://github.com/jspw/Claude-Code-Dashboard/commit/124e271d083c76c135f69b799714cee00b3f4f78))
* **home:** clean up designs ([4db4c7e](https://github.com/jspw/Claude-Code-Dashboard/commit/4db4c7ea83977db18609c29da325ae4260ea5ed5))
* **home:** clean up designs ([10dfa90](https://github.com/jspw/Claude-Code-Dashboard/commit/10dfa903e9693e459f74744b901679cfc59efa8e))


### Bug Fixes

* **hooks:** set GIT_PAGER=false and PAGER=false ([c48ec72](https://github.com/jspw/Claude-Code-Dashboard/commit/c48ec727e903deb1e3bb2aa120f4d523229d37c0))
* **test:** increase test coverage ([ca1fb4c](https://github.com/jspw/Claude-Code-Dashboard/commit/ca1fb4c003d01fb18a15a23d3ab85f879427b6f6))
* **unit-tests:** fix coverage issue ([ad87aed](https://github.com/jspw/Claude-Code-Dashboard/commit/ad87aed0290381559beb011e9b5e2db0e698bca2))

## [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)


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.

8 changes: 6 additions & 2 deletions 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.7.0",
"version": "1.8.0",
"publisher": "jspw",
"license": "AGPL-3.0-only",
"icon": "images/icon.png",
Expand Down Expand Up @@ -105,7 +105,11 @@
},
"claudeDashboard.statusBar": {
"type": "string",
"enum": ["compact", "full", "off"],
"enum": [
"compact",
"full",
"off"
],
"default": "compact",
"description": "Status bar display: compact (active count + today's cost), full (adds label and tokens), or off."
},
Expand Down
Loading