v1.2.0
Release notes:
- Added a project type for R libraries with native code using C++ and the Rcpp package.
- Added a project type for Odoo modules.
- Added an option to the project type for Java libraries with native code using JNI to choose whether to initialize with C or C++ code for the native part.
- Added an option to most project types across all supported languages to add Docker integration for the project to be initialized. This new content will also affect the generated project control scripts so that a user can build and test projects directly with Docker without requiring the language-specific toolchains.
- Various configuration options were added so that users and addons can specify default values for the project name, description and license. If set, this will skip the corresponding form questions. See an example for how to apply this to the project license.
- We have made our internal testing utilities public as an API so that your addon can automatically run functionality tests. More info
- You can now also specify the references to your addon resources in a user-specific configuration file, instead of only environment variables. More info
- You will now get a warning printed when any of your addon hooks finishes with a non-zero exit status. More info
- Various updates and general improvements to project source templates.
See Changelog.