Skip to content

Commit 0dec8c4

Browse files
yepzdkclaude
andcommitted
Release v0.4.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d1aeed4 commit 0dec8c4

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.0] - 2026-01-24
9+
10+
### Added
11+
12+
- View pending annotations from browser widget
13+
- Pending count badge on main button (red circle showing number of items)
14+
- Collapsible queue panel showing pending items with selector, description preview, and relative timestamp
15+
- Delete individual pending items directly from widget
16+
- Real-time updates via WebSocket when feedback is added/removed/cleared
17+
- `preview_pending_feedback` MCP tool to view pending feedback without clearing the queue
18+
- `delete_pending_feedback` MCP tool to remove specific feedback items by ID
19+
- `GET /pending-summary` HTTP endpoint for lightweight status polling
20+
- `DELETE /feedback/:id` HTTP endpoint to remove specific items
21+
822
## [0.3.1] - 2026-01-24
923

1024
### Fixed
@@ -78,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7892
- Widget only connects to localhost
7993
- No external data transmission
8094

95+
[0.4.0]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/compare/v0.3.1...v0.4.0
8196
[0.3.1]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/compare/v0.3.0...v0.3.1
8297
[0.3.0]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/releases/tag/v0.3.0
8398
[0.2.0]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/releases/tag/v0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-claude-code-browser-feedback",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "MCP server for collecting visual browser feedback and sending to Claude Code",
55
"type": "module",
66
"main": "src/server.js",

0 commit comments

Comments
 (0)