Releases: langroodi/doxygenize
Releases · langroodi/doxygenize
Release v1.7.0
Features:
- Support custom HTML header for generated Doxygen web pages directly in the action.
Release v1.6.3
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
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
Bug fix:
- Patching the bug reported via CVE-2022-24765;
- Accordingly, upgrade to Apline 3.15.4 for using git 2.34.2 .
Maintenance:
- Updating the semantic versioning tagging in which tag
v1
always refers to the latest v1.*.* release and tagv1.x
always refers to the latest v1.x always refer to the latest v1.x.* release.
Release v1.6.0
Bug fixes:
{NULL}
Maintenances:
- Update to Alpine 3.15 Docker container;
- Update to Doxygen 1.9.2.
Features:
- Support Dark Mode besides Doxygen default light mode style sheet.
Documentations:
- Describe Action argument Dark Mode flag usage.
First official release
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
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)
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)
Bug fixes:
- none
Feature:
- @MatiasLGonzalez adds Doxygen Dot tool support by adding
Graphciz
package to the APK.
Release v1.2
Bugfixes
- Committing github-action bot on
master
branch if the build was also in the same branch.