Skip to content

Commit 884304f

Browse files
authored
Merge pull request #242 from sugyan/tagpr-from-0.1.47
Release for 0.1.48
2 parents 36b435a + facd053 commit 884304f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.48](https://github.com/sugyan/claude-code-webui/compare/0.1.47...0.1.48) - 2025-08-26
9+
- remove: Select New Directory option from project selector by @sugyan in https://github.com/sugyan/claude-code-webui/pull/241
10+
- Update demo video of README.md by @sugyan in https://github.com/sugyan/claude-code-webui/pull/248
11+
- Add keyboard shortcut for permission mode cycling by @sugyan in https://github.com/sugyan/claude-code-webui/pull/253
12+
- Add unified settings page with theme and enter behavior integration by @sugyan in https://github.com/sugyan/claude-code-webui/pull/254
13+
814
## [0.1.47](https://github.com/sugyan/claude-code-webui/compare/0.1.46...0.1.47) - 2025-08-22
915
- fix: improve error handling when Claude CLI path detection fails by @sugyan in https://github.com/sugyan/claude-code-webui/pull/235
1016
- feat: implement always-visible permission mode toggle UI by @sugyan in https://github.com/sugyan/claude-code-webui/pull/237

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.47",
3+
"version": "0.1.48",
44
"type": "module",
55
"description": "Web-based interface for the Claude Code CLI with streaming chat interface",
66
"keywords": [

0 commit comments

Comments
 (0)