From e91622a48403d94527e4fe6a6db6d2f9b9ca3526 Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Sat, 18 Oct 2025 21:55:28 +0900 Subject: [PATCH] chore: release v0.4.0-beta.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa2dc2..d74e3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.4.0-beta.1 + +###    Features + +- Add tool approval mechanism and permission mode support  -  by **dobachi** [(b7e99)](https://github.com/d-kimuson/claude-code-viewer/commit/b7e9947) +- Add dark mode support  -  by **d-kimsuon** +- Improve performance with pagination and caching for large workspaces  -  by **d-kimsuon** [(c7d89)](https://github.com/d-kimuson/claude-code-viewer/commit/c7d89d4) [(d322d)](https://github.com/d-kimuson/claude-code-viewer/commit/d322db5) + +###    Bug Fixes + +- Fix compatibility issues with Claude Code version 1.0.81 and below  -  by **d-kimsuon** [(b483e)](https://github.com/d-kimuson/claude-code-viewer/commit/b483e7e) [(a88ad)](https://github.com/d-kimuson/claude-code-viewer/commit/a88ad89) [(8d592)](https://github.com/d-kimuson/claude-code-viewer/commit/8d592ce) +- Handle missing Claude projects directory and Node.js compatibility issues  -  by **kouyaman345** [(42d02)](https://github.com/d-kimuson/claude-code-viewer/commit/42d028b) + +###    Performance + +- Improve session synchronization speed for sessions started from Claude Code  -  by **d-kimsuon** [(eb5a8)](https://github.com/d-kimuson/claude-code-viewer/commit/eb5a8dd) + +#####     [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.3.1...0.4.0-beta.1) + ## 0.3.1 ###    Features diff --git a/package.json b/package.json index 97ee80c..8ac3897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kimuson/claude-code-viewer", - "version": "0.3.1", + "version": "0.4.0-beta.1", "type": "module", "license": "MIT", "repository": {