Skip to content

Latest commit

 

History

History
317 lines (178 loc) · 8.81 KB

CHANGELOG.md

File metadata and controls

317 lines (178 loc) · 8.81 KB

Changelog

v3.3.10 (2024-07-16)

Fix

  • toc.py: Use UTF-8 encoding for reading files (#148)

v3.3.9 (2024-06-28)

Fix

  • process.py: Fix to support Doxygen 1.10 and 1.11 (#141)

v3.3.8 (2024-04-30)

Fix

  • fix broken release of v3.3.8 (try #3) (#128)
  • fix broken release of v3.3.8 (try #2) (#127)
  • fix broken release of v3.3.8 (#126)
  • python-version: Updated python to 3.12 and dependencies
  • python-version: Updated python to 3.12 and dependencies
  • python-version: Added numpy to pyproject
  • python-version: Updated python to 3.12 and dependencies

v3.3.7 (2023-10-20)

Fix

  • doxygen.py: Fix parsing of Windows newlines when on Posix
  • doxygen.py: Don't fail on forward slashes on Windows

v3.3.6 (2023-10-12)

Fix

  • docs: fixed sphinx autoapi issue in docs build
  • docs: upgraded sphinx book theme (and dependencies in general)

v3.3.5 (2023-10-12)

v3.3.4 (2023-06-16)

Fix

  • resources: writing compiled css as utf-8 now

v3.3.3 (2023-04-27)

Fix

  • Encoding issues on windows

v3.3.2 (2023-04-27)

Fix

  • check if doxygen.css exists before pre-processing

v3.3.1 (2023-04-27)

Fix

  • toc: Fix illegal characters in structural dummy titles

v3.3.0 (2023-04-20)

Feat

  • prerequisites: dartsass isn't needed anymore because we switched to libsass

Fix

  • styling: fixes doxygen page headings
  • parser: removed annotated.html from parsing exclusion list
  • resourceprovision: fixed caching not working for stylesheets
  • devcontainer: fixed devcontainer which was broken on first run.
  • pre-commit: reactivated conventional commit checking

Refactor

  • fix for flake8 error C418 in toc.py

Perf

  • improve performance by parallelizing work over available cores
  • improve performance by better preselection
  • improved performance of json loading by an order of magnitude

v3.2.3 (2023-04-06)

Fix

  • doxygen_cwd: Interpret paths relative to working dir

v3.2.2 (2023-04-06)

Fix

  • doxygen: Don't launch doxygen from a shell

v3.2.1 (2023-02-28)

Fix

  • rst_indent_warning: Fixed rst indent warning

v3.2.0 (2023-02-16)

Feat

  • code: Removed emptyspaces before creating hash
  • incremental_behaviour: added incremental behaviour for doxysphinx

v3.1.0 (2022-12-09)

Feat

  • parser: Now rst inline syntax is supported for sphinx roles and domains.

Fix

  • parser: fixed doxygen comment parsing

v3.0.0 (2022-11-18)

v2.3.7 (2022-10-17)

Fix

  • deps: pyparsing dependency is added correctly now
  • doxygen: solve pre-commit errors by whitespaces
  • doxygen: fix errors in validator pytest
  • doxygen: adapt optional settings for doxyfile and documentation

v2.3.6 (2022-09-09)

Fix

  • styling: moved rtd style fixes to doxysphinx

v2.3.5 (2022-09-09)

Fix

  • doxygen: fix warning for wrong outdir
  • doxygen: correct the handling of relative paths and adjust pytests
  • doxygen: add parser for doxygen config
  • validator: fix small bug that broke build command
  • validator: adapt error messages of validator
  • validator: switch some settings to optional
  • doxygen: merge current changes from global repo
  • doxygen: respect include-tags in doxyfile

v2.3.4 (2022-07-29)

Fix

  • validator: fix small bug that broke build command
  • validator: adapt error messages of validator
  • validator: switch some settings to optional

v2.3.3 (2022-07-28)

Fix

  • ci: commit to bump version and force a release

v2.3.2 (2022-07-27)

Fix

  • ci: commit to bump version and force a release

v2.3.1 (2022-07-27)

Fix

  • ci: commit to bump version and force a release

v2.3.0 (2022-07-27)

Fix

  • ci: commit to bump version and force a release
  • ci: python semantic release is now parsing tags instead of commit logs

Feat

  • cli: direct doxygen output path specification is no possible in addition to the doxyfile

v2.2.0 (2022-07-18)

Feature

  • validator: Fixed path issue in pytest (cb02e48)

  • validator: Fixed path issues in pytest. (38aafc9)

  • validator: Solved errors for PR (f2b63bd)

  • validator: Changed the validator output type. (9730b08)

  • validator: Added a validator to check the flags of the doxyfile (16cf2ae)

Documentation

  • validator: Added note to indicate (4a6b7b8)

v2.1.11 (2022-06-29)

Fix

  • styles: Doxygens section headings and also markdown headings are now shown (85c062d)

Documentation

  • Added a table of static doxygen page names (7dcdeda)

v2.1.10 (2022-06-21)

Fix

  • Remove duplicate headline (f12a371)

Documentation

  • Fix sphinx_book_theme config (9d59320)

v2.1.9 (2022-06-01)

Fix

  • pypi: Pypi publishing is now active (86096fc)

Documentation

v2.1.8 (2022-06-01)

Fix

  • ci: Attempt to solve problem of "v" tag (632cd60)

v2.1.7 (2022-06-01)

v2.1.6 (2022-05-31)

Fix

  • ci: Fix typo at pypi secrets (77e333b)

v2.1.5 (2022-05-31)

Fix

  • ci: Fix for really bad typo (aa5022d)

v2.1.4 (2022-05-30)

Fix

  • ci: Added precommit caching (5df7088)

  • ci: Test commit to test new pypi credentials (c98a45a)

Documentation

v2.1.3 (2022-05-30)

Fix

  • ci: Attempt to fix pypi password escaping issue (af5c481)

v2.1.2 (2022-05-30)

Fix

  • ci: Gitignore structure change (92466a3)

v2.1.1 (2022-05-30)

Fix

  • ci: Activated pypi pushing (dry-run) (fbd6fa8)

v2.1.0 (2022-05-23)

Feature

  • doxygen: Env variables in doxygen configs are now supported (30a6d58)

  • Initial contribution (internal repo hash: cea2505) (76dee42)

Fix

  • dependencies: Fixed missing dependency and updated all (27fc21d)

Documentation

  • Add segmentation overview picture to inner workings. (05237c3)

  • Some additions to faq on contributing images (d41ed11)