-
Notifications
You must be signed in to change notification settings - Fork 6
Update to release 3.1.0 #909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // ==UserScript== | ||
| // @name XMOJ | ||
| // @version 3.0.0 | ||
| // @version 3.1.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Do not manually edit the userscript @Version; the UpdateVersion workflow auto-bumps this field and keeps it in sync with package.json and Update.json. Revert this manual change and let automation handle the release version. Prompt for AI agents |
||
| // @description XMOJ增强脚本 | ||
| // @author @XMOJ-Script-dev, @langningchen and the community | ||
| // @namespace https://github/langningchen | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "xmoj-script", | ||
| "version": "3.0.0", | ||
| "version": "3.1.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Version numbers are managed by the UpdateVersion workflow; manually editing package.json violates the repository’s automated versioning process and risks desynchronizing versions. Prompt for AI agents |
||
| "description": "an improvement script for xmoj.tech", | ||
| "main": "AddonScript.js", | ||
| "scripts": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: UpdateContents duplicates PR 906 for 3.1.0, which can lead to inaccurate release notes. Remove the redundant entry so each PR appears once.
Prompt for AI agents