Explorar o código

release 0.1.4

Geequlim %!s(int64=8) %!d(string=hai) anos
pai
achega
a72e8bc147
Modificáronse 3 ficheiros con 12 adicións e 1 borrados
  1. 5 0
      CHANGELOG.md
  2. 6 0
      README.md
  3. 1 1
      package.json

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Change Log
 
+### 0.1.4
+
+* Add documentation support for builtin Symbols.
+* Improve speed of syntax parsing and other actions
+
 ### 0.1.3
 
 * Better syntax highlight for GDScript

+ 6 - 0
README.md

@@ -53,6 +53,12 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 
 ## Release Notes
 
+### 0.1.4
+
+* Add documentation support for builtin Symbols.
+* Improve speed of syntax parsing and other actions
+
+
 ### 0.1.3
 
 - Better syntax highlight for GDScript

+ 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.1.3",
+  "version": "0.1.4",
   "publisher": "geequlim",
   "engines": {
     "vscode": "^1.5.0"