Skip to content

Changelog

All notable changes to this project will be documented in this file.

  • v1.0.0 - 2023-01-24
    • Initial release
  • v1.0.3 - 2023-03-21
  • v1.0.5 - 2023-04-01
  • v1.0.6 - 2023-04-01
  • v1.1.6 - 2023-07-20
    • Replace ruamel.yaml with pyyaml. #73
    • Add isort as dev dependency. #73
    • Sort and cleanup imports #73
  • v1.1.7 - 2023-11-09

    • Format code using black and add pre-commit config #77
    • Fix: add missing package visibility #80 ...
  • 1.2.2 - 2024-04-19

    • Update allowed Jinja extensions
    • Add support for custom Doxygen configuration
  • 1.2.3 - 2024-05-6
    • Fix executable not found when the current working directory (cwd) is set to config file path by @wu-vincent in https://github.com/JakubAndrysek/MkDoxy/pull/103
  • 1.2.4 - 2024-05-6
    • fix: use absolute links for inherited items by @Nerixyz in https://github.com/JakubAndrysek/MkDoxy/pull/105