Skip to content

Commit 2873ab4

Browse files
Alan Shumclaude
andcommitted
chore: add v0.5.0 changelog entry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed0f658 commit 2873ab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ chmod +x ~/.claude/hooks/refresh-semantic-diff.sh
179179

180180
## Changelog
181181

182+
### v0.5.0
183+
184+
- **Drop-in `git diff` replacement** — Use `semantic-diff` as a direct replacement for `git diff` with the same CLI arguments (`--staged`, `--cached`, revision ranges, path filters). Configure as `git config diff.external` for seamless integration.
185+
- **Incremental grouping** — Files are grouped progressively as LLM responses stream in, so you see organized results immediately instead of waiting for all files to be analyzed.
186+
- **Clippy lint fixes** — Clean up uninlined format args and `ptr_arg` warnings.
187+
182188
### v0.4.0
183189

184190
- **Adaptive dark/light theme** — Auto-detects terminal background color via OSC 11 protocol (supports iTerm2, Ghostty, kitty, WezTerm, Alacritty, xterm, VS Code terminal). Falls back to `COLORFGBG` env var. Override with `"theme": "dark"` or `"light"` in config.

0 commit comments

Comments
 (0)