Skip to content

Commit 8133ce2

Browse files
committed
version release 2.9.4
1 parent f59b172 commit 8133ce2

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.9.4](https://github.com/ocsjs/ocs-desktop/compare/2.9.3...2.9.4) (2025-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复mac和linux版本无法读取到内置浏览器的BUG ([f59b172](https://github.com/ocsjs/ocs-desktop/commit/f59b17262a560c2d74f01b04c98fa379fbd62818))
7+
8+
9+
110
## [2.9.3](https://github.com/ocsjs/ocs-desktop/compare/2.9.2...2.9.3) (2025-10-09)
211

312

CHANGELOG_CURRENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## [2.9.3](https://github.com/ocsjs/ocs-desktop/compare/2.9.2...2.9.3) (2025-10-09)
1+
## [2.9.4](https://github.com/ocsjs/ocs-desktop/compare/2.9.3...2.9.4) (2025-10-10)
22

33

44
### Bug Fixes
55

6-
* 修复环境监测时读取本地路径为空报错的BUG ([27d7f20](https://github.com/ocsjs/ocs-desktop/commit/27d7f208d14feff9e0786166a30f1262903f1a42))
6+
* 修复mac和linux版本无法读取到内置浏览器的BUG ([f59b172](https://github.com/ocsjs/ocs-desktop/commit/f59b17262a560c2d74f01b04c98fa379fbd62818))
77

88

99

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

0 commit comments

Comments
 (0)