Skip to content

Commit 0ce06a7

Browse files
authored
Merge pull request #922 from XMOJ-Script-dev/actions/temp
Update to release 3.3.0
2 parents d6ecb25 + 89e401f commit 0ce06a7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Update.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3407,6 +3407,21 @@
34073407
}
34083408
],
34093409
"Notes": "Fix WebSocket notification toasts ignoring per-feature popup settings (BBSPopup/MessagePopup)."
3410+
},
3411+
"3.3.0": {
3412+
"UpdateDate": 1772197258188,
3413+
"Prerelease": false,
3414+
"UpdateContents": [
3415+
{
3416+
"PR": 916,
3417+
"Description": "Fix contest ranking table styling for dark mode"
3418+
},
3419+
{
3420+
"PR": 919,
3421+
"Description": "Gate WebSocket toast notifications by per-feature popup settings"
3422+
}
3423+
],
3424+
"Notes": "<b>Bug 修复</b><br>\n- 修复了暗色模式下比赛排名表(contestrank-oi.php 和 contestrank-correct.php)颜色显示异常的问题(#916)<br>\n- 修复了 WebSocket 弹窗通知未遵循各功能独立弹窗开关(BBSPopup/MessagePopup)的问题(#919)"
34103425
}
34113426
}
34123427
}

XMOJ.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name XMOJ
3-
// @version 3.2.2
3+
// @version 3.3.0
44
// @description XMOJ增强脚本
55
// @author @XMOJ-Script-dev, @langningchen and the community
66
// @namespace https://github/langningchen

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmoj-script",
3-
"version": "3.2.2",
3+
"version": "3.3.0",
44
"description": "an improvement script for xmoj.tech",
55
"main": "AddonScript.js",
66
"scripts": {

0 commit comments

Comments
 (0)