Release 0.3.4

This commit is contained in:
geequlim
2017-10-28 11:53:27 +08:00
parent 071e59364f
commit a3b062e242
3 changed files with 11 additions and 7 deletions

View File

@@ -53,6 +53,11 @@ Make sure you save your .gd file, then run "GodotTools: Update Workspace Symbols
## Release Notes
### 0.3.4
* Fix bug with builtin symbols parsing for godot 2.1
* Improved hover documentation
* Show window progress when parsing workspace symbol
### 0.3.3
* Fix some syntax checking errors.
* Fix problems with hover documentation with latest VSCode.
@@ -64,12 +69,6 @@ Make sure you save your .gd file, then run "GodotTools: Update Workspace Symbols
* Improved documentation for builtin code blocks.
* Start using MarkdonwString to keep links valid.
### 0.3.1
* Update documentations with latest godot.
* Fix errors with run script and run project.
* Improve code completion with opening script file and constants.
* Some improvements for documentations.
[Full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)
## TODOS: