Skip to content

Commit a4b4f4d

Browse files
tylergraydevclaude
andcommitted
Bump version to 3.3.0 and update dependencies
Merged 11 dependabot PRs updating npm, Cargo, and GitHub Actions dependencies. All tests pass (478 frontend, 852 Rust). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cd3a3ca commit a4b4f4d

6 files changed

Lines changed: 75 additions & 15 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.3.0] - 2026-02-27
11+
12+
### Changed
13+
- **Dependencies**: Updated npm, Cargo, and GitHub Actions dependencies
14+
- @sveltejs/kit 2.51.0 → 2.53.3
15+
- @tailwindcss/vite 4.2.0 → 4.2.1
16+
- @types/node 25.3.0 → 25.3.2
17+
- happy-dom 20.6.1 → 20.7.0
18+
- svelte-check 4.4.1 → 4.4.4
19+
- chrono 0.4.43 → 0.4.44
20+
- pulldown-cmark 0.13.0 → 0.13.1
21+
- serial_test 3.3.1 → 3.4.0
22+
- tempfile 3.25.0 → 3.26.0
23+
- tauri-plugin-mcp-bridge 0.8.3 → 0.9.0
24+
- actions/upload-artifact v6 → v7
25+
1026
## [2.1.2] - 2026-01-31
1127

1228
### Changed

package-lock.json

Lines changed: 14 additions & 0 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-tool-manager",
3-
"version": "3.2.4",
3+
"version": "3.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-code-tool-manager"
3-
version = "3.2.4"
3+
version = "3.3.0"
44
description = "Desktop app to manage MCP servers, Skills, and Sub-Agents for Claude Code"
55
authors = ["you"]
66
edition = "2021"

src-tauri/gen/schemas/macOS-schema.json

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5949,22 +5949,16 @@
59495949
"markdownDescription": "This enables all file write related commands without any pre-configured accessible paths."
59505950
},
59515951
{
5952-
"description": "Default permissions for MCP Bridge plugin\n#### This default permission set includes:\n\n- `allow-all`",
5952+
"description": "Default permissions for MCP Bridge plugin\n#### This default permission set includes:\n\n- `allow-capture-native-screenshot`\n- `allow-emit-event`\n- `allow-execute-command`\n- `allow-execute-js`\n- `allow-get-backend-state`\n- `allow-get-ipc-events`\n- `allow-get-window-info`\n- `allow-list-windows`\n- `allow-report-ipc-event`\n- `allow-request-script-injection`\n- `allow-script-result`\n- `allow-start-ipc-monitor`\n- `allow-stop-ipc-monitor`",
59535953
"type": "string",
59545954
"const": "mcp-bridge:default",
5955-
"markdownDescription": "Default permissions for MCP Bridge plugin\n#### This default permission set includes:\n\n- `allow-all`"
5955+
"markdownDescription": "Default permissions for MCP Bridge plugin\n#### This default permission set includes:\n\n- `allow-capture-native-screenshot`\n- `allow-emit-event`\n- `allow-execute-command`\n- `allow-execute-js`\n- `allow-get-backend-state`\n- `allow-get-ipc-events`\n- `allow-get-window-info`\n- `allow-list-windows`\n- `allow-report-ipc-event`\n- `allow-request-script-injection`\n- `allow-script-result`\n- `allow-start-ipc-monitor`\n- `allow-stop-ipc-monitor`"
59565956
},
59575957
{
5958-
"description": "Allow all MCP Bridge commands",
5959-
"type": "string",
5960-
"const": "mcp-bridge:allow-all",
5961-
"markdownDescription": "Allow all MCP Bridge commands"
5962-
},
5963-
{
5964-
"description": "Allows the plugin to capture screenshots using native platform APIs",
5958+
"description": "Enables the capture_native_screenshot command without any pre-configured scope.",
59655959
"type": "string",
59665960
"const": "mcp-bridge:allow-capture-native-screenshot",
5967-
"markdownDescription": "Allows the plugin to capture screenshots using native platform APIs"
5961+
"markdownDescription": "Enables the capture_native_screenshot command without any pre-configured scope."
59685962
},
59695963
{
59705964
"description": "Enables the emit_event command without any pre-configured scope.",
@@ -6002,6 +5996,24 @@
60025996
"const": "mcp-bridge:allow-get-window-info",
60035997
"markdownDescription": "Enables the get_window_info command without any pre-configured scope."
60045998
},
5999+
{
6000+
"description": "Enables the list_windows command without any pre-configured scope.",
6001+
"type": "string",
6002+
"const": "mcp-bridge:allow-list-windows",
6003+
"markdownDescription": "Enables the list_windows command without any pre-configured scope."
6004+
},
6005+
{
6006+
"description": "Enables the report_ipc_event command without any pre-configured scope.",
6007+
"type": "string",
6008+
"const": "mcp-bridge:allow-report-ipc-event",
6009+
"markdownDescription": "Enables the report_ipc_event command without any pre-configured scope."
6010+
},
6011+
{
6012+
"description": "Enables the request_script_injection command without any pre-configured scope.",
6013+
"type": "string",
6014+
"const": "mcp-bridge:allow-request-script-injection",
6015+
"markdownDescription": "Enables the request_script_injection command without any pre-configured scope."
6016+
},
60056017
{
60066018
"description": "Enables the script_result command without any pre-configured scope.",
60076019
"type": "string",
@@ -6021,10 +6033,10 @@
60216033
"markdownDescription": "Enables the stop_ipc_monitor command without any pre-configured scope."
60226034
},
60236035
{
6024-
"description": "Denies the plugin from capturing screenshots",
6036+
"description": "Denies the capture_native_screenshot command without any pre-configured scope.",
60256037
"type": "string",
60266038
"const": "mcp-bridge:deny-capture-native-screenshot",
6027-
"markdownDescription": "Denies the plugin from capturing screenshots"
6039+
"markdownDescription": "Denies the capture_native_screenshot command without any pre-configured scope."
60286040
},
60296041
{
60306042
"description": "Denies the emit_event command without any pre-configured scope.",
@@ -6062,6 +6074,24 @@
60626074
"const": "mcp-bridge:deny-get-window-info",
60636075
"markdownDescription": "Denies the get_window_info command without any pre-configured scope."
60646076
},
6077+
{
6078+
"description": "Denies the list_windows command without any pre-configured scope.",
6079+
"type": "string",
6080+
"const": "mcp-bridge:deny-list-windows",
6081+
"markdownDescription": "Denies the list_windows command without any pre-configured scope."
6082+
},
6083+
{
6084+
"description": "Denies the report_ipc_event command without any pre-configured scope.",
6085+
"type": "string",
6086+
"const": "mcp-bridge:deny-report-ipc-event",
6087+
"markdownDescription": "Denies the report_ipc_event command without any pre-configured scope."
6088+
},
6089+
{
6090+
"description": "Denies the request_script_injection command without any pre-configured scope.",
6091+
"type": "string",
6092+
"const": "mcp-bridge:deny-request-script-injection",
6093+
"markdownDescription": "Denies the request_script_injection command without any pre-configured scope."
6094+
},
60656095
{
60666096
"description": "Denies the script_result command without any pre-configured scope.",
60676097
"type": "string",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Claude Code Tool Manager",
44
"identifier": "com.claude-code-tool-manager.app",
5-
"version": "3.2.4",
5+
"version": "3.3.0",
66
"build": {
77
"beforeDevCommand": "npm run dev",
88
"devUrl": "http://localhost:5173",

0 commit comments

Comments
 (0)