Skip to content

Commit 2906a0a

Browse files
authored
chore(release): v3.0.1
Release v3.0.1 (PATCH)
1 parent d5a50e9 commit 2906a0a

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270270

271271
### Migration Notes
272272
- To send predefined prompts, store them in your own UI or scripts and paste/send directly to the terminal. The app will forward input to the active session as before.
273+
274+
## [3.0.1] - 2025-09-13
275+
276+
### Fixed
277+
- Remove an empty left column gap in tiled mode by hiding the single-pane container when tiles are enabled.
278+
- Restore per-pane assistant chooser overlay by not treating 'idle' sessions as already running.

bin/cc-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const program = new Command();
1111
program
1212
.name('cc-web')
1313
.description('Web-based interface for Claude Code CLI')
14-
.version('3.0.0')
14+
.version('3.0.1')
1515
.option('-p, --port <number>', 'port to run the server on', '32352')
1616
.option('--no-open', 'do not automatically open browser')
1717
.option('--auth <token>', 'authentication token for secure access')

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-web",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Web-based interface for Claude Code CLI accessible via browser",
55
"main": "src/server.js",
66
"bin": {

0 commit comments

Comments
 (0)