From e5571eee096de2adf1817db064abe98f31b002a3 Mon Sep 17 00:00:00 2001 From: Geequlim Date: Thu, 12 Jan 2017 11:23:42 +0800 Subject: [PATCH] release 0.1.7 --- CHANGELOG.md | 4 ++++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f40aae..07b5ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +### 0.1.7 + +* Show documentations parsed from GDScripts in hover tips + ### 0.1.6 * Reorder mouse hover tips, builtin methods are at top of workspace methods diff --git a/README.md b/README.md index da66cd5..034975a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e ## Release Notes +### 0.1.7 + +* Show documentations parsed from GDScripts in hover tips + ### 0.1.6 * Reorder mouse hover tips, builtin methods are at top of workspace methods diff --git a/package.json b/package.json index 774d011..164a5e4 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.6", + "version": "0.1.7", "publisher": "geequlim", "engines": { "vscode": "^1.5.0"