geequlim преди 8 години
родител
ревизия
2d8df590b4
променени са 3 файла, в които са добавени 15 реда и са изтрити 6 реда
  1. 7 0
      CHANGELOG.md
  2. 7 5
      README.md
  3. 1 1
      package.json

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # Change Log
 
+### 0.2.5
+
+* Run games within VSCode terminals
+* Add key bindings for `F5 to run the workspace` and `F6 to run the edting scene`
+* Fix a lot of bugs with unused vaiable cheching
+* Move workspace symbols state notice to status bar
+
 ### 0.2.4
 
 * Add code cheching for asignments and comparations

+ 7 - 5
README.md

@@ -55,6 +55,13 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 
 ## Release Notes
 
+### 0.2.5
+
+* Run games within VSCode terminals
+* Add key bindings for `F5 to run the workspace` and `F6 to run the edting scene`
+* Fix a lot of bugs with unused vaiable cheching
+* Move workspace symbols state notice to status bar
+
 ### 0.2.4
 
 * Add code cheching for asignments and comparations
@@ -68,14 +75,9 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 * Add launch configurations to launch game with F5(expiremental)
 * The plugin is open source under MIT license
 
-### 0.2.2
-* Better Syntax validating for code blocks
-* More waring for non-python liked expression
-
 [Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)
 
 
 ## TODOS:
-* Print game output log into VSCode console while game launched from the plugin
 * Convert official BBCode documentation into Markdown and render it to HTML with documentation previewer pages
 * Add mermaid support with documentation

+ 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.2.4",
+  "version": "0.2.5",
   "publisher": "geequlim",
   "repository": "https://github.com/GodotExplorer/godot-tools",
   "license": "MIT",