Skip to content
Closed
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
22 changes: 22 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3255,6 +3255,28 @@
}
],
"Notes": "No release notes were provided for this release."
},
"2.7.0": {
"UpdateDate": 1770426478554,
"Prerelease": false,
"UpdateContents": [
{
"PR": 892,
"Description": "Update to release 2.6.0"

@cubic-dev-ai cubic-dev-ai Bot Feb 7, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P3: The release note for 2.7.0 still says "Update to release 2.6.0", which is inconsistent with the new version and likely a copy/paste error. Update the description to match 2.7.0.

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

<comment>The release note for 2.7.0 still says "Update to release 2.6.0", which is inconsistent with the new version and likely a copy/paste error. Update the description to match 2.7.0.</comment>

<file context>
@@ -3255,6 +3255,17 @@
+            "UpdateContents": [
+                {
+                    "PR": 892,
+                    "Description": "Update to release 2.6.0"
+                }
+            ],
</file context>
Suggested change
"Description": "Update to release 2.6.0"
"Description": "Update to release 2.7.0"
Fix with Cubic

@cubic-dev-ai cubic-dev-ai Bot Feb 7, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P3: The 2.7.0 release entry still says "Update to release 2.6.0", which makes the release notes inaccurate for this version. Update the description to reflect 2.7.0.

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

<comment>The 2.7.0 release entry still says "Update to release 2.6.0", which makes the release notes inaccurate for this version. Update the description to reflect 2.7.0.</comment>

<file context>
@@ -3255,6 +3255,17 @@
+            "UpdateContents": [
+                {
+                    "PR": 892,
+                    "Description": "Update to release 2.6.0"
+                }
+            ],
</file context>
Suggested change
"Description": "Update to release 2.6.0"
"Description": "Update to release 2.7.0"
Fix with Cubic

}
],
"Notes": "No release notes were provided for this release."
},
"2.7.1": {
"UpdateDate": 1770426518692,
"Prerelease": true,
"UpdateContents": [
{
"PR": 894,
"Description": "Update to release 2.7.0"
}
],
"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 2.6.1
// @version 2.7.1
// @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": "2.6.1",
"version": "2.7.1",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down