Ver código fonte

update 0.2.4

geequlim 8 anos atrás
pai
commit
77dcdf5a5b
3 arquivos alterados com 13 adições e 5 exclusões
  1. 6 0
      CHANGELOG.md
  2. 6 4
      README.md
  3. 1 1
      package.json

+ 6 - 0
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

+ 6 - 4
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)
 
 

+ 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.3",
+  "version": "0.2.4",
   "publisher": "geequlim",
   "repository": "https://github.com/GodotExplorer/godot-tools",
   "license": "MIT",