From fc19cd8cef4137e79f16eb0e29fde32c975a5b9a Mon Sep 17 00:00:00 2001 From: Jarrod Watts Date: Sat, 3 Jan 2026 07:51:52 +1100 Subject: [PATCH] docs: Update CHANGELOG and bump version to 2.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test coverage increased to 93.92% (218 tests). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/CHANGELOG.md | 11 +++++++++++ tui/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1c53278..9c4a4be 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to claude-hud will be documented in this file. +## [2.0.4] - 2026-01-03 + +### Improved +- **Test coverage**: Increased to 93.92% (218 total tests) + - Added SessionStats hours format test + - Added transcript-reader invalidate test + - Added AgentList edge case tests (filename-only targets, truncation, empty targets) + - Added context-detector edge case tests (missing permissions, undefined cwd) + +--- + ## [2.0.3] - 2026-01-03 ### Improved diff --git a/tui/package.json b/tui/package.json index b9e1d8b..6d36c18 100644 --- a/tui/package.json +++ b/tui/package.json @@ -1,6 +1,6 @@ { "name": "claude-hud-tui", - "version": "2.0.3", + "version": "2.0.4", "type": "module", "main": "dist/index.js", "scripts": {