diff --git a/Update.json b/Update.json index b2da406b..a1349eaf 100644 --- a/Update.json +++ b/Update.json @@ -3225,6 +3225,36 @@ } ], "Notes": "No release notes were provided for this release." + }, + "2.6.0": { + "UpdateDate": 1770426020324, + "Prerelease": false, + "UpdateContents": [ + { + "PR": 876, + "Description": "refactor: simplify SubmitLink selection by querying all anchors and finding by text" + }, + { + "PR": 877, + "Description": "fix: problem PID 可能为 null" + }, + { + "PR": 888, + "Description": "Fix AC code export for 5-digit question IDs" + } + ], + "Notes": "No release notes were provided for this release." + }, + "2.6.1": { + "UpdateDate": 1770426401298, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 892, + "Description": "Update to release 2.6.0" + } + ], + "Notes": "No release notes were provided for this release." } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 5c71f748..e20193fb 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 2.5.3 +// @version 2.6.1 // @description XMOJ增强脚本 // @author @XMOJ-Script-dev, @langningchen and the community // @namespace https://github/langningchen diff --git a/package.json b/package.json index 442a5085..481eaaa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmoj-script", - "version": "2.5.3", + "version": "2.6.1", "description": "an improvement script for xmoj.tech", "main": "AddonScript.js", "scripts": {