From a72e8bc1476daab4076fb00b688beec91492d8f0 Mon Sep 17 00:00:00 2001 From: Geequlim Date: Mon, 9 Jan 2017 23:19:31 +0800 Subject: [PATCH] release 0.1.4 --- CHANGELOG.md | 5 +++++ README.md | 6 ++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c200ef..dc8fd07 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 32ad404..6ed73e2 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index bf317bd..9c547eb 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.1.3", + "version": "0.1.4", "publisher": "geequlim", "engines": { "vscode": "^1.5.0"