From 0e8453e7d018369ac0857da672cf3391f1bd89c0 Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Sun, 2 Nov 2025 23:52:14 +0900 Subject: [PATCH] chore: release v0.4.3 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d01905..c2436ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.4.3 + +###    Features + +- Support markdown and source code file display  -  by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/40 [(e17b5)](https://github.com/d-kimuson/claude-code-viewer/commit/e17b58b) +- Filter git revisions to show only base and current branches  -  by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/47 [(158db)](https://github.com/d-kimuson/claude-code-viewer/commit/158db20) +- Remove 4000 character limit for new chat input  -  by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/44 [(76ab4)](https://github.com/d-kimuson/claude-code-viewer/commit/76ab4d6) + +###    Bug Fixes + +- Change unifySameTitleSession default value to false  -  by **d-kimsuon** and **Claude** in https://github.com/d-kimuson/claude-code-viewer/issues/48 [(6c93f)](https://github.com/d-kimuson/claude-code-viewer/commit/6c93fe5) + +#####     [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.4.2...0.4.3) + ## 0.4.2 *No significant changes* diff --git a/package.json b/package.json index 87eba24..b3e1a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kimuson/claude-code-viewer", - "version": "0.4.2", + "version": "0.4.3", "type": "module", "license": "MIT", "repository": {