diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b0192..b0f7b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +### 0.2.4 + +* Add code cheching for asignments and comparations +* Impoved builtin documentation preview page +* Fix bugs with unused vaiable cheching + ### 0.2.3 * Fix known errors with code syntax checking * Add configuration `ignoreIndentedVars` to allow ignore indented variables in scripts diff --git a/README.md b/README.md index 10e751b..5cac8eb 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e ## Release Notes +### 0.2.4 + +* Add code cheching for asignments and comparations +* Impoved builtin documentation preview page +* Fix bugs with unused vaiable cheching + ### 0.2.3 * Fix known errors with code syntax checking * Add configuration `GodotTools.ignoreIndentedVars` to allow ignore indented variables in scripts @@ -66,10 +72,6 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e * Better Syntax validating for code blocks * More waring for non-python liked expression -### 0.2.1 -* Support markdown render in hover tips for documentations in workspace symbols -* Add configuration `GodotTools.workspaceDocumentWithMarkdown` to control workspace documentation rendering - [Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md) diff --git a/package.json b/package.json index c27de80..f76eb64 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Godot Tools", "icon": "icon.png", "description": "\"Tools for game development with godot game engine\"", - "version": "0.2.3", + "version": "0.2.4", "publisher": "geequlim", "repository": "https://github.com/GodotExplorer/godot-tools", "license": "MIT",