Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 20:41
· 407 commits to master since this release

Release notes:

  • You will now see a desktop notification with an icon of the used programming language when the project initialization has completed. You can optionally turn this feature off and even override the used icon image with an addon. More info
  • You can now set a custom initialization success message with the PROJECT_INIT_SUCCESS_MESSAGE global variable, which is shown in the terminal and as the description of the desktop notification icon.
  • When you want to show some information to the user in any of your addon's init scripts, you can now generate a hyperlink with the make_hyperlink() API function.
  • It is now also possible to enter the item name instead of just the item number when prompted to select something out of a list of choices.
  • Many warnings and error messages will now include links to relevant documentation pages.
  • Improved documentation.
  • Improved stability.
  • We made some updates to project source templates.

See Changelog.