Releases: raven-computing/project-init
Releases · raven-computing/project-init
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
Release notes:
- Added variables to the read_user_input_text() and read_user_input_selection() API functions which let you specify default values.
- Updated project source templates, default language versions and setup scripts.
- Other minor improvements.
See Changelog.
v1.6.1
v1.6.0
Release notes:
- Added the new project_init_copyright_headers() API function to help with setting up copyright headers in Quickstart mode.
- Added the new PROJECT_INIT_LICENSE_FILE_NAME API global to make the names of license files configurable via addon code.
- You can now disable all license resources provided by the base resources by configuring the 'sys.baselicenses.disable' project property. More info
- Improved Docker-related project control code in all project source templates.
- Updated project source templates and supported language versions.
See Changelog.
v1.5.2
v1.5.1
Release notes:
- We have added our standard documentation tools to project source templates. For many project types you will now be asked whether you want project documentation directly integrated into a newly initialized project.
- Improved the user input prompt. You can now edit your input lines more freely, e.g. by moving the cursor back and forth.
- Improved Python project source templates.
- Minor internal improvements and documentation formatting fixes.
See Changelog.