Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 11:25
· 278 commits to master since this release

Release notes:

  • Added a project type for C++ desktop GUI applications using ImGUI.
  • It is now possible to include shared source template files in any other source template file by using an include directive. This allows your addon to avoid source code duplication and eases maintenance. You can also use the new copy_shared() API function to do this from within init code directly. More info
  • Substitution variable files should now reside in a 'var' subdirectory under the corresponding init level directory, instead of placing them directly in the init level directory. The file naming has changed for the new location. The old behaviour is still supported but now considered deprecated. More info
  • The form_docker_integration() API function is now publicly available. Your addon can use it to show a form question to the user and automatically handle Docker integration directories in your template's source tree.
  • The load_var() API function is now deprecated. It is superseded by the load_var_from_file() API function.
  • Your addon or any user may now suppress all deprecation warnings by setting the 'sys.warn.deprecation' configuration option. More info
  • Internal improvements.

See Changelog.