Releases: 2aronS/easy-setup
Releases · 2aronS/easy-setup
Release list
v0.2.0
- added interactive configuration wizard for first-time setup
- fixed dependency resolution failing on windows systems
- improved validation for custom installation paths
- refactored config parser to support yaml and json formats
- reduced installation time by 40% through parallel downloads
v0.1.0
- initial release with interactive setup wizard for common project types
- added support for python, node, and rust project templates
- automatic dependency detection and installation
- config file validation with helpful error messages
- improved logging during setup process
- refactored template engine for better maintainability