All notable changes to this project will be documented in this file.
- Bumping dependecies
- Bumping dependecies and adding timeout to the request get function in provision.py
- Released the open source cloud features for freshenv. Developers can now push and fetch environments from personal aws s3 accounts.
- Moving to a different license. All cloud features will also be published under this new license.
- Fixed issue with the build command since Jinja2 was escaping && and the install command wasnt working.
- Removed the template folder and started fetching the templates from github.
- Moved all flavours to one new repo called freshenv-flavours.
- Exception handling in the build command.
- fixed the manifest file to add the template/simple dockerfile.
- fixed the manifest file to add the template/simple dockerfile.
- Enabled custom flavours by adding build command.
- removed the default value "zsh" to the --command/-c option to the provision command.
- An empty freshenv config file will be automatically created if no config is found when running the build command.
- Users can check build logs by passing the --logs/-l flag.
- Created a simple dockerfile template for custom flavours.
- Added new dependencies configparser and jinja2.
- Updated readme and versions.
- Released on producthunt
- Added snap support
- This is the main version