From 0da21f23a329cd76dfcf24eb6782ec1173d16fb0 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 11 Mar 2025 00:18:18 +0100 Subject: [PATCH] Bump to version 2.5.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 46ebe7fff..f269cb245 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: Use the **Help > About** menu to see your current version. Specify the Git commit hash if using a development or non-official build. If you use a custom build, please test if your issue is reproducible in official builds too. - placeholder: "1.97.2" + placeholder: "1.98.1" validations: required: true @@ -40,7 +40,7 @@ body: Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. Specify the Git commit hash if using a development or non-official build. If you use a custom build, please test if your issue is reproducible in official builds too. - placeholder: "2.4.0" + placeholder: "2.5.0" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0cabc8546..52fa2c601 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -29,7 +29,7 @@ body: Use the **Help > About** menu to see your current version. Specify the Git commit hash if using a development or non-official build. If you use a custom build, please test if your issue is reproducible in official builds too. - placeholder: "1.93.1" + placeholder: "1.98.1" validations: required: true @@ -40,7 +40,7 @@ body: Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. Specify the Git commit hash if using a development or non-official build. If you use a custom build, please test if your issue is reproducible in official builds too. - placeholder: "2.3.0" + placeholder: "2.5.0" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index e9acf7a2c..c71708d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 2.5.0 + +- [**Add `print_rich()` support to debug console**](https://github.com/godotengine/godot-vscode-plugin/pull/792) +- [Improve Scene Preview drag-and-drop behavior](https://github.com/godotengine/godot-vscode-plugin/pull/815) +- [Add snippet/placeholder behavior to Scene Preview file drops](https://github.com/godotengine/godot-vscode-plugin/pull/813) +- [Overhaul the DebugAdapter variables in DAP](https://github.com/godotengine/godot-vscode-plugin/pull/793) +- [Fix opening a Godot project in Visual Studio Code before the editor resulting in bad file requests](https://github.com/godotengine/godot-vscode-plugin/pull/816) +- [Fix some GDScript syntax highlighting and formatting issues](https://github.com/godotengine/godot-vscode-plugin/pull/783) +- [Fix attached debugging](https://github.com/godotengine/godot-vscode-plugin/pull/784) +- [Fix multi-packet reponses breaking things when starting or ending in a multi-byte UTF-8 sequence](https://github.com/godotengine/godot-vscode-plugin/pull/797) + ### 2.4.0 - [**Implement warnings and errors in debug console**](https://github.com/godotengine/godot-vscode-plugin/pull/749) diff --git a/package-lock.json b/package-lock.json index 55d873a08..2f1359ab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "godot-tools", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "godot-tools", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { "@vscode/debugadapter": "^1.68.0", diff --git a/package.json b/package.json index dcba4e575..d71058223 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "godot-tools", "displayName": "godot-tools", "icon": "icon.png", - "version": "2.4.0", + "version": "2.5.0", "description": "Tools for game development with Godot Engine and GDScript", "repository": { "type": "git",