chore: update app-upgrade-config for v1.7.0-rc.1 (#11291)

🤖 chore: sync app-upgrade-config for v1.7.0-rc.1

Co-authored-by: kangfenmao <8253512+kangfenmao@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-14 20:28:23 +08:00 committed by GitHub
parent c3a22d4ad9
commit 3ff0e464af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,19 @@
{ {
"lastUpdated": "2025-11-10T08:14:28Z", "lastUpdated": "2025-11-14T12:19:09.895Z",
"versions": { "versions": {
"2.0.0": {
"metadata": {
"segmentId": "gateway-v2",
"segmentType": "breaking"
},
"minCompatibleVersion": "1.7.0",
"description": "Major release v2.0 - required intermediate version for v2.x upgrades",
"channels": {
"latest": null,
"rc": null,
"beta": null
}
},
"1.6.7": { "1.6.7": {
"metadata": { "metadata": {
"segmentId": "legacy-v1", "segmentId": "legacy-v1",
@ -17,10 +30,10 @@
} }
}, },
"rc": { "rc": {
"version": "1.6.0-rc.5", "version": "1.7.0-rc.1",
"feedUrls": { "feedUrls": {
"github": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.6.0-rc.5", "github": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.0-rc.1",
"gitcode": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.6.0-rc.5" "gitcode": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.0-rc.1"
} }
}, },
"beta": { "beta": {
@ -31,19 +44,6 @@
} }
} }
} }
},
"2.0.0": {
"metadata": {
"segmentId": "gateway-v2",
"segmentType": "breaking"
},
"minCompatibleVersion": "1.7.0",
"description": "Major release v2.0 - required intermediate version for v2.x upgrades",
"channels": {
"latest": null,
"rc": null,
"beta": null
}
} }
} }
} }