Skip to content

Commit a8e9df1

Browse files
Merge pull request #1000 from XMOJ-Script-dev/actions/temp
Update to release 3.6.0
2 parents 0da6227 + a8af10a commit a8e9df1

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

Update.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3660,6 +3660,29 @@
36603660
}
36613661
],
36623662
"Notes": "修复了提交代码页面上 Monaco 编辑器有时无法加载、退化为纯文本框的问题(Monaco 0.53.0 的上游 bug)。"
3663+
},
3664+
"3.6.0": {
3665+
"UpdateDate": 1785117984532,
3666+
"Prerelease": false,
3667+
"UpdateContents": [
3668+
{
3669+
"PR": 986,
3670+
"Description": "Fix Violentmonkey SyntaxError: wrap async init block in IIFE"
3671+
},
3672+
{
3673+
"PR": 989,
3674+
"Description": "Use Monaco Editor and save code in submitpage.php when edit the content"
3675+
},
3676+
{
3677+
"PR": 992,
3678+
"Description": "fix: eliminate dark-mode flash in MonochromeUI/NewBootstrap"
3679+
},
3680+
{
3681+
"PR": 997,
3682+
"Description": "fix: pin Monaco to 0.52.2 to stop intermittent editor load failures"
3683+
}
3684+
],
3685+
"Notes": "本次发布将 3.5.0 之后的四个预发布版本合并为正式版 3.5.4:\n\n- **#986** 修复 Violentmonkey 下因顶层 `await` 导致的 `SyntaxError`(将异步初始化包进 IIFE)。\n- **#989** 提交代码页面(submitpage.php)改用 Monaco Editor,并支持编辑时保存代码。\n- **#992** 修复 MonochromeUI / NewBootstrap 新界面在深色模式下加载时的白色闪烁(FOUC/CLS)问题。\n- **#997** 将 Monaco 固定到 0.52.2,修复编辑器有时无法加载、退化为纯文本框的问题(0.53.0 上游 bug)。"
36633686
}
36643687
}
36653688
}

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.5.4
3+
// @version 3.6.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.5.4",
3+
"version": "3.6.0",
44
"description": "an improvement script for xmoj.tech",
55
"main": "AddonScript.js",
66
"scripts": {

0 commit comments

Comments
 (0)