Skip to content

Releases: XanatosX/godot-game-console

Release 0.6.4

Choose a tag to compare

@XanatosX XanatosX released this 23 Aug 19:01

ℹ️ About

This is mostly a stability release, it will prevent crashes, remove object complexity by changing the base class from Node to RefCounted. Also it will ensure more variables are strictly written, this includes arrays and dictionaries.

⚠️ Godot 4.4 or later is required for this release. Plugin was tested with 4.7, other versions might now run correctly.

⚠️ Breaking ⚠️

This will change the finish method from the command fluent builder to finalize, the old method still works, but should be updated as it will get deleted in the future.

📖 What's Changed

🎉 New Contributors

  • @podulator made their first contribution in #63 thank you for that

Full Changelog: 0.6.3...0.6.4

Release 0.6.3

Choose a tag to compare

@XanatosX XanatosX released this 28 Jul 22:05
6a35b08

Information

This is a hotfix for the previous version as the fluent builder lacks the possibility to add predefined values. This is getting fixed by this specific version

What's Changed

  • feat: add predefined values to fluent builder by @XanatosX in #59

Full Changelog: 0.6.2...0.6.3

Release 0.6.2

Choose a tag to compare

@XanatosX XanatosX released this 28 Jul 21:43
4950679

What's Changed

Full Changelog: 0.6.1...0.6.2

Release 0.6.1

Choose a tag to compare

@XanatosX XanatosX released this 03 Mar 19:51
0da67f2

What's Changed

Full Changelog: 0.6.0...0.6.1

Release 0.6.0

Choose a tag to compare

@XanatosX XanatosX released this 02 Mar 11:41
0561272

Version did upgrade to Godot 4.6, it was tested with 4.4 but older version might now work anymore.

What's Changed

Full Changelog: 0.5.0...0.6.0

Release 0.5.0

Choose a tag to compare

@XanatosX XanatosX released this 04 May 06:25
377123b

What's Changed

BREAKING_CHANGES:
This version will add some breaking changes, if you create a
command instance you cannot use the packedstring array anymore. Instead
create a new "CommandArgument" providing the type as first parameter,
the name as the second and if needed a description of the parameter as
last. See the example project or readme for more details

Full Changelog: 0.4.0...0.5.0

Release 0.4.0

Release 0.4.0 Pre-release
Pre-release

Choose a tag to compare

@XanatosX XanatosX released this 18 Apr 21:44
b9fae63

What's Changed

Full Changelog: 0.3.2...0.4.0

Release 0.3.2

Release 0.3.2 Pre-release
Pre-release

Choose a tag to compare

@XanatosX XanatosX released this 16 Apr 10:05
0dcb113

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

Release 0.3.1

Release 0.3.1 Pre-release
Pre-release

Choose a tag to compare

@XanatosX XanatosX released this 03 Apr 21:33
0487f67

What's Changed

Full Changelog: 0.3.0...0.3.1

Release 0.3.0

Release 0.3.0 Pre-release
Pre-release

Choose a tag to compare

@XanatosX XanatosX released this 02 Apr 20:11
196ad01

What's Changed

Full Changelog: 0.2.0...0.3.0