Skip to content

Commit

Permalink
version release 4.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 23, 2024
1 parent e90f1bb commit 1a0b99d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.9.16](https://github.com/ocsjs/ocsjs/compare/4.9.12...4.9.16) (2024-05-23)


### Bug Fixes

* **script:** 优化超星人脸识别检测警告 ([311d8ad](https://github.com/ocsjs/ocsjs/commit/311d8adaf8c46eb66bb6373dae645ceb8856a70b))
* **script:** 优化超星题库配置为空警告 ([9257770](https://github.com/ocsjs/ocsjs/commit/92577708f5737b445c986090470d78bd58d27999))


### Features

* **script:** 新增对超星链接任务点,音频PPT任务点的支持,优化代码,删除视频错误检测功能。 ([e90f1bb](https://github.com/ocsjs/ocsjs/commit/e90f1bbc3f13b966b020303e0498bd73e65844fd))



## [4.9.12](https://github.com/ocsjs/ocsjs/compare/4.9.8...4.9.12) (2024-05-11)


Expand Down
13 changes: 8 additions & 5 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## [4.9.12](https://github.com/ocsjs/ocsjs/compare/4.9.8...4.9.12) (2024-05-11)
## [4.9.16](https://github.com/ocsjs/ocsjs/compare/4.9.12...4.9.16) (2024-05-23)


### Bug Fixes

* **script:** 添加超星积分课的使用提示 ([ea74563](https://github.com/ocsjs/ocsjs/commit/ea7456324d60d41df699946207a6b1b73bf7b516))
* **script:** 修复超星课程,章节测试偶尔出现卡死的BUG ([24b499d](https://github.com/ocsjs/ocsjs/commit/24b499d36c143810a49d6bb000e7d345317ac131))
* **script:** 修复超星课程进入时需要人脸识别,但是疯狂跳转新版本导致的人脸识别疯狂刷新的BUG ([4fb764b](https://github.com/ocsjs/ocsjs/commit/4fb764bd53411006c435a591167cb48bb0ec4a74))
* **script:** 修复超星英语判断题的文本BUG ([5c785ab](https://github.com/ocsjs/ocsjs/commit/5c785ab3828897604d861fb521a2b17c9afbd4b4))
* **script:** 优化超星人脸识别检测警告 ([311d8ad](https://github.com/ocsjs/ocsjs/commit/311d8adaf8c46eb66bb6373dae645ceb8856a70b))
* **script:** 优化超星题库配置为空警告 ([9257770](https://github.com/ocsjs/ocsjs/commit/92577708f5737b445c986090470d78bd58d27999))


### Features

* **script:** 新增对超星链接任务点,音频PPT任务点的支持,优化代码,删除视频错误检测功能。 ([e90f1bb](https://github.com/ocsjs/ocsjs/commit/e90f1bbc3f13b966b020303e0498bd73e65844fd))



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.9.12",
"version": "4.9.16",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down

0 comments on commit 1a0b99d

Please sign in to comment.