Skip to content
squad-report 1.0.0 release (2021-04-16).

This major release adds configuration file support, email header support, and a version option.

Added
* New option, `--version`, prints the version and exits (@aroxell)(!56)
* Print the `--output` argument after a report is created (@aroxell)(!59)
* User configuration file saves both options and template values for later use (@aroxell)(!61,!63)
* New options, `--email-from`, `--email-subject`, `--email-to`, `--email-cc` adds email headers to the report (@aroxell)(!61,!63)
* The `Reported-by` and `Tested-by` template values are now set in the config (@aroxell)(!61,!63)
* The `Signature` template values are now set in the config (@aroxell)(!61,!63)
* New option, `--config-report-type`, specify a report to create from the config (@aroxell)(!61,!63)

Changed
* The project was renamed `squad-report` (@aroxell)(!62)
* The project library (what you would import) was renamed `squad_report` (@aroxell)(!62)
* The project package (what you would install from `pip`) was renamed `squad-report` (@aroxell)(!62)
* The project project page changed to https://gitlab.com/Linaro/lkft/reports/squad-report (@aroxell)(!62)
* The `squad_report` program was renamed `squad-report` (@aroxell)(!62)
* `--template=full_report` renamed `--template=report-full` (@aroxell)(!63)