You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [0.5.0] - 2020-11-11
### Added
- Added support for creating `.sha256sums` file for config xml and info files for `generate_config_info` command using `-m` and `--sha256sums_file` options. This will allow for integrity verification of the config info file as well, specially since it now contains code description.
### Removed
- Removed `sha256sums` tag from config info file for `generate_config_info` command if `-m` is not passed.
## [0.4.0] - 2020-11-09
### Added
- Added support for text and code descriptions for `generate_config_info` command using `--text_description` and `--code_description` options.
Added `Control` section to output of `generate_config_info` command.
The `control` section should store information and settings like version number for task and possibly even the project if the main task of the project.