Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 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
21b5e4e
feat: add messages.html WebUI for short messages (closes #752)
boomzero Mar 15, 2026
8e93694
fix: replace bootcdn with jsDelivr in messages.html
boomzero Mar 15, 2026
2713021
fix: switch CDN from jsDelivr to cdnjs (Cloudflare) for China accessi…
boomzero Mar 15, 2026
30e68f6
fix: replace bookmarklet-first login with session login + per-browser…
boomzero Mar 15, 2026
a1ca4e5
fix: add required DebugMode field to API request body
boomzero Mar 15, 2026
1b811da
fix: decouple IsRead status display from message sender
boomzero Mar 15, 2026
380cc23
fix: sort thread messages oldest-first so newest appears at bottom
boomzero Mar 15, 2026
6d2a5a7
fix: switch index.html CDN from bootcdn to cdnjs (Cloudflare)
boomzero Mar 15, 2026
75a851d
Initial plan
Copilot Mar 15, 2026
7bb1777
feat: improve messages.html UX per feedback
Copilot Mar 15, 2026
a1e6eac
fix: add year prefix to formatTime when message is from a previous year
Copilot Mar 15, 2026
e8640be
fix: remove table-light from thead to fix dark mode color on user row
Copilot Mar 15, 2026
e509bb5
Remove Problem Translate Button
def-WA2025 Mar 15, 2026
ff05e25
fix(messages.html): dark mode table-primary, year display bug, user i…
Copilot Mar 15, 2026
2d0c226
Remove Problem Translate Button
def-WA2025 Mar 15, 2026
7678bd5
fix(messages.html): set Referer to xmoj.tech and include credentials …
Copilot Mar 15, 2026
87ddcc4
Merge pull request #948 from XMOJ-Script-dev/remove-problem-translate…
def-WA2025 Mar 15, 2026
5a4b175
feat(messages.html): add local contact search box to mail list
Copilot Mar 15, 2026
d4f7bb1
feat(messages.html): show badge next to username + clear search on ba…
Copilot Mar 15, 2026
7a5dbe5
Merge pull request #946 from XMOJ-Script-dev/copilot/sub-pr-944-again
PythonSmall-Q Mar 15, 2026
5d3fa3c
fix: make conversation rows obviously clickable in mail list
boomzero Mar 15, 2026
24c80cc
fix: correct colspan on loading row to match 4-column list table
boomzero Mar 15, 2026
ffc4fcf
Add version 3.3.5 update details to Update.json
PythonSmall-Q Mar 15, 2026
156f1ba
Update Update.json
PythonSmall-Q Mar 15, 2026
a68d888
fix: restore all features lost in bad rebase; add clickable row hints
boomzero Mar 15, 2026
a997348
Bump version from 3.3.4 to 3.3.5
PythonSmall-Q Mar 15, 2026
fef60ac
fix: blur image before hiding modal to prevent aria-hidden focus warning
boomzero Mar 15, 2026
6457303
Update link text for messages page in index.html
PythonSmall-Q Mar 15, 2026
7dd281c
Update names
PythonSmall-Q Mar 15, 2026
3ea071d
Merge pull request #944 from XMOJ-Script-dev/feature/messages-webui
PythonSmall-Q 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
57 changes: 56 additions & 1 deletion Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3422,6 +3422,61 @@
}
],
"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": {
"UpdateDate": 1773559861504,
"Prerelease": true,
"UpdateContents": [
{
"PR": 939,
"Description": "fix: gate MonochromeUI-specific styling in contestrank pages behind flag"
}
],
"Notes": "修复了未开启「极简黑白界面风格」时,比赛排行榜表头仍显示为黑白样式的问题 (#932)"
},
"3.3.5": {
"UpdateDate": 1773559861504,
"Prerelease": true,
"UpdateContents": [
{
"PR": 948,
"Description": "Remove problem translate button"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
}
Loading
Loading