diff --git a/CHANGELOG.md b/CHANGELOG.md index 350db11..e83e938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 0.3.0 + +###    Features + +- Set timeout for new-chat & resume-chat  -  by **d-kimsuon** [(d0fda)](https://github.com/d-kimuson/claude-code-viewer/commit/d0fdade) +- Add @ file completion  -  by **d-kimsuon** [(60aaa)](https://github.com/d-kimuson/claude-code-viewer/commit/60aaae7) +- Inline completion for command and files  -  by **d-kimsuon** [(e90dc)](https://github.com/d-kimuson/claude-code-viewer/commit/e90dc00) +- Fix out of style  -  by **d-kimsuon** [(7fafb)](https://github.com/d-kimuson/claude-code-viewer/commit/7fafb18) +- Add simple git diff preview modal  -  by **d-kimsuon** [(c5688)](https://github.com/d-kimuson/claude-code-viewer/commit/c568831) +- Add comprehensive CI workflow for quality checks  -  by **d-kimsuon** and **Claude** [(580e5)](https://github.com/d-kimuson/claude-code-viewer/commit/580e51f) +- Add notification when task paused  -  by **d-kimsuon** [(8b6b0)](https://github.com/d-kimuson/claude-code-viewer/commit/8b6b03b) +- Add sonner message on task completed  -  by **d-kimsuon** [(a3e6f)](https://github.com/d-kimuson/claude-code-viewer/commit/a3e6feb) +- **diff-view**: Display untacked added file  -  by **d-kimsuon** [(e7c3c)](https://github.com/d-kimuson/claude-code-viewer/commit/e7c3c87) + +###    Bug Fixes + +- Bug fix session list doesn't updated after filter config changed  -  by **d-kimsuon** [(52a23)](https://github.com/d-kimuson/claude-code-viewer/commit/52a231b) +- Fix header text content overflow  -  by **d-kimsuon** [(a618e)](https://github.com/d-kimuson/claude-code-viewer/commit/a618e24) +- Bug fix that input message gone out though new chat is not sent yet  -  by **d-kimsuon** [(ca316)](https://github.com/d-kimuson/claude-code-viewer/commit/ca31602) +- Add unsupported container property to schema  -  by **d-kimsuon** [(c7a1e)](https://github.com/d-kimuson/claude-code-viewer/commit/c7a1e6d) + +#####     [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.2.4...0.3.0) + ## 0.2.4 ###    Features diff --git a/package.json b/package.json index b365661..20f25fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kimuson/claude-code-viewer", - "version": "0.2.4", + "version": "0.3.0", "type": "module", "license": "MIT", "repository": {