From cbb4ac5fb09c405292ef4b55328fafff894fa68c Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:15:34 +0200 Subject: [PATCH] chore: Upgrade plugin to QtCreator 16.0.1 --- .github/scripts/plugin.json | 11 ++++++++--- .github/workflows/build_cmake.yml | 6 +++--- QodeAssist.json.in | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/scripts/plugin.json b/.github/scripts/plugin.json index 9f1a4cd..8571e64 100644 --- a/.github/scripts/plugin.json +++ b/.github/scripts/plugin.json @@ -6,14 +6,14 @@ "llm", "ai" ], - "compatibility": "Qt 6.8.2", + "compatibility": "Qt 6.8.3", "platforms": [ "Windows", "macOS", "Linux" ], "license": "GPLv3", - "version": "0.5.6", + "version": "0.5.7", "status": "draft", "is_pack": false, "released_at": null, @@ -45,8 +45,13 @@ }, { "version": "0.5.6", - "is_latest": true, + "is_latest": false, "released_at": "2025-04-04T19:00:00Z" + }, + { + "version": "0.5.7", + "is_latest": true, + "released_at": "2025-04-14T01:00:00Z" } ], "icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d", diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index c2aa8d9..dad5ba3 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -12,9 +12,9 @@ on: env: PLUGIN_NAME: QodeAssist - QT_VERSION: 6.8.2 - QT_CREATOR_VERSION: 16.0.0 - QT_CREATOR_VERSION_INTERNAL: 16.0.0 + QT_VERSION: 6.8.3 + QT_CREATOR_VERSION: 16.0.1 + QT_CREATOR_VERSION_INTERNAL: 16.0.1 MACOS_DEPLOYMENT_TARGET: "11.0" CMAKE_VERSION: "3.29.6" NINJA_VERSION: "1.12.1" diff --git a/QodeAssist.json.in b/QodeAssist.json.in index 724b920..6862f1e 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,7 +1,7 @@ { "Id" : "qodeassist", "Name" : "QodeAssist", - "Version" : "0.5.6", + "Version" : "0.5.7", "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",