Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f81babd
Add ImageEnlarger feature with modal viewer
PythonSmall-Q Mar 7, 2026
a13e964
3.3.1
github-actions[bot] Mar 7, 2026
35a2346
Update version info to 3.3.1
github-actions[bot] Mar 7, 2026
e6653cc
Initial plan
Copilot Mar 7, 2026
c1e5246
Address review feedback: fix accessibility, modal exclusion, currentS…
Copilot Mar 7, 2026
9b68c78
Fix close button background: reset browser default button styles
Copilot Mar 7, 2026
2b8330d
Update XMOJ.user.js
PythonSmall-Q Mar 7, 2026
259cc7a
Update XMOJ.user.js
PythonSmall-Q Mar 7, 2026
1d4a041
Merge pull request #925 from XMOJ-Script-dev/copilot/sub-pr-924
PythonSmall-Q Mar 7, 2026
7f74188
Update time and description of 3.3.1
github-actions[bot] Mar 7, 2026
5c6daab
Initial plan
Copilot Mar 8, 2026
b5945cf
Plan: add pan support to ImageEnlarger
Copilot Mar 8, 2026
279dada
Add drag-to-pan for zoomed images in ImageEnlarger modal
Copilot Mar 8, 2026
6f310f3
Fix image viewer: drag/pan, mouse wheel zoom, and download
Copilot Mar 8, 2026
8ced3d0
Merge pull request #926 from XMOJ-Script-dev/copilot/sub-pr-924
PythonSmall-Q Mar 8, 2026
9dba403
Update time and description of 3.3.1
github-actions[bot] Mar 8, 2026
1069143
Merge pull request #924 from XMOJ-Script-dev/feat/resize-picture
PythonSmall-Q Mar 12, 2026
7119f81
Fix problem switcher not update (#933)
def-WA2025 Mar 14, 2026
657eb75
Display status.php Query Content
def-WA2025 Mar 15, 2026
b41dcca
3.3.3
github-actions[bot] Mar 15, 2026
b9fe815
Update version info to 3.3.3
github-actions[bot] Mar 15, 2026
129f434
Fix XSS bug & Remove irrelevant console logs
def-WA2025 Mar 15, 2026
055cb96
Determine whether status.php query parameters are valid
def-WA2025 Mar 15, 2026
e221d2d
Bump version to 3.3.3
def-WA2025 Mar 15, 2026
dfe5d27
Update time and description of 3.3.3
github-actions[bot] Mar 15, 2026
fbff864
Fixed the issue where certain special content could not be filled
def-WA2025 Mar 15, 2026
ac13113
Update time and description of 3.3.3
github-actions[bot] Mar 15, 2026
75f1752
Merge pull request #937 from XMOJ-Script-dev/display-status-query-con…
boomzero Mar 15, 2026
bd16dbb
fix: gate MonochromeUI-specific styling in contestrank pages behind flag
boomzero Mar 15, 2026
8384f85
3.3.4
github-actions[bot] Mar 15, 2026
0ca6253
Update version info to 3.3.4
github-actions[bot] Mar 15, 2026
d07172e
Update time and description of 3.3.4
github-actions[bot] Mar 15, 2026
dddadbf
Merge pull request #939 from XMOJ-Script-dev/fix/contestrank-monochro…
boomzero Mar 15, 2026
e509bb5
Remove Problem Translate Button
def-WA2025 Mar 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3422,6 +3422,50 @@
}
],
"Notes": "<b>Bug 修复</b><br>\n- 修复了暗色模式下比赛排名表(contestrank-oi.php 和 contestrank-correct.php)颜色显示异常的问题(#916)<br>\n- 修复了 WebSocket 弹窗通知未遵循各功能独立弹窗开关(BBSPopup/MessagePopup)的问题(#919)"
},
"3.3.1": {
"UpdateDate": 1772981411290,
"Prerelease": true,
"UpdateContents": [
{
"PR": 924,
"Description": "Add ImageEnlarger feature with modal viewer"
}
],
"Notes": "No release notes were provided for this release."
},
"3.3.2": {
"UpdateDate": 1773495619873,
"Prerelease": true,
"UpdateContents": [
{
"PR": 933,
"Description": "Fix problem switcher not update"
}
],
"Notes": "Fix ProblemSwitcher Not Update"
},
"3.3.3": {
"UpdateDate": 1773550684270,
"Prerelease": true,
"UpdateContents": [
{
"PR": 937,
"Description": "Display status.php Query Content"
}
],
"Notes": "Display status.php query content."
},
"3.3.4": {
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Update.json still stops at 3.3.4 even though the userscript version is already 3.3.5, so the version/release scripts will reject this state.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At Update.json, line 3459:

<comment>Update.json still stops at 3.3.4 even though the userscript version is already 3.3.5, so the version/release scripts will reject this state.</comment>

<file context>
@@ -3422,6 +3422,50 @@
+            ],
+            "Notes": "Display status.php query content."
+        },
+        "3.3.4": {
+            "UpdateDate": 1773559861504,
+            "Prerelease": true,
</file context>
Fix with Cubic

"UpdateDate": 1773559861504,
"Prerelease": true,
"UpdateContents": [
{
"PR": 939,
"Description": "fix: gate MonochromeUI-specific styling in contestrank pages behind flag"
}
],
"Notes": "修复了未开启「极简黑白界面风格」时,比赛排行榜表头仍显示为黑白样式的问题 (#932)"
}
}
}
Loading
Loading