Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0d6c226
Merge pull request #736 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 2, 2024
9711375
Merge pull request #738 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 2, 2024
7312cc0
Merge pull request #742 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 4, 2024
0be841c
Merge pull request #747 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 10, 2024
3b7bd8a
Merge pull request #749 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 12, 2024
d138c25
Merge pull request #754 from XMOJ-Script-dev/dev
boomzero Dec 3, 2024
0e63fd5
Merge pull request #756 from XMOJ-Script-dev/dev
PythonSmall-Q Jan 6, 2025
bb22773
Merge pull request #759 from XMOJ-Script-dev/dev
PythonSmall-Q Feb 3, 2025
6869b45
Merge pull request #763 from XMOJ-Script-dev/dev
PythonSmall-Q Feb 7, 2025
b957493
Merge pull request #768 from XMOJ-Script-dev/dev
boomzero Feb 8, 2025
3a27a8a
Merge pull request #770 from XMOJ-Script-dev/dev
boomzero Feb 8, 2025
c19f16e
Merge pull request #775 from XMOJ-Script-dev/dev
boomzero Feb 9, 2025
ac6b0b6
Merge pull request #779 from XMOJ-Script-dev/dev
boomzero Feb 11, 2025
a90c2a7
Merge pull request #785 from XMOJ-Script-dev/dev
boomzero Mar 8, 2025
322e8bb
Bump actions/create-github-app-token from 1 to 2
dependabot[bot] Apr 7, 2025
29ebbaa
Merge pull request #788 from XMOJ-Script-dev/dependabot/github_action…
boomzero Apr 21, 2025
201c158
remove ACM rankings
boomzero Apr 22, 2025
d328e90
1.5.1
github-actions[bot] Apr 22, 2025
dde88dd
Update version info to 1.5.1
github-actions[bot] Apr 22, 2025
809de05
Merge pull request #791 from XMOJ-Script-dev/boomzero/ACMRank
boomzero Apr 22, 2025
6179ab3
Merge pull request #789 from XMOJ-Script-dev/dev
PythonSmall-Q May 1, 2025
c2f9da3
修复文字错误
zhouyiqing0304 May 2, 2025
5787ba2
Clear session cookie on logout for better security
boomzero May 3, 2025
7b150c7
1.5.2
github-actions[bot] May 3, 2025
38c18ff
Update version info to 1.5.2
github-actions[bot] May 3, 2025
506378a
Merge pull request #796 from XMOJ-Script-dev/boomzero/secureLogout
boomzero May 3, 2025
69b4bdd
Merge pull request #795 from zhouyiqing0304/patch-6
PythonSmall-Q May 3, 2025
3255413
Merge pull request #797 from XMOJ-Script-dev/dev
PythonSmall-Q May 3, 2025
7de5848
1.5.3
github-actions[bot] May 3, 2025
9708c85
Update version info to 1.5.3
github-actions[bot] May 3, 2025
7003cb1
Update time and description of 1.5.3
github-actions[bot] May 3, 2025
26a170f
Merge pull request #798 from XMOJ-Script-dev/extern-contrib
boomzero May 3, 2025
c4a634d
1.6.0
github-actions[bot] May 3, 2025
2e80c08
Update to release 1.6.0
github-actions[bot] May 3, 2025
d4731e2
Merge pull request #801 from XMOJ-Script-dev/actions/temp
github-actions[bot] May 3, 2025
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
Binary file added ._Update.json
Binary file not shown.
Binary file added ._package.json
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/AutoLabelIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AutoLablePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UpdateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
52 changes: 52 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,58 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.5.1": {
"UpdateDate": 1745307653685,
"Prerelease": true,
"UpdateContents": [
{
"PR": 791,
"Description": "remove ACM rankings"
}
],
"Notes": "No release notes were provided for this release."
},
"1.5.2": {
"UpdateDate": 1746264285564,
"Prerelease": true,
"UpdateContents": [
{
"PR": 796,
"Description": "Clear session cookie on logout for better security"
}
],
"Notes": "No release notes were provided for this release."
},
"1.5.3": {
"UpdateDate": 1746271148834,
"Prerelease": true,
"UpdateContents": [
{
"PR": 798,
"Description": "修复文字错误"
}
],
"Notes": "No release notes were provided for this release."
},
"1.6.0": {
"UpdateDate": 1746281721231,
"Prerelease": false,
"UpdateContents": [
{
"PR": 791,
"Description": "remove ACM rankings"
},
{
"PR": 796,
"Description": "Clear session cookie on logout for better security"
},
{
"PR": 798,
"Description": "修复文字错误"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
407 changes: 4 additions & 403 deletions XMOJ.user.js

Large diffs are not rendered by default.

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": "1.5.0",
"version": "1.6.0",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down