Skip to content

Commit

Permalink
version release 4.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ennnncy committed Mar 28, 2024
1 parent 22c45bc commit 0108d88
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.8.25](https://github.com/ocsjs/ocsjs/compare/4.8.24...4.8.25) (2024-03-28)


### Bug Fixes

* **script:** 修复添加额外菜单栏后,窗口无法正常最大化/最小化的BUG ([22c45bc](https://github.com/ocsjs/ocsjs/commit/22c45bc15d31ab1999761182d6ddbffec499e0ef))



## [4.8.24](https://github.com/ocsjs/ocsjs/compare/4.8.13...4.8.24) (2024-03-28)


Expand Down
18 changes: 2 additions & 16 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
## [4.8.24](https://github.com/ocsjs/ocsjs/compare/4.8.13...4.8.24) (2024-03-28)
## [4.8.25](https://github.com/ocsjs/ocsjs/compare/4.8.24...4.8.25) (2024-03-28)


### Bug Fixes

* **core:** 修复窗口隐藏/显示 快捷键无效的BUG ([8002c82](https://github.com/ocsjs/ocsjs/commit/8002c8246339f936cfbafc677f9c053a6e0cfcbc))
* **core:** 修复单选题答案回调内容不一致的BUG ([4265263](https://github.com/ocsjs/ocsjs/commit/4265263821e781cd3636c275120f8b987c63bbbf))
* **core:** 修复设置超出最大最小值,导致变更时,本地的值没有同步导致刷新后依然没有发生变化的BUG ([0b05507](https://github.com/ocsjs/ocsjs/commit/0b05507875340c57689b5825f2d5efd8a4e6ebef))
* **core:** 修复新版答题算法中搜题线程参数无效的BUG,始终只有一个搜题线程在运行 ([9e052f8](https://github.com/ocsjs/ocsjs/commit/9e052f85909b947f8fd53851233cdee93c47ca9a))
* **core:** 修复已经在暂停状态,但是依然在答题的BUG ([3f04e21](https://github.com/ocsjs/ocsjs/commit/3f04e21fdaef3ee5972aa259399e5384b11f51a7))
* **core:** 优化搜索结果的显示BUG,已搜到答案的题目显示未匹配到正确答案的BUG,以及答题进度不一致的显示BUG ([2fd9a72](https://github.com/ocsjs/ocsjs/commit/2fd9a72fb493bfe26593055346bcfe089feda8b9))
* **script:** 全面优化答题速度,优化存在题库缓存时无需执行搜题间隔等待,优化特定网课勾选答案时需要停顿,正常网课无需停顿的情况,极大加速了答案勾选过程。 ([1ca3448](https://github.com/ocsjs/ocsjs/commit/1ca34480d7010c176f79d471f2ba264716782561))
* **script:** 修复智慧树答题时题库缓存未正确存储的BUG ([978d927](https://github.com/ocsjs/ocsjs/commit/978d927f71b1f7e764d97257206615b0f7719791))
* **script:** 修复重新答题按钮点击后,答题完成后的一些操作依然在进行的BUG ([e7148a3](https://github.com/ocsjs/ocsjs/commit/e7148a368144ab55b6708c4e03d23f7de6262b8b))


### Features

* **core:** 新增额外菜单栏功能,新增超星额外菜单栏快捷页面跳转按钮 ([c2066a0](https://github.com/ocsjs/ocsjs/commit/c2066a056439270f41a2f8cb0eee61a73690717e))
* **script:** 新增【职教云】资源库作业支持 ([3cf9968](https://github.com/ocsjs/ocsjs/commit/3cf996824d1ff647499b3f8a12e6084eaf7ddf2d))
* **script:** 修复添加额外菜单栏后,窗口无法正常最大化/最小化的BUG ([22c45bc](https://github.com/ocsjs/ocsjs/commit/22c45bc15d31ab1999761182d6ddbffec499e0ef))



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

0 comments on commit 0108d88

Please sign in to comment.