Skip to content

Commit 9796e8c

Browse files
authored
Merge pull request #221 from sugyan/tagpr-from-0.1.45
Release for 0.1.46
2 parents c55751f + 2457f1d commit 9796e8c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.46](https://github.com/sugyan/claude-code-webui/compare/0.1.45...0.1.46) - 2025-08-13
9+
- feat: implement LogTape logging system for debug log control by @sugyan in https://github.com/sugyan/claude-code-webui/pull/220
10+
- feat: simplify runtime abstraction using Node.js standard modules by @sugyan in https://github.com/sugyan/claude-code-webui/pull/223
11+
- feat: add permission mode support and unify localStorage management (#132) by @sugyan in https://github.com/sugyan/claude-code-webui/pull/226
12+
- feat: Backend Permission Mode Support by @sugyan in https://github.com/sugyan/claude-code-webui/pull/227
13+
- fix: improve logger output by removing emojis and excessive indentation by @sugyan in https://github.com/sugyan/claude-code-webui/pull/229
14+
- feat: complete ExitPlanMode implementation with UI integration by @sugyan in https://github.com/sugyan/claude-code-webui/pull/230
15+
- feat: implement session-scoped permission mode state management by @sugyan in https://github.com/sugyan/claude-code-webui/pull/232
16+
- fix: parse JSON theme value from localStorage in index.html by @sugyan in https://github.com/sugyan/claude-code-webui/pull/233
17+
- feat: update @anthropic-ai/claude-code dependency to 1.0.77 by @sugyan in https://github.com/sugyan/claude-code-webui/pull/234
18+
819
## [0.1.45](https://github.com/sugyan/claude-code-webui/compare/0.1.44...0.1.45) - 2025-07-31
920
- feat: make demo page available only in development mode by @sugyan in https://github.com/sugyan/claude-code-webui/pull/217
1021
- fix: add Windows .cmd parsing fallback for node.exe colocated environments by @sugyan in https://github.com/sugyan/claude-code-webui/pull/219

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-webui",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"type": "module",
55
"description": "Web-based interface for the Claude Code CLI with streaming chat interface",
66
"keywords": [

0 commit comments

Comments
 (0)