Skip to content

Releases: chickensoft-games/GodotEnv

v1.4.0

16 Oct 22:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

14 Oct 00:14
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

07 Oct 19:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.3.0

Version 1.1.0

17 Sep 23:37
e53e52a
Compare
Choose a tag to compare

What's Changed

  • fix: windows unzip by @definitelyokay in #16

Full Changelog: v1.0.2...v1.1.0

Version 1.0.2

17 Sep 18:35
7c32bde
Compare
Choose a tag to compare

What's Changed

  • fix: allow .NET SDK 7.0.302+ by @definitelyokay in #14

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

16 Sep 17:00
afc33d2
Compare
Choose a tag to compare

What's Changed

  • fix: create expected symlinks to GodotSharp by @definitelyokay in #13

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

14 Sep 02:49
07ff34f
Compare
Choose a tag to compare

Chicken has been largely rewritten and renamed to GodotEnv. While the name Chicken is somewhat clever (if I may say so myself), it doesn't exactly communicate what this tool can do. So, in the spirit of naming things after what they do, I've renamed the project to GodotEnv.

Incidentally, the addon resolution system that uses a flat dependency graph has been entirely reconstructed. Now, all addons are resolved before installation is attempted, which prevents invalid installations if the addons configuration is invalid (only likely to happen if you are using addons with dependencies on other addons poorly). So, resolving addons is deterministic now. 😄

Finally, I've introduced a suite of new features for installing and managing Godot versions! Unlike the addons management feature, which predates these features, they are not fully unit-tested. Note that the new Godot version management features are not fully unit-tested yet.I will add more tests later (like I have with other Chickensoft projects), but I've attached a CI/CD workflow that acts as an integration test for installing and verifying Godot installations on all 3 platforms in the meantime. I feel confident these features are ready.