diff --git a/CHANGELOG.md b/CHANGELOG.md index ea71e13..dac4d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +### 0.3.3 +* Fix some syntax checking errors. +* Fix problems with hover documentation with latest VSCode. +* Improved builtin class documentation page. +* Update the documentation data with latest godot version. + ### 0.3.2 * Fix syntax checking error with match statement. * Improved documentation for builtin code blocks. diff --git a/README.md b/README.md index aa45b5d..0d60211 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Make sure you save your .gd file, then run "GodotTools: Update Workspace Symbols ## Release Notes +### 0.3.3 +* Fix some syntax checking errors. +* Fix problems with hover documentation with latest VSCode. +* Improved builtin class documentation page. +* Update the documentation data with latest godot version. + ### 0.3.2 * Fix syntax checking error with match statement. * Improved documentation for builtin code blocks. @@ -64,14 +70,6 @@ Make sure you save your .gd file, then run "GodotTools: Update Workspace Symbols * Improve code completion with opening script file and constants. * Some improvements for documentations. -### 0.3.0 -* Add project root configuration settings as `GodotTools.godotProjectRoot` thanks Konstantin Zaitcev -* Add auto indent support for gdscript language -* More friendly with godot 3.0 alpha -* Updated script snippets -* Fix highglight error with gdscript language -* Limited code completions - [Full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md) ## TODOS: diff --git a/icon.png b/icon.png index 4b057f2..e862042 100644 Binary files a/icon.png and b/icon.png differ diff --git a/newIcon.png b/newIcon.png deleted file mode 100644 index 3d7020c..0000000 Binary files a/newIcon.png and /dev/null differ diff --git a/package.json b/package.json index 4447df2..4d08470 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "godot-tools", "displayName": "Godot Tools", - "icon": "newIcon.png", + "icon": "icon.png", "description": "Tools for game development with godot game engine", - "version": "0.3.2", + "version": "0.3.3", "publisher": "geequlim", "repository": "https://github.com/GodotExplorer/godot-tools", "license": "MIT",