release 0.2.0

This commit is contained in:
Geequlim
2017-01-16 09:59:12 +08:00
parent f318df4f3d
commit aab75d1c04
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
# Change Log # Change Log
### 0.2.0
* Show autoloads informations in hover tips and go to autoloads' definitions are supported now
* Fix the bug that workspace symbols resoved twice on Windows
### 0.1.9 ### 0.1.9
* Show workspace constant value in hover tips and completion items * Show workspace constant value in hover tips and completion items

View File

@@ -53,6 +53,11 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
## Release Notes ## Release Notes
### 0.2.0
* Show autoloads informations in hover tips and go to autoloads' definitions are supported now
* Fix the bug that workspace symbols resoved twice on Windows
### 0.1.9 ### 0.1.9
* Show workspace constant value in hover tips and completion items * Show workspace constant value in hover tips and completion items
@@ -66,8 +71,4 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
* More reliable unused variable and constant checking in documente * More reliable unused variable and constant checking in documente
* Show workspace documentations and function signatures in completions * Show workspace documentations and function signatures in completions
### 0.1.7
* Show documentations parsed from GDScripts in hover tips
[Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md) [Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)

View File

@@ -3,7 +3,7 @@
"displayName": "Godot Tools", "displayName": "Godot Tools",
"icon": "icon.png", "icon": "icon.png",
"description": "\"Tools for game development with godot game engine\"", "description": "\"Tools for game development with godot game engine\"",
"version": "0.1.9", "version": "0.2.0",
"publisher": "geequlim", "publisher": "geequlim",
"engines": { "engines": {
"vscode": "^1.5.0" "vscode": "^1.5.0"