Skip to content

Commit a99e023

Browse files
committed
chore: bump version to 0.7.1
1 parent 4ab24e6 commit a99e023

7 files changed

Lines changed: 20 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.7.1
4+
5+
### Windows fixes
6+
7+
- **Implement `take_ax_snapshot` on Windows** — added `collect_uia_tree` using UI Automation, enabling accessibility tree snapshots on Windows (previously macOS-only)
8+
- **Map all 41 UIA control types**`take_ax_snapshot` now correctly identifies all standard Windows control types (buttons, tabs, menus, data grids, semantic elements, etc.) instead of falling back to "Unknown"
9+
10+
### Other
11+
12+
- Shorten `server.json` description to meet MCP registry 100-char limit
13+
314
## v0.7.0
415

516
### Chrome DevTools Protocol support

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-devtools-mcp"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
license = "MIT"
66
description = "MCP server for native app testing — screenshot, OCR, click, type, find_text, template matching. macOS, Windows & Android."

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sh3ll3x3c/native-devtools-mcp-darwin-arm64",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "native-devtools-mcp binary for macOS ARM64",
55
"license": "MIT",
66
"repository": {

npm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-devtools-mcp",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"mcpName": "io.github.sh3ll3x3c/native-devtools",
55
"description": "MCP server for native app testing — screenshot, OCR, click, type, find_text, template matching. macOS, Windows & Android.",
66
"license": "MIT",
@@ -53,8 +53,8 @@
5353
"bin"
5454
],
5555
"optionalDependencies": {
56-
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.7.0",
57-
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.7.0"
56+
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.7.1",
57+
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.7.1"
5858
},
5959
"engines": {
6060
"node": ">=18"

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sh3ll3x3c/native-devtools-mcp-win32-x64",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "native-devtools-mcp binary for Windows x64",
55
"license": "MIT",
66
"repository": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/sh3ll3x3c/native-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.7.0",
10+
"version": "0.7.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "native-devtools-mcp",
15-
"version": "0.7.0",
15+
"version": "0.7.1",
1616
"transport": {
1717
"type": "stdio"
1818
}

0 commit comments

Comments
 (0)