19 lines
959 B
Markdown
19 lines
959 B
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
Alle nennenswerten Änderungen an diesem Projekt werden in dieser Datei dokumentiert.
|
||
|
|
Format: [Keep a Changelog](https://keepachangelog.com/de/1.1.0/), Versionierung: [SemVer](https://semver.org/).
|
||
|
|
|
||
|
|
## [Unreleased]
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- Repository-Struktur gemäß Bauplan §8 (Eigentumsgrenzen)
|
||
|
|
- Pflichtdokumente STATUS.md, ERRORS.md, TEST_REPORT.md, CHANGELOG.md, ADR-Vorlage
|
||
|
|
- ADR-0001 Python 3.13-Pin, ADR-0002 GStreamer 1.28.6-Pin (Windows), ADR-0003 IPC TCP+MessagePack v1
|
||
|
|
- Kernpakete: `hms_protocol`, `hms_parameter`, `hms_artnet`, `hms_adaptive`, `hms_capabilities`, `hms_plugin_sdk`, `hms_domain`
|
||
|
|
- Minimaler Control Core (FastAPI REST + WebSocket, Commands mit Revision/Idempotenz)
|
||
|
|
- Renderer-Spike (D3D11-Primärpfad + ausdrücklich gekennzeichneter Dev-GL-Pfad)
|
||
|
|
- Beispielplugin `com.hms.fx.example_passthrough` (HLSL/GLSL/GLES)
|
||
|
|
- Tools: Art-Net-Emulator, Capability-Probe, Plugin-Validator
|
||
|
|
- Unit-/Integrationstests für Phase-0-Grundlage
|