Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.