v0.5.0
版本发布时间: 2024-09-12 11:38:21
web-infra-dev/midscene最新发布版本:v0.8.5(2024-12-10 15:24:15)
What's Changed
New Features 🎉
- feat(web): input supports additions, deletions, and changes by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/78
- feat(web-extract): extract some s as container by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/80
- feat(app): supports control of iOS and Android devices through appium by @quanru in https://github.com/web-infra-dev/midscene/pull/82
- feat(ai-model): support JSON 100% limit capability for gpt-4o-2024-08-06 model by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/86
- feat(cache): The cache is generalized to support puppeteers and mobile terminals by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/85
- feat(web-extract): collect svg elements on page, trim attribute values to save token by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/83
- feat(model): support azure open ai by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/90
Bug Fixes 🐞
- fix(web-extract): fix the extractor may fail if there is no by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/76
- fix(ai-plan): optimize KeyboardPress plan type reduce hallucinations by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/79
- fix(ci): fix build error for Cli, remove used package by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/89
- fix: type error in AI test by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/91
- fix(cache): app should not crash when it fails to get the cache id by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/93
Other Changes
- chore: optimize code style by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/77
- refactor(plan): optimize input prompt by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/81
- chore: delete unless debug code and fix ci cache logic by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/84
- chore(web): merge the Page implementation of Puppeteer and Playwright by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/87
- workflow(ci): fix ai e2e test by @zhoushaw in https://github.com/web-infra-dev/midscene/pull/94
New Contributors
- @quanru made their first contribution in https://github.com/web-infra-dev/midscene/pull/82
Full Changelog: https://github.com/web-infra-dev/midscene/compare/v0.4.0...v0.5.0