Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
29 changes: 28 additions & 1 deletion Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3477,6 +3477,33 @@
}
],
"Notes": "No release notes were provided for this release."
},
"3.4.0": {
"UpdateDate": 1774192142561,
"Prerelease": false,
"UpdateContents": [
{
"PR": 924,
"Description": "Add ImageEnlarger feature with modal viewer"
},
{
"PR": 933,
"Description": "Fix problem switcher not update"
},
{
"PR": 937,
"Description": "Display status.php Query Content"
},
{
"PR": 939,
"Description": "fix: gate MonochromeUI-specific styling in contestrank pages behind flag"
},
{
"PR": 948,
"Description": "Remove problem translate button"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
}
2 changes: 1 addition & 1 deletion XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 3.3.5
// @version 3.4.0
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmoj-script",
"version": "3.3.5",
"version": "3.4.0",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down