v1.10.5

web-infra-dev/midscenev1.10.5Jul 16, 2026by github-actions[bot]

AI Summary

A maintenance release improving CI workflows, parsing reliability for AI responses, and optimizing report generation with PNG compression.

Key Highlights

  • Added cross-platform and iOS smoke tests to CI pipeline.
  • Implemented retry logic for semantic response parsing.
  • Enabled PNG screenshot compression for reports.
  • Added tolerance for malformed Doubao bounding box values.

New Features

  • Command hotkey aliases support
  • Semantic response parsing retry
  • PNG compression for reports

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at v1.10.5 -->

## What's Changed
### Other Changes
* ci(workflow): add cross-platform TodoMVC smokes by @quanru in https://github.com/web-infra-dev/midscene/pull/2787
* ci(workflow): limit release notes and validate PR titles by @quanru in https://github.com/web-infra-dev/midscene/pull/2792
* ci(workflow): add iOS Simulator smokes by @quanru in https://github.com/web-infra-dev/midscene/pull/2793
* fix(shared): support Command hotkey aliases by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2796
* test(workflow): stabilize Android and macOS smoke checks by @quanru in https://github.com/web-infra-dev/midscene/pull/2802
* fix(core): retry semantic response parsing by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2797
* feat(core): compress PNG screenshots for reports by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2808
* fix(core): tolerate malformed Doubao bbox values by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2801


**Full Changelog**: https://github.com/web-infra-dev/midscene/compare/v1.10.4...v1.10.5