Browse Source

release 0.2.2

geequlim 8 years ago
parent
commit
4fa08fba54
3 changed files with 9 additions and 7 deletions
  1. 4 0
      CHANGELOG.md
  2. 4 6
      README.md
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Change Log
 
+### 0.2.2
+* 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

+ 4 - 6
README.md

@@ -53,6 +53,10 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 
 ## Release Notes
 
+### 0.2.2
+* 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
@@ -69,10 +73,4 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 * Improve code completion sort order and auto insert `()` for functions without paramaters
 * Fix bugs with workspace documentation parsing
 
-### 0.1.8
-
-* Show signatures on completion label
-* More reliable unused variable and constant checking in documente
-* Show workspace documentations and function signatures in completions
-
 [Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "displayName": "Godot Tools",
   "icon": "icon.png",
   "description": "\"Tools for game development with godot game engine\"",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "publisher": "geequlim",
   "engines": {
     "vscode": "^1.5.0"