File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments