Skip to content

Commit 79a625d

Browse files
authored
Merge pull request #263 from sugyan/tagpr-from-0.1.49
Release for 0.1.50
2 parents 3da0402 + d41680a commit 79a625d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.50](https://github.com/sugyan/claude-code-webui/compare/0.1.49...0.1.50) - 2025-08-31
9+
- fix: unify message processing pipelines between streaming and history by @sugyan in https://github.com/sugyan/claude-code-webui/pull/262
10+
- ci: add build validation and fix claude-code dependency issue by @sugyan in https://github.com/sugyan/claude-code-webui/pull/264
11+
812
## [0.1.49](https://github.com/sugyan/claude-code-webui/compare/0.1.48...0.1.49) - 2025-08-30
913
- Implement thinking message display for Claude's reasoning process by @sugyan in https://github.com/sugyan/claude-code-webui/pull/255
1014
- Enhanced TodoWrite display with visual todo list by @sugyan in https://github.com/sugyan/claude-code-webui/pull/259

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

0 commit comments

Comments
 (0)