Skip to content

Commit cdee8e7

Browse files
committed
version release 2.9.19
1 parent f5be9a7 commit cdee8e7

4 files changed

Lines changed: 7 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.9.19](https://github.com/ocsjs/ocs-desktop/compare/2.9.18...2.9.19) (2025-10-24)
2+
3+
4+
15
## [2.9.18](https://github.com/ocsjs/ocs-desktop/compare/2.9.10...2.9.18) (2025-10-23)
26

37

CHANGELOG_CURRENT.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
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))
1+
## [2.9.19](https://github.com/ocsjs/ocs-desktop/compare/2.9.18...2.9.19) (2025-10-24)
152

163

174

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

0 commit comments

Comments
 (0)