Skip to content

v1.3.1

Choose a tag to compare

@Artemonim Artemonim released this 01 Jul 09:44
24cfadf

Added

  • Python Single-Line Docstrings: Implemented support for identifying and merging the generated table of contents with existing single-line Python docstrings ("""docstring""").

Fixed

  • Python Docstring Generation: Fixed a critical bug where repeatedly processing a Python file with a manual docstring would cause content duplication. The logic has been reworked to ensure correct placement of the generated table of contents relative to from __future__ import statements and existing docstrings.

CI/CD

  • CI dev: The CI pipeline now runs on the dev branch, with Codecov reports limited to master.
  • Version check: Added a new check to prevent accidental version bumps in feature branches.