Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

73 lines (44 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.4.3] - 2021-02-08

🛠 修复

  • 优化自动更新

[2.4.2] - 2020-11-11

🎉 增加

  • 初步支持脚本录制功能,支持录制点击、输入框输入、表单提交
  • popup页面增加cookie管理小工具
  • 模拟点击句柄支持press(模拟按键),getFrame(根据url获取iframe页面),详细参见@types/index.d.ts

🚀 改变

  • 模拟点击句柄waitLoaded默认10秒超时,如果不想超时请传-1

🛠 修复

  • 修复有的元素无法生成css选择器的bug

[2.4.0] - 2020-11-11

🎉 增加

  • 初步支持脚本录制功能,支持录制点击、输入框输入、表单提交
  • popup页面增加cookie管理小工具
  • 模拟点击句柄支持press(模拟按键),getFrame(根据url获取iframe页面),详细参见@types/index.d.ts

🚀 改变

  • 模拟点击句柄waitLoaded默认10秒超时,如果不想超时请传-1

[2.3.0] - 2020-09-22

🎉 增加

  • 脚本支持使用窗口或Tab页方式打开页面
  • 脚本打开页面支持预执行脚本
  • 脚本打开页面支持调用页面内的方法

🚀 改变

  • 脚本的open函数在MacOS上表现为打开新窗口,在其它平台为打开Tab页,可通过openTab/openWindow明确打开方式
  • open返回的页面句柄的eval/inject函数支持传入一个函数和对应的参数(之前只能手动拼字符串)

[2.2.0] - 2020-09-16

🛠 修复

  • 修复 manifest 获取版本错误

🎉 增加

  • 增加自动发布和镜像同步的 workflows
  • 增加 CHANGELOG.md
  • 添加忽略发布文件(./buildbuild.zip
  • 增加新的分支 gh-pages
  • 在仓库 README.md 增加 workflows 徽章

🚀 改变

  • 删除仓库中的生产文件,并发布到 release
  • ./build 发布到 gh-pages 分支
  • 更新仓库 README.md 中的 build.zip 的下载地址