Skip to content

Commit b217c4b

Browse files
committed
version release 2.9.18
1 parent fdcca3c commit b217c4b

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.9.18](https://github.com/ocsjs/ocs-desktop/compare/2.9.10...2.9.18) (2025-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 尝试修复监控无法使用的BUG ([731c9f3](https://github.com/ocsjs/ocs-desktop/commit/731c9f39b87b16ace5ddd68b379a6dce2b8bdcca))
7+
* 修复软件关闭前数据无法正常保存的BUG ([fdcca3c](https://github.com/ocsjs/ocs-desktop/commit/fdcca3c3d3d87742900ab733a10630d252be2bfd))
8+
* 修复OCS配置开关数据不同步的BUG ([b22cb83](https://github.com/ocsjs/ocs-desktop/commit/b22cb83d0eda8ce560a2017fc0c789d6cc5e1834))
9+
* 修改全部页面为懒加载,修复vue修改无法立即显现的BUG ([566ae9c](https://github.com/ocsjs/ocs-desktop/commit/566ae9ce8fee0070241b20bb847b2e1d7a71371e))
10+
11+
12+
### Performance Improvements
13+
14+
* 添加监控窗口提示动态显示 ([e69977a](https://github.com/ocsjs/ocs-desktop/commit/e69977af7746165c0bbd1e21abe79eaf55c42ed4))
15+
16+
17+
118
## [2.9.10](https://github.com/ocsjs/ocs-desktop/compare/2.9.9...2.9.10) (2025-10-14)
219

320

CHANGELOG_CURRENT.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
## [2.9.10](https://github.com/ocsjs/ocs-desktop/compare/2.9.9...2.9.10) (2025-10-14)
1+
## [2.9.18](https://github.com/ocsjs/ocs-desktop/compare/2.9.10...2.9.18) (2025-10-23)
22

33

44
### Bug Fixes
55

6-
* 取消安装位置修改功能,防止用户随意修改安装位置导致的一系列问题 ([dad972d](https://github.com/ocsjs/ocs-desktop/commit/dad972de87a2a18f2f287cfa8a682c05ea991835))
6+
* 尝试修复监控无法使用的BUG ([731c9f3](https://github.com/ocsjs/ocs-desktop/commit/731c9f39b87b16ace5ddd68b379a6dce2b8bdcca))
7+
* 修复软件关闭前数据无法正常保存的BUG ([fdcca3c](https://github.com/ocsjs/ocs-desktop/commit/fdcca3c3d3d87742900ab733a10630d252be2bfd))
8+
* 修复OCS配置开关数据不同步的BUG ([b22cb83](https://github.com/ocsjs/ocs-desktop/commit/b22cb83d0eda8ce560a2017fc0c789d6cc5e1834))
9+
* 修改全部页面为懒加载,修复vue修改无法立即显现的BUG ([566ae9c](https://github.com/ocsjs/ocs-desktop/commit/566ae9ce8fee0070241b20bb847b2e1d7a71371e))
10+
11+
12+
### Performance Improvements
13+
14+
* 添加监控窗口提示动态显示 ([e69977a](https://github.com/ocsjs/ocs-desktop/commit/e69977af7746165c0bbd1e21abe79eaf55c42ed4))
715

816

917

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.10",
3+
"version": "2.9.18",
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.10",
3+
"version": "2.9.18",
44
"description": "desktop for userscript",
55
"main": "./lib/index.js",
66
"types": "./lib/types.d.ts",

0 commit comments

Comments
 (0)