Skip to content

Commit 9bf1a99

Browse files
Merge pull request #892 from XMOJ-Script-dev/actions/temp
Update to release 2.6.0
2 parents 0d01bd8 + 92f7077 commit 9bf1a99

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

Update.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,36 @@
32253225
}
32263226
],
32273227
"Notes": "No release notes were provided for this release."
3228+
},
3229+
"2.6.0": {
3230+
"UpdateDate": 1770426020324,
3231+
"Prerelease": false,
3232+
"UpdateContents": [
3233+
{
3234+
"PR": 876,
3235+
"Description": "refactor: simplify SubmitLink selection by querying all anchors and finding by text"
3236+
},
3237+
{
3238+
"PR": 877,
3239+
"Description": "fix: problem PID 可能为 null"
3240+
},
3241+
{
3242+
"PR": 888,
3243+
"Description": "Fix AC code export for 5-digit question IDs"
3244+
}
3245+
],
3246+
"Notes": "No release notes were provided for this release."
3247+
},
3248+
"2.6.1": {
3249+
"UpdateDate": 1770426401298,
3250+
"Prerelease": true,
3251+
"UpdateContents": [
3252+
{
3253+
"PR": 892,
3254+
"Description": "Update to release 2.6.0"
3255+
}
3256+
],
3257+
"Notes": "No release notes were provided for this release."
32283258
}
32293259
}
32303260
}

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

0 commit comments

Comments
 (0)