소스 검색

release 0.1.7

Geequlim 8 년 전
부모
커밋
e5571eee09
3개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 4 0
      README.md
  3. 1 1
      package.json

+ 4 - 0
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

+ 4 - 0
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

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