diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f7b1f..dab3693 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 5cac8eb..7938ee4 100644 --- a/README.md +++ b/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 \ No newline at end of file diff --git a/package.json b/package.json index c414b4e..6bb8718 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.2.4", + "version": "0.2.5", "publisher": "geequlim", "repository": "https://github.com/GodotExplorer/godot-tools", "license": "MIT",