Skip to content

v0.8.0

Latest

Choose a tag to compare

@jumodada jumodada released this 03 Aug 03:18
· 12 commits to main since this release
f494100

DrissionPage MCP 0.7.2 to 0.8.0 Changelog

English

Highlights

  • 0.7.2 - Core cleanup: Removed form, challenge, batch-action, and
    convenience workflow tools. Reusable procedures moved to clients or optional
    external Skills.
  • 0.7.3 - Browser reliability: Improved repeated native input and added
    verified cross-origin iframe and closed Shadow DOM support.
  • 0.7.4-0.7.5 - Browser state: Added Cookie mutation, request headers,
    user-agent control, cache clearing, and URL blocking.
  • 0.7.6 - Better targeting: Added structured selector/accessibility targets,
    accessibility snapshots, dialog observation, and element state inspection.
  • 0.7.7 - Browser-owned capabilities: Added permission controls, PDF/MHTML
    export, file-chooser upload, and isolated HTTP authentication.
  • 0.7.8-0.7.9 - Compatibility and stability: Pinned the MCP SDK to 1.x,
    expanded doctor diagnostics, hardened public errors and JSON responses, and
    improved dialog, network wait, screenshot, timeout, and drag behavior.
  • 0.8.0 - Contract stabilization: Added coordinate and keyboard download
    triggers, safer per-tab download cleanup and replay, redacted keyboard
    results, opt-in Web Storage values, improved browser error classification,
    and required mypy checks in CI.

中文

主要变化

  • 0.7.2 - 核心精简: 移除表单、验证挑战、批量动作和便利流程工具,
    可复用流程改由客户端或外部可选 Skills 组合。
  • 0.7.3 - 浏览器可靠性: 改善重复原生输入,并验证跨源 iframe 和
    closed Shadow DOM 支持。
  • 0.7.4-0.7.5 - 浏览器状态: 新增 Cookie 修改、请求 header、user-agent、
    cache 清理和 URL 屏蔽。
  • 0.7.6 - 更强的定位能力: 新增结构化 selector/accessibility target、
    accessibility 快照、dialog 观察和元素状态查询。
  • 0.7.7 - 浏览器所有能力: 新增权限控制、PDF/MHTML 导出、
    文件选择器上传和隔离 HTTP 认证。
  • 0.7.8-0.7.9 - 兼容与稳定: 锁定 MCP SDK 1.x,扩展 doctor 诊断,
    加固公开错误和 JSON 输出,并改善 dialog、网络等待、截图、timeout 和拖拽。
  • 0.8.0 - 合同稳定: 新增坐标/键盘下载触发,加固按 tab 的下载
    清理与 replay,键盘结果默认脱敏,Web Storage value 改为显式选择返回,
    改善浏览器错误分类,并在 CI 中强制 mypy。