Skip to content

Commit 1e433da

Browse files
committed
version release 2.9.2
1 parent 4fde7c7 commit 1e433da

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.9.2](https://github.com/ocsjs/ocs-desktop/compare/2.9.0...2.9.2) (2025-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复软件更新文件无法访问,导致软件被删除的BUG ([8f9eb62](https://github.com/ocsjs/ocs-desktop/commit/8f9eb629796d6131273a9ff168ceeb3111689fc8))
7+
* 修复软件无法同步的BUG,优化OCS配置文案 ([4fde7c7](https://github.com/ocsjs/ocs-desktop/commit/4fde7c7454c52b63c54071045528a9d750b38318))
8+
9+
10+
111
# [2.9.0](https://github.com/ocsjs/ocs-desktop/compare/2.8.21...2.9.0) (2025-10-07)
212

313

CHANGELOG_CURRENT.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
# [2.9.0](https://github.com/ocsjs/ocs-desktop/compare/2.8.21...2.9.0) (2025-10-07)
1+
## [2.9.2](https://github.com/ocsjs/ocs-desktop/compare/2.9.0...2.9.2) (2025-10-08)
22

33

44
### Bug Fixes
55

6-
* 添加应用中心界面其他拓展加载方法动态文案 ([d013408](https://github.com/ocsjs/ocs-desktop/commit/d0134083159bc02ca2d1a9db92b6b422aadc0ca5))
7-
* 修复切换版本后依然无法安装指定版本的BUG ([9cf85e4](https://github.com/ocsjs/ocs-desktop/commit/9cf85e4520f1a5aa3c2d9917063b821021a8be1f))
8-
* 修复油猴拓展无法降级的BUG ([2abcf6a](https://github.com/ocsjs/ocs-desktop/commit/2abcf6a6599ca53eb70e6318bfbaabf1b7775354))
9-
* 修复资源下载器文件判断问题 ([e8fae55](https://github.com/ocsjs/ocs-desktop/commit/e8fae5576b7b57c2225ea485e93df909111b97f0))
10-
* 修改监控教程文案 ([8d65e47](https://github.com/ocsjs/ocs-desktop/commit/8d65e47acff88e038bce6628f0c198da593372de))
11-
* 优化资源加载接口的缓存功能,防止多次重复加载 ([4e9a1f9](https://github.com/ocsjs/ocs-desktop/commit/4e9a1f941a8d7d3da872998117abb2af9b8bf54d))
12-
13-
14-
### Features
15-
16-
* 添加各个页面的动态说明信息更新/显示功能 ([564b9b8](https://github.com/ocsjs/ocs-desktop/commit/564b9b8b79d9da96ba715812d9327f48fdc491ec))
17-
* 添加环境监测功能,一键修复功能 ([54b47c4](https://github.com/ocsjs/ocs-desktop/commit/54b47c4a661f951e00a8368ffe9f791f075aa212))
18-
* 添加同步开关读取接口,防止非软件辅助页面OCS脚本同步配置 ([9d9b4f1](https://github.com/ocsjs/ocs-desktop/commit/9d9b4f12d4cf8aa9783a10469d4a16f9dfed6016))
19-
* 重构初始化设置功能,提供一键修复各种问题的功能,包括浏览器版本和拓展版本自动修复 ([2277c04](https://github.com/ocsjs/ocs-desktop/commit/2277c04169e4edba79ee0302641f63582d235a31))
20-
21-
22-
### Performance Improvements
23-
24-
* 添加浏览器路径自定义开关按钮,防止小白误修改 ([df2b952](https://github.com/ocsjs/ocs-desktop/commit/df2b9529bb21fa3633821a01ba7af545cbf827dc))
6+
* 修复软件更新文件无法访问,导致软件被删除的BUG ([8f9eb62](https://github.com/ocsjs/ocs-desktop/commit/8f9eb629796d6131273a9ff168ceeb3111689fc8))
7+
* 修复软件无法同步的BUG,优化OCS配置文案 ([4fde7c7](https://github.com/ocsjs/ocs-desktop/commit/4fde7c7454c52b63c54071045528a9d750b38318))
258

269

2710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ocs-desktop",
3-
"version": "2.9.0",
3+
"version": "2.9.2",
44
"description": "desktop for userscript",
55
"files": [
66
"lib",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ocs-desktop/app",
3-
"version": "2.9.0",
3+
"version": "2.9.2",
44
"description": "desktop for userscript",
55
"main": "./lib/index.js",
66
"types": "./lib/types.d.ts",

0 commit comments

Comments
 (0)