@@ -39,15 +39,15 @@ Go binding for [MaaFramework](https://github.com/MaaXYZ/MaaFramework), a cross-p
3939
4040## ✨ Features
4141
42- - ** ADB Controller** - Android device automation via ADB
43- - ** Win32 Controller** - Windows desktop application automation
44- - ** PlayCover Controller** - Control iOS apps via PlayCover on macOS
42+ - ** Cross-platform Controllers** - ADB, Win32, WlRoots, macOS, PlayCover, and Android native control backends
43+ - ** Recording and Replay** - Capture controller operations to JSONL and replay them for debugging and regression testing
4544- ** Virtual Gamepad Controller** - Gamepad automation via ViGEm (Windows only)
46- - ** Image Recognition** - Template matching, OCR, feature detection and more
47- - ** Custom Recognition** - Implement custom image recognition algorithms
48- - ** Custom Actions** - Define your own automation logic
49- - ** Agent Support** - Mount custom recognition and actions from external processes
50- - ** Pipeline-based** - Declarative task flow with JSON configuration
45+ - ** Toolkit Utilities** - Discover ADB devices and desktop windows, and manage macOS automation permissions
46+ - ** Image Recognition** - Template matching, OCR, feature detection, and more
47+ - ** Custom Extensions** - Implement custom recognitions, actions, and controllers in pure Go
48+ - ** Agent Support** - Mount custom recognition and action logic from external processes
49+ - ** Async Jobs and Events** - Poll job status, inspect task details, and subscribe to resource, controller, and tasker events
50+ - ** Pipeline and Runtime APIs** - Declarative JSON task flows with runtime task, recognition, and action orchestration
5151
5252## 📦 Installation
5353
@@ -170,7 +170,7 @@ For more examples, see the [examples](examples) directory:
170170- [ MaaFramework Quick Start] ( https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/1.1-QuickStarted.md )
171171- [ Pipeline Protocol] ( https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/3.1-PipelineProtocol.md )
172172- [ Integration Guide] ( https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/2.1-Integration.md )
173- - [ Go Package Documentation] ( https://pkg.go.dev/github.com/MaaXYZ/maa-framework-go/v3 )
173+ - [ Go Package Documentation] ( https://pkg.go.dev/github.com/MaaXYZ/maa-framework-go/v4 )
174174
175175## 🤝 Contributing
176176
0 commit comments