Skip to content

Commit

Permalink
version release 4.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Nov 30, 2023
1 parent 169eb4a commit 2f7fd23
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [4.7.7](https://github.com/ocsjs/ocsjs/compare/4.7.1...4.7.7) (2023-11-30)


### Bug Fixes

* **script:** 将超星提交功能设置为3秒延时 ([2161fa4](https://github.com/ocsjs/ocsjs/commit/2161fa461e0383278ff31b60475daa62702fdb3e))
* **script:** 新增题目冗余字段 ([596101f](https://github.com/ocsjs/ocsjs/commit/596101ff46b5fbd85bb7725fb9b9caeab6aa4169))
* **script:** 修复超星学习通章节测验已完成,但依然开始答题的BUG ([169eb4a](https://github.com/ocsjs/ocsjs/commit/169eb4aedc1e3351de6546891de9050510fe5ffc))
* **script:** 优化超星作业考试/章节测验 中 type 传递是 undefined 的BUG ([c2a1640](https://github.com/ocsjs/ocsjs/commit/c2a16402a5f8b97417cb3254faeccc2929d6ee53))
* **script:** 优化职教云-资源库:新增对 mp3 的支持,新增自动跳过测验功能 ([78634b4](https://github.com/ocsjs/ocsjs/commit/78634b4a35600d7baf48f4329e4970ce90c75b27))


### Features

* **core:** 优化答题uploadHandler API,新增 commonWork.options.onWorkerCreated 选项 ([c4154df](https://github.com/ocsjs/ocsjs/commit/c4154df1dbf4e2dfb94c92f2b4b83fd1c4c4d7c4))
* **script:** 新增中国大学MOOC,随堂测验自动答题功能 ([f79fb08](https://github.com/ocsjs/ocsjs/commit/f79fb08a93b928127d1e710d31ed0b0a5cf64f38))


### Performance Improvements

* **script:** 导出 ICourseProject 变量,开发者调试功能中可用 ([13d8787](https://github.com/ocsjs/ocsjs/commit/13d8787feafba0593f463246fb1fac4b707e1922))
* **script:** 增加超星任务点关闭后的开启提示 ([fe11e6e](https://github.com/ocsjs/ocsjs/commit/fe11e6ef7c1bc6360c1c8ea58cc7fe82e4552713))



## [4.7.1](https://github.com/ocsjs/ocsjs/compare/4.7.0...4.7.1) (2023-11-25)


Expand Down
20 changes: 18 additions & 2 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
## [4.7.1](https://github.com/ocsjs/ocsjs/compare/4.7.0...4.7.1) (2023-11-25)
## [4.7.7](https://github.com/ocsjs/ocsjs/compare/4.7.1...4.7.7) (2023-11-30)


### Bug Fixes

* **script:** 修复上个版本 职教云资源库获取课程信息失败 bug ([d97e538](https://github.com/ocsjs/ocsjs/commit/d97e538601a3d015c0e66609a5397033ab643a9c))
* **script:** 将超星提交功能设置为3秒延时 ([2161fa4](https://github.com/ocsjs/ocsjs/commit/2161fa461e0383278ff31b60475daa62702fdb3e))
* **script:** 新增题目冗余字段 ([596101f](https://github.com/ocsjs/ocsjs/commit/596101ff46b5fbd85bb7725fb9b9caeab6aa4169))
* **script:** 修复超星学习通章节测验已完成,但依然开始答题的BUG ([169eb4a](https://github.com/ocsjs/ocsjs/commit/169eb4aedc1e3351de6546891de9050510fe5ffc))
* **script:** 优化超星作业考试/章节测验 中 type 传递是 undefined 的BUG ([c2a1640](https://github.com/ocsjs/ocsjs/commit/c2a16402a5f8b97417cb3254faeccc2929d6ee53))
* **script:** 优化职教云-资源库:新增对 mp3 的支持,新增自动跳过测验功能 ([78634b4](https://github.com/ocsjs/ocsjs/commit/78634b4a35600d7baf48f4329e4970ce90c75b27))


### Features

* **core:** 优化答题uploadHandler API,新增 commonWork.options.onWorkerCreated 选项 ([c4154df](https://github.com/ocsjs/ocsjs/commit/c4154df1dbf4e2dfb94c92f2b4b83fd1c4c4d7c4))
* **script:** 新增中国大学MOOC,随堂测验自动答题功能 ([f79fb08](https://github.com/ocsjs/ocsjs/commit/f79fb08a93b928127d1e710d31ed0b0a5cf64f38))


### Performance Improvements

* **script:** 导出 ICourseProject 变量,开发者调试功能中可用 ([13d8787](https://github.com/ocsjs/ocsjs/commit/13d8787feafba0593f463246fb1fac4b707e1922))
* **script:** 增加超星任务点关闭后的开启提示 ([fe11e6e](https://github.com/ocsjs/ocsjs/commit/fe11e6ef7c1bc6360c1c8ea58cc7fe82e4552713))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocsjs",
"version": "4.7.1",
"version": "4.7.7",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down

0 comments on commit 2f7fd23

Please sign in to comment.