geequlim 8 gadi atpakaļ
vecāks
revīzija
86ccb8318f
3 mainītis faili ar 23 papildinājumiem un 9 dzēšanām
  1. 10 0
      CHANGELOG.md
  2. 12 8
      README.md
  3. 1 1
      package.json

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # Change Log
 
+### 0.2.6
+
+* Add shorthand if else expression support
+* Add `enum` and `match` expression support
+* Fix bugs with syntax checking
+* Updated documentation data with godot 2.1.3
+* Add syntax checking for end of expression
+* The pulugin is compiled with latest VSCode thanks @arrkiin
+* Add key bindings for open workspace with godot editor with `F7` and update workspace symbols with `F8`
+
 ### 0.2.5
 
 * Run games within VSCode terminals

+ 12 - 8
README.md

@@ -55,6 +55,16 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 
 ## Release Notes
 
+### 0.2.6
+
+* Add shorthand if else expression support
+* Add `enum` and `match` expression support
+* Fix bugs with syntax checking
+* Updated documentation data with godot 2.1.3
+* Add syntax checking for end of expression
+* The pulugin is compiled with latest VSCode thanks @arrkiin
+* Add key bindings for open workspace with godot editor with `F7` and update workspace symbols with `F8`
+
 ### 0.2.5
 
 * Run games within VSCode terminals
@@ -68,16 +78,10 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 * 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
-* Enhanced hover tip documentation rendering with code examples
-* Add launch configurations to launch game with F5(expiremental)
-* The plugin is open source under MIT license
-
 [Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)
 
 
 ## TODOS:
 * Convert official BBCode documentation into Markdown and render it to HTML with documentation previewer pages
-* Add mermaid support with documentation
+* Add mermaid support with documentation
+* Undefine variable checking

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