Bump to version 2.2.0

This commit is contained in:
Hugo Locurcio
2024-09-23 19:02:57 +02:00
parent e2b891c530
commit c4ce162284
4 changed files with 14 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ body:
description: > description: >
Specify the Git commit hash if using a development or non-official build. 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. If you use a custom build, please test if your issue is reproducible in official builds too.
placeholder: 4.2.2.stable, 4.3.rc (88d932506) placeholder: 4.3.stable, 4.4.dev1 (28a72fa43)
validations: validations:
required: true required: true
@@ -29,7 +29,7 @@ body:
Use the **Help > About** menu to see your current version. Use the **Help > About** menu to see your current version.
Specify the Git commit hash if using a development or non-official build. 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. If you use a custom build, please test if your issue is reproducible in official builds too.
placeholder: "1.91.1" placeholder: "1.93.1"
validations: validations:
required: true required: true
@@ -40,7 +40,7 @@ body:
Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. 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. 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. If you use a custom build, please test if your issue is reproducible in official builds too.
placeholder: "2.1.0" placeholder: "2.2.0"
validations: validations:
required: true required: true

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
### 2.2.0
- [Add partial debugger support for new types (such as typed arrays)](https://github.com/godotengine/godot-vscode-plugin/pull/715)
- [Fix bare nodepaths referencing absolute/root paths](https://github.com/godotengine/godot-vscode-plugin/pull/712)
- [Add `@export_custom` and `@export_storage` to syntax highlighting](https://github.com/godotengine/godot-vscode-plugin/pull/702)
- [Fix format_documentation for `[code skip-lint]`](https://github.com/godotengine/godot-vscode-plugin/pull/700)
- [Update Godot icons included in the extension](https://github.com/godotengine/godot-vscode-plugin/pull/711)
### 2.1.0 ### 2.1.0
- [Improve dragging items from Scene Preview into source code](https://github.com/godotengine/godot-vscode-plugin/pull/661) - [Improve dragging items from Scene Preview into source code](https://github.com/godotengine/godot-vscode-plugin/pull/661)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "godot-tools", "name": "godot-tools",
"version": "2.1.0", "version": "2.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "godot-tools", "name": "godot-tools",
"version": "2.1.0", "version": "2.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@vscode/debugadapter": "^1.64.0", "@vscode/debugadapter": "^1.64.0",

View File

@@ -2,7 +2,7 @@
"name": "godot-tools", "name": "godot-tools",
"displayName": "godot-tools", "displayName": "godot-tools",
"icon": "icon.png", "icon": "icon.png",
"version": "2.1.0", "version": "2.2.0",
"description": "Tools for game development with Godot Engine and GDScript", "description": "Tools for game development with Godot Engine and GDScript",
"repository": { "repository": {
"type": "git", "type": "git",