Skip to content

Changelog for CybMASDE

All notable changes to this project will be documented in this file.
The format follows Semantic Versioning.

[Unreleased]

Added

  • Consolidated documentation site (MkDocs) and improved navigation between CLI, GUI and Library references.
  • New examples and usage recipes for the CLI and Python API.
  • Additional troubleshooting entries and post-installation checks.

Changed

  • Reorganized documentation sections for clearer onboarding (Installation, Getting Started, CLI API, Library API, GUI Reference).
  • Improved examples and consistency across tutorial pages.

Fixed

  • Minor formatting and link fixes across the docs site.

[1.2.1] - YYYY-MM-DD

Fixed

  • Corrected formatting issues in the changelog and several markdown pages.
  • Fixed a number of broken cross-links in the docs navigation.

[1.2.0] - YYYY-MM-DD

Added

  • Expanded commands reference with new export and maintenance commands.
  • Enhanced FAQ with more common troubleshooting and deployment guidance.
  • Several new examples for deployment and transferring configurations.

Changed

  • Updated architecture and CLI examples to reflect recent refactorings.
  • Improved installation instructions and environment checks.

[1.1.1] - YYYY-MM-DD

Fixed

  • Corrected a set of broken links and small documentation typos reported by users.

[1.1.0] - YYYY-MM-DD

Added

  • New tutorial examples and step-by-step guides in Getting Started.
  • Additional library reference content for backend modules.

Fixed

  • Resolved inconsistencies in API documentation and command examples.

[1.0.1] - YYYY-MM-DD

Changed

  • Clarified installation instructions and virtual environment guidance.

Fixed

  • Minor typos and small formatting problems in the documentation.

[1.0.0] - YYYY-MM-DD

Added

  • Project documentation published:
  • Introduction, Installation, Getting Started
  • CLI API Reference, GUI Reference, Library API Reference
  • Architecture overview, FAQ, Glossary, Contributing guide, Commands reference
  • Initial MkDocs-based static site for documentation.
  • Basic examples and quickstart instructions.

Changed

  • Project layout organized for documentation-first workflow.

Fixed

  • Initial cleanup and resolution of setup issues discovered while preparing the docs.

Notes: * Documentation is published with MkDocs (see mkdocs.yml) and the generated site lives under wiki/site/.
* For developer guides and API references, consult the library and CLI reference pages.