docs: Update CHANGELOG and bump version to 2.0.4

Test coverage increased to 93.92% (218 tests).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jarrod Watts
2026-01-03 07:51:52 +11:00
parent c33f9a33e8
commit fc19cd8cef
2 changed files with 12 additions and 1 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "claude-hud-tui",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"main": "dist/index.js",
"scripts": {