From 3ff0e464af81262d4e49f7fb9c374aa068b7419b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:28:23 +0800 Subject: [PATCH] chore: update app-upgrade-config for v1.7.0-rc.1 (#11291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 chore: sync app-upgrade-config for v1.7.0-rc.1 Co-authored-by: kangfenmao <8253512+kangfenmao@users.noreply.github.com> --- app-upgrade-config.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/app-upgrade-config.json b/app-upgrade-config.json index 84e381c86..f5088e563 100644 --- a/app-upgrade-config.json +++ b/app-upgrade-config.json @@ -1,6 +1,19 @@ { - "lastUpdated": "2025-11-10T08:14:28Z", + "lastUpdated": "2025-11-14T12:19:09.895Z", "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": { "metadata": { "segmentId": "legacy-v1", @@ -17,10 +30,10 @@ } }, "rc": { - "version": "1.6.0-rc.5", + "version": "1.7.0-rc.1", "feedUrls": { - "github": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.6.0-rc.5", - "gitcode": "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.7.0-rc.1" } }, "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 - } } } }