Skip to content

Commit a6251c3

Browse files
Merge pull request #983 from XMOJ-Script-dev/dev
Sync Dev
2 parents 2126971 + ec4cadc commit a6251c3

14 files changed

Lines changed: 502 additions & 27 deletions

.github/workflows/AutoLabelIssue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- name: Generate a token
1616
id: generate_token
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@v3
1818
with:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/AutoLablePR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate a token
1515
id: generate_token
16-
uses: actions/create-github-app-token@v2
16+
uses: actions/create-github-app-token@v3
1717
with:
1818
app-id: ${{ secrets.APP_ID }}
1919
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/Daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Generate a token
1414
id: generate_token
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: ${{ secrets.APP_ID }}
1818
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/Prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate a token
1515
id: generate_token
16-
uses: actions/create-github-app-token@v2
16+
uses: actions/create-github-app-token@v3
1717
with:
1818
app-id: ${{ secrets.APP_ID }}
1919
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Generate a token
1414
id: generate_token
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: ${{ secrets.APP_ID }}
1818
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/UpdateVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate a token
2020
id: generate_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.APP_ID }}
2424
private-key: ${{ secrets.APP_PRIVATE_KEY }}

Update.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,6 +3519,103 @@
35193519
}
35203520
],
35213521
"Notes": "No release notes were provided for this release."
3522+
},
3523+
"3.4.1": {
3524+
"UpdateDate": 1774675280384,
3525+
"Prerelease": true,
3526+
"UpdateContents": [
3527+
{
3528+
"PR": 961,
3529+
"Description": "feat: Cross-device settings sync via cloud backend"
3530+
}
3531+
],
3532+
"Notes": "No release notes were provided for this release."
3533+
},
3534+
"3.4.2": {
3535+
"UpdateDate": 1774706085890,
3536+
"Prerelease": true,
3537+
"UpdateContents": [
3538+
{
3539+
"PR": 963,
3540+
"Description": "feat: Add hourly periodic cloud settings sync"
3541+
}
3542+
],
3543+
"Notes": "Add hourly automatic cloud settings sync. Every hour, if CloudSync is enabled, settings are downloaded from the cloud and applied locally, then local settings are uploaded to the cloud. This keeps settings in sync across devices without requiring a visit to the settings page."
3544+
},
3545+
"3.4.3": {
3546+
"UpdateDate": 1775972372292,
3547+
"Prerelease": true,
3548+
"UpdateContents": [
3549+
{
3550+
"PR": 969,
3551+
"Description": "Migrate XMOJ-BBS client endpoints to /v1 routes"
3552+
}
3553+
],
3554+
"Notes": "No release notes were provided for this release."
3555+
},
3556+
"3.4.4": {
3557+
"UpdateDate": 1775993504358,
3558+
"Prerelease": true,
3559+
"UpdateContents": [
3560+
{
3561+
"PR": 975,
3562+
"Description": "Revert /v1 endpoint migration"
3563+
}
3564+
],
3565+
"Notes": "Revert the `/v1` endpoint migration from #969 to restore original API routes."
3566+
},
3567+
"3.4.5": {
3568+
"UpdateDate": 1776009434318,
3569+
"Prerelease": true,
3570+
"UpdateContents": [
3571+
{
3572+
"PR": 973,
3573+
"Description": "Fix loginpage.php Loop"
3574+
}
3575+
],
3576+
"Notes": "Fix loginpage.php loop."
3577+
},
3578+
"3.4.6": {
3579+
"UpdateDate": 1777708421566,
3580+
"Prerelease": true,
3581+
"UpdateContents": [
3582+
{
3583+
"PR": 980,
3584+
"Description": "Switch all backend endpoints to api.xmoj-script.uk"
3585+
}
3586+
],
3587+
"Notes": "No release notes were provided for this release."
3588+
},
3589+
"3.5.0": {
3590+
"UpdateDate": 1778930758179,
3591+
"Prerelease": false,
3592+
"UpdateContents": [
3593+
{
3594+
"PR": 961,
3595+
"Description": "feat: Cross-device settings sync via cloud backend"
3596+
},
3597+
{
3598+
"PR": 963,
3599+
"Description": "feat: Add hourly periodic cloud settings sync"
3600+
},
3601+
{
3602+
"PR": 969,
3603+
"Description": "Migrate XMOJ-BBS client endpoints to /v1 routes"
3604+
},
3605+
{
3606+
"PR": 975,
3607+
"Description": "Revert /v1 endpoint migration"
3608+
},
3609+
{
3610+
"PR": 973,
3611+
"Description": "Fix loginpage.php Loop"
3612+
},
3613+
{
3614+
"PR": 980,
3615+
"Description": "Switch all backend endpoints to api.xmoj-script.uk"
3616+
}
3617+
],
3618+
"Notes": "No release notes were provided for this release."
35223619
}
35233620
}
35243621
}

0 commit comments

Comments
 (0)