Skip to content

Releases: langroodi/doxygenize

Release v1.7.0

12 Oct 19:25
Compare
Choose a tag to compare

Features:

  • Support custom HTML header for generated Doxygen web pages directly in the action.

Release v1.6.3

11 Jun 15:18
Compare
Choose a tag to compare

Bug fix:

  • @pviscone fixed the action bug of exiting from the script with error code 1 if there was no change to be commited.

Release v1.6.2

01 May 15:28
3561c1a
Compare
Choose a tag to compare

Bug fix:

  • Stop the action flow if the GitHub Action bot committing failed.

Maintenance:

  • Link the semantic versioning of the action with tagize;
  • Check the action compatibility with actions/checkout@v3.

Release v1.6.1

17 Apr 09:58
Compare
Choose a tag to compare

Bug fix:

Maintenance:

  • Updating the semantic versioning tagging in which tag v1 always refers to the latest v1.*.* release and tag v1.x always refers to the latest v1.x always refer to the latest v1.x.* release.

Release v1.6.0

16 Jan 11:56
c90d398
Compare
Choose a tag to compare

Bug fixes:
{NULL}

Maintenances:

Features:

  • Support Dark Mode besides Doxygen default light mode style sheet.

Documentations:

  • Describe Action argument Dark Mode flag usage.

First official release

19 Sep 13:31
Compare
Choose a tag to compare

The first version of doxygenize GitHub Action release.

Release note in compare with v0.2:

  • Enhance security to avoid obvious code injection attack;
  • Using GitHub Action Bot as the actor and no token will be used.

Release v1.5

28 Nov 18:20
5bf8273
Compare
Choose a tag to compare

Bug fix:

  • @jatofg fixed the action bug of tracking and committing files outside of the Doxygen directory.

Documentation:

  • @langroodi illustrated in the ReadMe that checkout action should be executed before running doxygenize action.

Feature:

  • @langroodi updated the Docker container to Alpine 3.15.0.

Release v1.4 (Fixing Jekyll processing conflict with Doxygen)

24 Oct 07:45
Compare
Choose a tag to compare

Bug fix:

  • @tecnd fixed the Jekyll conflict with Doxygen files leading with underscore characters.

Maintenance:

  • @MatiasLGonzalez clarified the doxygenize setup document by demonstrating the Doxygen file tree;
  • @langroodi cleaned the entrypoint shell script amalgamation.

Feature:

Release v1.3 (Dot Tool Support)

29 Sep 17:30
0f10d77
Compare
Choose a tag to compare

Bug fixes:

  • none

Feature:

  • @MatiasLGonzalez adds Doxygen Dot tool support by adding Graphciz package to the APK.

Release v1.2

25 Sep 15:59
c08df56
Compare
Choose a tag to compare

Bugfixes

  • Committing github-action bot on master branch if the build was also in the same branch.