Skip to content

Commit 8225dd7

Browse files
tanbroclaude
andcommitted
docs(changelog): prepare for 0.2.1 release
- Add changelog entry for version 0.2.1(dev) - Document new features and improvements since v0.2.0 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d83f385 commit 8225dd7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## 0.2.1(dev)
4+
5+
> 📅 2026-02-07
6+
7+
- 🆕 New:
8+
- Add `element_save_screenshot` tool to capture screenshots of specific elements
9+
- Add `set_focused_text` input tool for direct text input without IME requirements
10+
- Auto-grant all permissions to installed apps with `app_auto_grant_permissions` tool
11+
12+
- ⚙️ Changed:
13+
- Improve error handling in element tools with better exception messages
14+
- Update swipe function parameter documentation
15+
- Improve Chinese documentation translation and clarity
16+
- Update README structure with better organization
17+
18+
- 🐛 Fixed:
19+
- Fix element swipe direction validation to only accept valid directions
20+
- Correct bounds parameter handling in element tools
21+
- Improve error handling for element not found scenarios
22+
323
## 0.2.0
424

525
> 📅 2026-02-05

0 commit comments

Comments
 (0)