Skip to content

Releases: bitwes/gut-extension

v2.2.1

29 Feb 22:44
6f06d9d
Compare
Choose a tag to compare

New Debugger Commands

  • GUT: Run All/Current/Cursor (debugger) - Run tests through the debugger instead of the command line! Use breakpoints, step through code, less print statements!

    NOTE: You may not see the full output in the Debug Console. GUT v9.2.1 and v7.4.3 fix this issue. Until those are out, you may have to change "should_exit": false in your gutconfig file to see results when running through the debugger.

New Options

Shell

The shell to use when running GUT. Leave blank to use the default shell. Does not affect running through debugger.

Godot Override Path

GUT uses the godot-tools extension to get the path to the appropriate Godot executable when running tests. When this is set, it will be used instead of the godot3 or godot4 path configured in godot-tools. This is useful if you are windows and want to use a Unix shell.

It is recommended you set this per workspace if you work in Godot 3 and Godot 4 projects since it will be used regardless of project version.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

26 Feb 17:20
Compare
Choose a tag to compare

2.2.0

  • Changes to work with godot-tools 2.0 extension
  • Dependency bumps.

v2.0.0

27 Nov 17:58
Compare
Choose a tag to compare

2.0.0

  • Symbols used by Godot have changed which broke run-script and run-at-cursor. This changes to the required version of Godot to 3.4 (maybe 3.3).
  • Bumped dependency versions.

0.0.5 (Beta)

16 Mar 21:54
6b39a00
Compare
Choose a tag to compare

Dependency bump per GH security bot. Some readme additions.

v0.0.4 (Beta)

26 Feb 01:50
Compare
Choose a tag to compare

Added gut-extension.discardTerminal setting: "Subsequent launches of GUT will discard the existing terminal window and create a new one. When not checked you must kill Godot manually if an error occurs."

Added the setting and defaulted to true because you can't easily kill Godot when it errors out during a run. At least with this setting you can fix the problem in your code and re-run and it will kill the existing terminal thus killing Godot.

v0.0.3 (Beta)

24 Feb 14:58
f42870f
Compare
Choose a tag to compare

Fixes to powershell issues.

v0.0.2 (Beta)

22 Feb 17:55
Compare
Choose a tag to compare

First release suitable for public consumption. This is a Beta release.