File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.47] ( https://github.com/sugyan/claude-code-webui/compare/0.1.46...0.1.47 ) - 2025-08-22
9+ - fix: improve error handling when Claude CLI path detection fails by @sugyan in https://github.com/sugyan/claude-code-webui/pull/235
10+ - feat: implement always-visible permission mode toggle UI by @sugyan in https://github.com/sugyan/claude-code-webui/pull/237
11+ - feat: implement comprehensive plan mode testing (#137 ) by @sugyan in https://github.com/sugyan/claude-code-webui/pull/238
12+ - docs: add Permission Mode feature documentation by @sugyan in https://github.com/sugyan/claude-code-webui/pull/239
13+
814## [ 0.1.46] ( https://github.com/sugyan/claude-code-webui/compare/0.1.45...0.1.46 ) - 2025-08-13
915- feat: implement LogTape logging system for debug log control by @sugyan in https://github.com/sugyan/claude-code-webui/pull/220
1016- feat: simplify runtime abstraction using Node.js standard modules by @sugyan in https://github.com/sugyan/claude-code-webui/pull/223
Original file line number Diff line number Diff line change 11{
22 "name" : " claude-code-webui" ,
3- "version" : " 0.1.46 " ,
3+ "version" : " 0.1.47 " ,
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