From 2419c1074f0adc56f04923db07dfba938098442c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:02:06 +0000 Subject: [PATCH] chore(main): release claude-code-dashboard 1.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 8 ++++++-- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da7ee4..572f7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1e9d674..fda2aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "claude-code-dashboard", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 4, "requires": true, "packages": { diff --git a/package.json b/package.json index f12c494..07cdb10 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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." },