File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> For the complete changelog, please refer to: [ Midscene Releases] ( https://github.com/web-infra-dev/midscene/releases )
4
4
5
+ ## v0.24 - 🤖 MCP for Android Automation
6
+
7
+ ### 🚀 MCP for Android Automation
8
+ - You can now use Midscene MCP to automate Android apps, just like you use it for web apps. Read more: [ MCP for Android Automation] ( ./mcp-android.mdx )
9
+
10
+ ### 🌐 Optimization
11
+ - For Mac platform Puppeteer, a double input clearing mechanism has been added to ensure that the input box is cleared before input
12
+
13
+ ### 🔧 Development Experience
14
+ - Simplify the way to build ` htmlElement.js ` to avoid report template build issues caused by circular dependencies
15
+ - Optimize development workflow, just use ` npm run dev ` to enter midscene project development
16
+
17
+
5
18
## v0.23 - 📊 New Report Style and YAML Script Ability Enhancement
6
19
7
20
### 🎨 Report System Upgrade
Original file line number Diff line number Diff line change 2
2
3
3
> 完整更新日志请参考:[ Midscene Releases] ( https://github.com/web-infra-dev/midscene/releases )
4
4
5
+ ## v0.24 - 🤖 Android 自动化支持 MCP 调用
6
+
7
+ ### 🚀 Android 自动化支持 MCP 调用
8
+ - Android 自动化已全面支持 MCP 调用,为 Android 开发者提供更完善的自动化工具集。详情请参考:[ MCP 服务] ( ./mcp-android.mdx )
9
+
10
+ ### 🌐 优化输入清空机制
11
+ - 针对 Mac 平台的 Puppeteer 增加了双重输入清空机制,保证输入之前清空输入框
12
+
13
+ ### 🔧 开发体验
14
+ - 简化本地构建 ` htmlElement.js ` 的方式,避免循环依赖导致的报告模板构建问题
15
+ - 优化了开发工作流,只需要执行 ` npm run dev ` 即可进入 Midscene 工程开发
16
+
5
17
6
18
## v0.23 - 📊 全新报告样式与 YAML 脚本能力增强
7
19
You can’t perform that action at this time.
0 commit comments