Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 899 Bytes

File metadata and controls

25 lines (18 loc) · 899 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

[Unreleased]

Added

  • Mandatory wxWidgets integration via vcpkg manifest workflow.
  • Robust binding flow with staging, integrity checks, and rollback.
  • Governance and error handling extensions for file and version mismatch cases.
  • Extended CTest coverage, including lifecycle and state-storm scenarios.

Changed

  • Build presets now target repository-local vcpkg toolchain.
  • Documentation restructured to GitHub best-practice layout.

[0.1.0] - 2026-08-23

Added

  • Initial project scaffolding for DynamicFileBinder.
  • CLI commands for binding, cleanup, revert, daemon control.
  • Core modules: FileBinder, GovernanceStack, ErrorManager, Database, LinkService.
  • CTest runner with core unit/integration tests.