Skip to content

Releases: raven-computing/project-init

v1.9.7

16 Dec 20:56
v1.9.7
e8e3852

Choose a tag to compare

Release notes:

  • Added support for Java 25 and Python 3.14 projects.
  • Removed support for Python 3.9 and R 3.6 projects.
  • Improvements to project source templates.

See Changelog.

v1.9.6

18 Nov 20:29
v1.9.6
87eaacf

Choose a tag to compare

Release notes:

  • Various improvements for the CMake scripts that are generated for all new C and C++ projects.
  • The minimum CMake version was incremented to 3.22 for all generated scripts. This change reflects the minimum CMake version that is available by default on supported operating systems.
  • Miscellaneous improvements.
  • Updates to project source templates.

See Changelog.

v1.9.5

04 Oct 21:34
v1.9.5
8a816e4

Choose a tag to compare

Release notes:

  • Added the use of a default Doxygen theme for C and C++ project source templates.
  • Minor improvements.

See Changelog.

v1.9.4

09 Sep 21:07
v1.9.4
d0f39f8

Choose a tag to compare

Release notes:

  • Fixed a bug when substitution variables get replaced by an empty string.
  • Updates to project source templates.

See Changelog.

v1.9.3

02 Sep 21:16
v1.9.3
f2d9381

Choose a tag to compare

Release notes:

  • Improvements to various project source templates.

See Changelog.

v1.9.2

14 Aug 09:08
v1.9.2
76a0224

Choose a tag to compare

Release notes:

  • Added more capabilities to C and C++ project source templates.

See Changelog.

v1.9.1

27 Jul 10:54
v1.9.1
d9c4930

Choose a tag to compare

Release notes:

  • Added support for Node.js 24 and removed support for Node.js 18.
  • Updates to project source templates.
  • Stability improvements.

See Changelog.

v1.9.0

13 Jul 12:08
v1.9.0
ff54672

Choose a tag to compare

Release notes:

  • Added the create_directory() API function.
  • Added the PROJECT_INIT_APPLICATION_NAME API global to allow better customization of the app branding via addon code.
  • You can now click action buttons in supported desktop notifications when initializing new projects.
  • Improvements to C, C++ and Python project source templates.

See Changelog.

v1.8.3

15 Jun 08:47
v1.8.3
d6d9a3d

Choose a tag to compare

Release notes:

  • Updates to project source templates.
  • Removed support for the C++14 language standard. New projects should target at least C++17.
  • Removed support for Python 3.8 in all Python projects. Python 3.9 is now the new minimum supported Python version.
  • Deprecated the usage of license classifiers in Python project source templates. You can instead specify your project's license in the pyproject.toml file.
  • Minor internal improvements.

See Changelog.

v1.8.2

03 Jun 22:06
v1.8.2
454a37d

Choose a tag to compare

Release notes:

  • Improved project source templates.
  • Internal improvements.

See Changelog.