Skip to content

Changelog

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

Workflow for Contributors

We use Conventional Commits to automatically generate the changelog. Please structure your commit messages as follows:

  • `feat: ...` for new features.
  • `fix: ...` for bug fixes.
  • `docs: ...` for documentation changes.
  • `refactor: ...` for code refactoring without functional changes.

Automatic Generation

The changelog is updated with every release using `git-cliff` and stored in the repository under `CHANGELOG.md`. The web version is automatically synchronized.


Changelog

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

[0.1.2] - 2026-02-21

Miscellaneous Tasks

  • Version bump to 0.1.2

[0.1.1] - 2026-02-20

Miscellaneous Tasks

  • Version bump to 0.1.1

[0.1.0] - 2026-02-14

Documentation

  • Full migration to MkDocs with Material theme
  • Bilingual support (German/English) using mkdocs-static-i18n
  • Automated API reference with mkdocstrings
  • Google-style docstrings across the entire codebase
  • Mermaid architecture and flow diagrams
  • Quality metrics dashboard
  • Versioned documentation with mike
  • Integrated automated changelog generation with git-cliff

Features

  • Automated API documentation coverage enforcement (>95%)
  • Continuous Integration workflow for documentation building and deployment