Skip to content

Releases: chickensoft-games/GodotEnv

Version 1.0.1

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

What's Changed

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.